@effected/pnpm-plugin-effect 0.8.2 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
- package/pnpmfile.cjs +1 -1
- package/pnpmfile.mjs +1 -1
package/index.js
CHANGED
|
@@ -66,7 +66,7 @@ const catalogs = /* @__PURE__ */ new Map([
|
|
|
66
66
|
["@effected/commands", "^0.7.0"],
|
|
67
67
|
["@effected/config-file", "^0.9.0"],
|
|
68
68
|
["@effected/git", "^0.15.1"],
|
|
69
|
-
["@effected/github", "^0.10.
|
|
69
|
+
["@effected/github", "^0.10.1"],
|
|
70
70
|
["@effected/github-actions", "^0.12.0"],
|
|
71
71
|
["@effected/github-references", "^0.3.0"],
|
|
72
72
|
["@effected/glob", "^0.6.0"],
|
package/package.json
CHANGED
package/pnpmfile.cjs
CHANGED
|
@@ -497,7 +497,7 @@ const hooks = createHooks({
|
|
|
497
497
|
"@effected/commands": "^0.7.0",
|
|
498
498
|
"@effected/config-file": "^0.9.0",
|
|
499
499
|
"@effected/git": "^0.15.1",
|
|
500
|
-
"@effected/github": "^0.10.
|
|
500
|
+
"@effected/github": "^0.10.1",
|
|
501
501
|
"@effected/github-actions": "^0.12.0",
|
|
502
502
|
"@effected/github-references": "^0.3.0",
|
|
503
503
|
"@effected/glob": "^0.6.0",
|
package/pnpmfile.mjs
CHANGED
|
@@ -496,7 +496,7 @@ const hooks = createHooks({
|
|
|
496
496
|
"@effected/commands": "^0.7.0",
|
|
497
497
|
"@effected/config-file": "^0.9.0",
|
|
498
498
|
"@effected/git": "^0.15.1",
|
|
499
|
-
"@effected/github": "^0.10.
|
|
499
|
+
"@effected/github": "^0.10.1",
|
|
500
500
|
"@effected/github-actions": "^0.12.0",
|
|
501
501
|
"@effected/github-references": "^0.3.0",
|
|
502
502
|
"@effected/glob": "^0.6.0",
|