Skip to content

Commit

Permalink
chore: bump multiprocess lib with a fix for older gjs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpa0cpl committed Dec 10, 2024
1 parent dbb06aa commit ac27169
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactgjs/gest",
"version": "0.6.0",
"version": "0.6.1",
"main": "./dist/esm/user-land/index.mjs",
"types": "./dist/types/user-land/index.d.ts",
"exports": {
Expand Down Expand Up @@ -85,7 +85,7 @@
"dependencies": {
"@ncpa0cpl/mutex.js": "^1.0.1",
"esbuild": "~0.24.0",
"gjs-multiprocess": "0.0.1",
"gjs-multiprocess": "0.0.2",
"path-gjsify": "^1.0.0"
},
"resolutions": {
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1210,10 +1210,10 @@ gjs-esm-types@~0.0.4:
resolved "https://registry.yarnpkg.com/gjs-esm-types/-/gjs-esm-types-0.0.4.tgz#60329a81d99c0252ae7c71c927ae0f2ef956465f"
integrity sha512-5w9Y7etV9HorOVUswpMAM+tq5GpwLHKSqGREF392bjar6qzN2TwyCOfhnjoPbIfW9Kb1655bys54znMFfvc7ZQ==

[email protected].1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/gjs-multiprocess/-/gjs-multiprocess-0.0.1.tgz#41f8c8642ed1a85300b9a53272be970eb2285dd9"
integrity sha512-Qhoz4Om+Wo2XoHmtPLnM17egHW9+Ggl27FD48XmdjdR5JdCBFbV+3ClXQXevbi1wXV54aG/OhJDT5gHaEmxaRw==
[email protected].2:
version "0.0.2"
resolved "https://registry.yarnpkg.com/gjs-multiprocess/-/gjs-multiprocess-0.0.2.tgz#520976b9461c65deb5ae4a26c0c1577850c3df0a"
integrity sha512-LoNW8vSFsEAvuRBAZxQqH3nsTzinRybH7a/jgtA+wqBdlD4+NMeeUO3B/ORBaXDjweQ/0daE69pYGMuROpb9NA==

glob-parent@^5.1.2, glob-parent@~5.1.2:
version "5.1.2"
Expand Down Expand Up @@ -2156,6 +2156,7 @@ string-at@^1.0.1:
es-abstract "^1.17.0-next.1"

"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
name string-width-cjs
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand Down

0 comments on commit ac27169

Please sign in to comment.