@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 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.0"],
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effected/pnpm-plugin-effect",
3
- "version": "0.6.13",
3
+ "version": "0.6.14",
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
@@ -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.0",
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.0",
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",