@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 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.1"],
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effected/pnpm-plugin-effect",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "private": false,
5
5
  "description": "pnpm config dependency for centralized catalog management across the Effected ecosystem.",
6
6
  "keywords": [
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.1",
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.1",
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",