@effected/pnpm-plugin-effect 0.7.2 → 0.7.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
@@ -65,7 +65,7 @@ const catalogs = /* @__PURE__ */ new Map([
65
65
  ["@effected/cli", "^0.3.1"],
66
66
  ["@effected/commands", "^0.6.1"],
67
67
  ["@effected/config-file", "^0.7.0"],
68
- ["@effected/git", "^0.12.0"],
68
+ ["@effected/git", "^0.13.0"],
69
69
  ["@effected/github", "^0.9.0"],
70
70
  ["@effected/github-actions", "^0.11.0"],
71
71
  ["@effected/github-references", "^0.2.0"],
@@ -88,7 +88,7 @@ const catalogs = /* @__PURE__ */ new Map([
88
88
  ["@effected/toml", "^0.6.0"],
89
89
  ["@effected/tsconfig-json", "^0.8.1"],
90
90
  ["@effected/walker", "^0.7.0"],
91
- ["@effected/workspaces", "^0.20.1"],
91
+ ["@effected/workspaces", "^0.20.2"],
92
92
  ["@effected/xdg", "^0.4.1"],
93
93
  ["@effected/yaml", "^0.14.0"]
94
94
  ])],
@@ -97,7 +97,7 @@ const catalogs = /* @__PURE__ */ new Map([
97
97
  ["@effected/cli", "^0.3.0"],
98
98
  ["@effected/commands", "^0.6.0"],
99
99
  ["@effected/config-file", "^0.7.0"],
100
- ["@effected/git", "^0.12.0"],
100
+ ["@effected/git", "^0.13.0"],
101
101
  ["@effected/github", "^0.9.0"],
102
102
  ["@effected/github-actions", "^0.11.0"],
103
103
  ["@effected/github-references", "^0.2.0"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effected/pnpm-plugin-effect",
3
- "version": "0.7.2",
3
+ "version": "0.7.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
@@ -496,7 +496,7 @@ const hooks = createHooks({
496
496
  "@effected/cli": "^0.3.1",
497
497
  "@effected/commands": "^0.6.1",
498
498
  "@effected/config-file": "^0.7.0",
499
- "@effected/git": "^0.12.0",
499
+ "@effected/git": "^0.13.0",
500
500
  "@effected/github": "^0.9.0",
501
501
  "@effected/github-actions": "^0.11.0",
502
502
  "@effected/github-references": "^0.2.0",
@@ -519,7 +519,7 @@ const hooks = createHooks({
519
519
  "@effected/toml": "^0.6.0",
520
520
  "@effected/tsconfig-json": "^0.8.1",
521
521
  "@effected/walker": "^0.7.0",
522
- "@effected/workspaces": "^0.20.1",
522
+ "@effected/workspaces": "^0.20.2",
523
523
  "@effected/xdg": "^0.4.1",
524
524
  "@effected/yaml": "^0.14.0"
525
525
  },
@@ -528,7 +528,7 @@ const hooks = createHooks({
528
528
  "@effected/cli": "^0.3.0",
529
529
  "@effected/commands": "^0.6.0",
530
530
  "@effected/config-file": "^0.7.0",
531
- "@effected/git": "^0.12.0",
531
+ "@effected/git": "^0.13.0",
532
532
  "@effected/github": "^0.9.0",
533
533
  "@effected/github-actions": "^0.11.0",
534
534
  "@effected/github-references": "^0.2.0",
package/pnpmfile.mjs CHANGED
@@ -495,7 +495,7 @@ const hooks = createHooks({
495
495
  "@effected/cli": "^0.3.1",
496
496
  "@effected/commands": "^0.6.1",
497
497
  "@effected/config-file": "^0.7.0",
498
- "@effected/git": "^0.12.0",
498
+ "@effected/git": "^0.13.0",
499
499
  "@effected/github": "^0.9.0",
500
500
  "@effected/github-actions": "^0.11.0",
501
501
  "@effected/github-references": "^0.2.0",
@@ -518,7 +518,7 @@ const hooks = createHooks({
518
518
  "@effected/toml": "^0.6.0",
519
519
  "@effected/tsconfig-json": "^0.8.1",
520
520
  "@effected/walker": "^0.7.0",
521
- "@effected/workspaces": "^0.20.1",
521
+ "@effected/workspaces": "^0.20.2",
522
522
  "@effected/xdg": "^0.4.1",
523
523
  "@effected/yaml": "^0.14.0"
524
524
  },
@@ -527,7 +527,7 @@ const hooks = createHooks({
527
527
  "@effected/cli": "^0.3.0",
528
528
  "@effected/commands": "^0.6.0",
529
529
  "@effected/config-file": "^0.7.0",
530
- "@effected/git": "^0.12.0",
530
+ "@effected/git": "^0.13.0",
531
531
  "@effected/github": "^0.9.0",
532
532
  "@effected/github-actions": "^0.11.0",
533
533
  "@effected/github-references": "^0.2.0",