@effected/pnpm-plugin-effect 0.6.0 → 0.6.1
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
|
@@ -73,7 +73,7 @@ const catalogs = /* @__PURE__ */ new Map([
|
|
|
73
73
|
["@effected/jsonc", "^0.7.0"],
|
|
74
74
|
["@effected/jsonl", "^0.3.0"],
|
|
75
75
|
["@effected/lockfiles", "^0.6.2"],
|
|
76
|
-
["@effected/markdown", "^0.6.
|
|
76
|
+
["@effected/markdown", "^0.6.1"],
|
|
77
77
|
["@effected/memfs", "^0.5.0"],
|
|
78
78
|
["@effected/npm", "^0.11.1"],
|
|
79
79
|
["@effected/package-json", "^0.10.2"],
|
package/package.json
CHANGED
package/pnpmfile.cjs
CHANGED
|
@@ -504,7 +504,7 @@ const hooks = createHooks({
|
|
|
504
504
|
"@effected/jsonc": "^0.7.0",
|
|
505
505
|
"@effected/jsonl": "^0.3.0",
|
|
506
506
|
"@effected/lockfiles": "^0.6.2",
|
|
507
|
-
"@effected/markdown": "^0.6.
|
|
507
|
+
"@effected/markdown": "^0.6.1",
|
|
508
508
|
"@effected/memfs": "^0.5.0",
|
|
509
509
|
"@effected/npm": "^0.11.1",
|
|
510
510
|
"@effected/package-json": "^0.10.2",
|
package/pnpmfile.mjs
CHANGED
|
@@ -503,7 +503,7 @@ const hooks = createHooks({
|
|
|
503
503
|
"@effected/jsonc": "^0.7.0",
|
|
504
504
|
"@effected/jsonl": "^0.3.0",
|
|
505
505
|
"@effected/lockfiles": "^0.6.2",
|
|
506
|
-
"@effected/markdown": "^0.6.
|
|
506
|
+
"@effected/markdown": "^0.6.1",
|
|
507
507
|
"@effected/memfs": "^0.5.0",
|
|
508
508
|
"@effected/npm": "^0.11.1",
|
|
509
509
|
"@effected/package-json": "^0.10.2",
|