@effected/pnpm-plugin-effect 0.6.5 → 0.6.6

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
@@ -78,7 +78,7 @@ const catalogs = /* @__PURE__ */ new Map([
78
78
  ["@effected/npm", "^0.12.0"],
79
79
  ["@effected/package-json", "^0.11.0"],
80
80
  ["@effected/runtimes", "^0.4.3"],
81
- ["@effected/sbom", "^0.4.1"],
81
+ ["@effected/sbom", "^0.4.2"],
82
82
  ["@effected/schemastore", "^0.4.0"],
83
83
  ["@effected/semver", "^0.5.0"],
84
84
  ["@effected/spdx", "^0.4.0"],
@@ -87,7 +87,7 @@ const catalogs = /* @__PURE__ */ new Map([
87
87
  ["@effected/toml", "^0.5.0"],
88
88
  ["@effected/tsconfig-json", "^0.6.0"],
89
89
  ["@effected/walker", "^0.5.0"],
90
- ["@effected/workspaces", "^0.18.0"],
90
+ ["@effected/workspaces", "^0.18.1"],
91
91
  ["@effected/xdg", "^0.3.0"],
92
92
  ["@effected/yaml", "^0.11.0"]
93
93
  ])],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effected/pnpm-plugin-effect",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
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
@@ -509,7 +509,7 @@ const hooks = createHooks({
509
509
  "@effected/npm": "^0.12.0",
510
510
  "@effected/package-json": "^0.11.0",
511
511
  "@effected/runtimes": "^0.4.3",
512
- "@effected/sbom": "^0.4.1",
512
+ "@effected/sbom": "^0.4.2",
513
513
  "@effected/schemastore": "^0.4.0",
514
514
  "@effected/semver": "^0.5.0",
515
515
  "@effected/spdx": "^0.4.0",
@@ -518,7 +518,7 @@ const hooks = createHooks({
518
518
  "@effected/toml": "^0.5.0",
519
519
  "@effected/tsconfig-json": "^0.6.0",
520
520
  "@effected/walker": "^0.5.0",
521
- "@effected/workspaces": "^0.18.0",
521
+ "@effected/workspaces": "^0.18.1",
522
522
  "@effected/xdg": "^0.3.0",
523
523
  "@effected/yaml": "^0.11.0"
524
524
  },
package/pnpmfile.mjs CHANGED
@@ -508,7 +508,7 @@ const hooks = createHooks({
508
508
  "@effected/npm": "^0.12.0",
509
509
  "@effected/package-json": "^0.11.0",
510
510
  "@effected/runtimes": "^0.4.3",
511
- "@effected/sbom": "^0.4.1",
511
+ "@effected/sbom": "^0.4.2",
512
512
  "@effected/schemastore": "^0.4.0",
513
513
  "@effected/semver": "^0.5.0",
514
514
  "@effected/spdx": "^0.4.0",
@@ -517,7 +517,7 @@ const hooks = createHooks({
517
517
  "@effected/toml": "^0.5.0",
518
518
  "@effected/tsconfig-json": "^0.6.0",
519
519
  "@effected/walker": "^0.5.0",
520
- "@effected/workspaces": "^0.18.0",
520
+ "@effected/workspaces": "^0.18.1",
521
521
  "@effected/xdg": "^0.3.0",
522
522
  "@effected/yaml": "^0.11.0"
523
523
  },