@effected/pnpm-plugin-effect 0.6.13 → 0.6.14
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
|
@@ -70,7 +70,7 @@ const catalogs = /* @__PURE__ */ new Map([
|
|
|
70
70
|
["@effected/github-actions", "^0.10.1"],
|
|
71
71
|
["@effected/github-references", "^0.1.0"],
|
|
72
72
|
["@effected/glob", "^0.4.0"],
|
|
73
|
-
["@effected/jsonc", "^0.8.
|
|
73
|
+
["@effected/jsonc", "^0.8.1"],
|
|
74
74
|
["@effected/jsonl", "^0.3.0"],
|
|
75
75
|
["@effected/lockfiles", "^0.7.1"],
|
|
76
76
|
["@effected/markdown", "^0.7.0"],
|
package/package.json
CHANGED
package/pnpmfile.cjs
CHANGED
|
@@ -501,7 +501,7 @@ const hooks = createHooks({
|
|
|
501
501
|
"@effected/github-actions": "^0.10.1",
|
|
502
502
|
"@effected/github-references": "^0.1.0",
|
|
503
503
|
"@effected/glob": "^0.4.0",
|
|
504
|
-
"@effected/jsonc": "^0.8.
|
|
504
|
+
"@effected/jsonc": "^0.8.1",
|
|
505
505
|
"@effected/jsonl": "^0.3.0",
|
|
506
506
|
"@effected/lockfiles": "^0.7.1",
|
|
507
507
|
"@effected/markdown": "^0.7.0",
|
package/pnpmfile.mjs
CHANGED
|
@@ -500,7 +500,7 @@ const hooks = createHooks({
|
|
|
500
500
|
"@effected/github-actions": "^0.10.1",
|
|
501
501
|
"@effected/github-references": "^0.1.0",
|
|
502
502
|
"@effected/glob": "^0.4.0",
|
|
503
|
-
"@effected/jsonc": "^0.8.
|
|
503
|
+
"@effected/jsonc": "^0.8.1",
|
|
504
504
|
"@effected/jsonl": "^0.3.0",
|
|
505
505
|
"@effected/lockfiles": "^0.7.1",
|
|
506
506
|
"@effected/markdown": "^0.7.0",
|