@effected/pnpm-plugin-effect 0.6.2 → 0.6.3

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
@@ -64,7 +64,7 @@ const catalogs = /* @__PURE__ */ new Map([
64
64
  ["@effected/app", "^0.11.1"],
65
65
  ["@effected/cli", "^0.2.0"],
66
66
  ["@effected/commands", "^0.5.0"],
67
- ["@effected/config-file", "^0.5.0"],
67
+ ["@effected/config-file", "^0.5.1"],
68
68
  ["@effected/git", "^0.9.0"],
69
69
  ["@effected/github", "^0.7.0"],
70
70
  ["@effected/github-actions", "^0.9.2"],
@@ -72,8 +72,8 @@ const catalogs = /* @__PURE__ */ new Map([
72
72
  ["@effected/glob", "^0.4.0"],
73
73
  ["@effected/jsonc", "^0.7.0"],
74
74
  ["@effected/jsonl", "^0.3.0"],
75
- ["@effected/lockfiles", "^0.6.2"],
76
- ["@effected/markdown", "^0.6.1"],
75
+ ["@effected/lockfiles", "^0.6.3"],
76
+ ["@effected/markdown", "^0.6.2"],
77
77
  ["@effected/memfs", "^0.5.0"],
78
78
  ["@effected/npm", "^0.11.1"],
79
79
  ["@effected/package-json", "^0.10.2"],
@@ -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.17.1"],
90
+ ["@effected/workspaces", "^0.17.2"],
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.2",
3
+ "version": "0.6.3",
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
@@ -495,7 +495,7 @@ const hooks = createHooks({
495
495
  "@effected/app": "^0.11.1",
496
496
  "@effected/cli": "^0.2.0",
497
497
  "@effected/commands": "^0.5.0",
498
- "@effected/config-file": "^0.5.0",
498
+ "@effected/config-file": "^0.5.1",
499
499
  "@effected/git": "^0.9.0",
500
500
  "@effected/github": "^0.7.0",
501
501
  "@effected/github-actions": "^0.9.2",
@@ -503,8 +503,8 @@ const hooks = createHooks({
503
503
  "@effected/glob": "^0.4.0",
504
504
  "@effected/jsonc": "^0.7.0",
505
505
  "@effected/jsonl": "^0.3.0",
506
- "@effected/lockfiles": "^0.6.2",
507
- "@effected/markdown": "^0.6.1",
506
+ "@effected/lockfiles": "^0.6.3",
507
+ "@effected/markdown": "^0.6.2",
508
508
  "@effected/memfs": "^0.5.0",
509
509
  "@effected/npm": "^0.11.1",
510
510
  "@effected/package-json": "^0.10.2",
@@ -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.17.1",
521
+ "@effected/workspaces": "^0.17.2",
522
522
  "@effected/xdg": "^0.3.0",
523
523
  "@effected/yaml": "^0.11.0"
524
524
  },
package/pnpmfile.mjs CHANGED
@@ -494,7 +494,7 @@ const hooks = createHooks({
494
494
  "@effected/app": "^0.11.1",
495
495
  "@effected/cli": "^0.2.0",
496
496
  "@effected/commands": "^0.5.0",
497
- "@effected/config-file": "^0.5.0",
497
+ "@effected/config-file": "^0.5.1",
498
498
  "@effected/git": "^0.9.0",
499
499
  "@effected/github": "^0.7.0",
500
500
  "@effected/github-actions": "^0.9.2",
@@ -502,8 +502,8 @@ const hooks = createHooks({
502
502
  "@effected/glob": "^0.4.0",
503
503
  "@effected/jsonc": "^0.7.0",
504
504
  "@effected/jsonl": "^0.3.0",
505
- "@effected/lockfiles": "^0.6.2",
506
- "@effected/markdown": "^0.6.1",
505
+ "@effected/lockfiles": "^0.6.3",
506
+ "@effected/markdown": "^0.6.2",
507
507
  "@effected/memfs": "^0.5.0",
508
508
  "@effected/npm": "^0.11.1",
509
509
  "@effected/package-json": "^0.10.2",
@@ -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.17.1",
520
+ "@effected/workspaces": "^0.17.2",
521
521
  "@effected/xdg": "^0.3.0",
522
522
  "@effected/yaml": "^0.11.0"
523
523
  },