@effected/pnpm-plugin-effect 0.7.4 → 0.7.5
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
|
@@ -77,7 +77,7 @@ const catalogs = /* @__PURE__ */ new Map([
|
|
|
77
77
|
["@effected/memfs", "^0.6.0"],
|
|
78
78
|
["@effected/npm", "^0.13.0"],
|
|
79
79
|
["@effected/package-json", "^0.14.0"],
|
|
80
|
-
["@effected/runtimes", "^0.5.
|
|
80
|
+
["@effected/runtimes", "^0.5.2"],
|
|
81
81
|
["@effected/sbom", "^0.5.0"],
|
|
82
82
|
["@effected/schema-org", "^0.2.0"],
|
|
83
83
|
["@effected/schemastore", "^0.6.0"],
|
package/package.json
CHANGED
package/pnpmfile.cjs
CHANGED
|
@@ -508,7 +508,7 @@ const hooks = createHooks({
|
|
|
508
508
|
"@effected/memfs": "^0.6.0",
|
|
509
509
|
"@effected/npm": "^0.13.0",
|
|
510
510
|
"@effected/package-json": "^0.14.0",
|
|
511
|
-
"@effected/runtimes": "^0.5.
|
|
511
|
+
"@effected/runtimes": "^0.5.2",
|
|
512
512
|
"@effected/sbom": "^0.5.0",
|
|
513
513
|
"@effected/schema-org": "^0.2.0",
|
|
514
514
|
"@effected/schemastore": "^0.6.0",
|
package/pnpmfile.mjs
CHANGED
|
@@ -507,7 +507,7 @@ const hooks = createHooks({
|
|
|
507
507
|
"@effected/memfs": "^0.6.0",
|
|
508
508
|
"@effected/npm": "^0.13.0",
|
|
509
509
|
"@effected/package-json": "^0.14.0",
|
|
510
|
-
"@effected/runtimes": "^0.5.
|
|
510
|
+
"@effected/runtimes": "^0.5.2",
|
|
511
511
|
"@effected/sbom": "^0.5.0",
|
|
512
512
|
"@effected/schema-org": "^0.2.0",
|
|
513
513
|
"@effected/schemastore": "^0.6.0",
|