@effected/pnpm-plugin-effect 0.8.1 → 0.8.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
@@ -61,12 +61,12 @@ const catalogs = /* @__PURE__ */ new Map([
61
61
  ["effect", "4.0.0-rc.115"]
62
62
  ])],
63
63
  ["effected", /* @__PURE__ */ new Map([
64
- ["@effected/app", "^0.16.0"],
65
- ["@effected/cli", "^0.4.0"],
64
+ ["@effected/app", "^0.16.1"],
65
+ ["@effected/cli", "^0.4.1"],
66
66
  ["@effected/commands", "^0.7.0"],
67
- ["@effected/config-file", "^0.8.0"],
68
- ["@effected/git", "^0.15.0"],
69
- ["@effected/github", "^0.10.0"],
67
+ ["@effected/config-file", "^0.9.0"],
68
+ ["@effected/git", "^0.15.1"],
69
+ ["@effected/github", "^0.10.1"],
70
70
  ["@effected/github-actions", "^0.12.0"],
71
71
  ["@effected/github-references", "^0.3.0"],
72
72
  ["@effected/glob", "^0.6.0"],
@@ -86,17 +86,17 @@ const catalogs = /* @__PURE__ */ new Map([
86
86
  ["@effected/store", "^0.8.0"],
87
87
  ["@effected/templates", "^0.6.0"],
88
88
  ["@effected/toml", "^0.7.0"],
89
- ["@effected/tsconfig-json", "^0.9.0"],
90
- ["@effected/walker", "^0.8.0"],
91
- ["@effected/workspaces", "^0.21.0"],
92
- ["@effected/xdg", "^0.5.0"],
93
- ["@effected/yaml", "^0.15.0"]
89
+ ["@effected/tsconfig-json", "^0.9.1"],
90
+ ["@effected/walker", "^0.9.0"],
91
+ ["@effected/workspaces", "^0.21.1"],
92
+ ["@effected/xdg", "^0.5.1"],
93
+ ["@effected/yaml", "^0.15.1"]
94
94
  ])],
95
95
  ["effected:peers", /* @__PURE__ */ new Map([
96
96
  ["@effected/app", "^0.16.0"],
97
97
  ["@effected/cli", "^0.4.0"],
98
98
  ["@effected/commands", "^0.7.0"],
99
- ["@effected/config-file", "^0.8.0"],
99
+ ["@effected/config-file", "^0.9.0"],
100
100
  ["@effected/git", "^0.15.0"],
101
101
  ["@effected/github", "^0.10.0"],
102
102
  ["@effected/github-actions", "^0.12.0"],
@@ -119,7 +119,7 @@ const catalogs = /* @__PURE__ */ new Map([
119
119
  ["@effected/templates", "^0.6.0"],
120
120
  ["@effected/toml", "^0.7.0"],
121
121
  ["@effected/tsconfig-json", "^0.9.0"],
122
- ["@effected/walker", "^0.8.0"],
122
+ ["@effected/walker", "^0.9.0"],
123
123
  ["@effected/workspaces", "^0.21.0"],
124
124
  ["@effected/xdg", "^0.5.0"],
125
125
  ["@effected/yaml", "^0.15.0"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effected/pnpm-plugin-effect",
3
- "version": "0.8.1",
3
+ "version": "0.8.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
@@ -492,12 +492,12 @@ const hooks = createHooks({
492
492
  "effect": "4.0.0-rc.115"
493
493
  },
494
494
  "effected": {
495
- "@effected/app": "^0.16.0",
496
- "@effected/cli": "^0.4.0",
495
+ "@effected/app": "^0.16.1",
496
+ "@effected/cli": "^0.4.1",
497
497
  "@effected/commands": "^0.7.0",
498
- "@effected/config-file": "^0.8.0",
499
- "@effected/git": "^0.15.0",
500
- "@effected/github": "^0.10.0",
498
+ "@effected/config-file": "^0.9.0",
499
+ "@effected/git": "^0.15.1",
500
+ "@effected/github": "^0.10.1",
501
501
  "@effected/github-actions": "^0.12.0",
502
502
  "@effected/github-references": "^0.3.0",
503
503
  "@effected/glob": "^0.6.0",
@@ -517,17 +517,17 @@ const hooks = createHooks({
517
517
  "@effected/store": "^0.8.0",
518
518
  "@effected/templates": "^0.6.0",
519
519
  "@effected/toml": "^0.7.0",
520
- "@effected/tsconfig-json": "^0.9.0",
521
- "@effected/walker": "^0.8.0",
522
- "@effected/workspaces": "^0.21.0",
523
- "@effected/xdg": "^0.5.0",
524
- "@effected/yaml": "^0.15.0"
520
+ "@effected/tsconfig-json": "^0.9.1",
521
+ "@effected/walker": "^0.9.0",
522
+ "@effected/workspaces": "^0.21.1",
523
+ "@effected/xdg": "^0.5.1",
524
+ "@effected/yaml": "^0.15.1"
525
525
  },
526
526
  "effected:peers": {
527
527
  "@effected/app": "^0.16.0",
528
528
  "@effected/cli": "^0.4.0",
529
529
  "@effected/commands": "^0.7.0",
530
- "@effected/config-file": "^0.8.0",
530
+ "@effected/config-file": "^0.9.0",
531
531
  "@effected/git": "^0.15.0",
532
532
  "@effected/github": "^0.10.0",
533
533
  "@effected/github-actions": "^0.12.0",
@@ -550,7 +550,7 @@ const hooks = createHooks({
550
550
  "@effected/templates": "^0.6.0",
551
551
  "@effected/toml": "^0.7.0",
552
552
  "@effected/tsconfig-json": "^0.9.0",
553
- "@effected/walker": "^0.8.0",
553
+ "@effected/walker": "^0.9.0",
554
554
  "@effected/workspaces": "^0.21.0",
555
555
  "@effected/xdg": "^0.5.0",
556
556
  "@effected/yaml": "^0.15.0"
package/pnpmfile.mjs CHANGED
@@ -491,12 +491,12 @@ const hooks = createHooks({
491
491
  "effect": "4.0.0-rc.115"
492
492
  },
493
493
  "effected": {
494
- "@effected/app": "^0.16.0",
495
- "@effected/cli": "^0.4.0",
494
+ "@effected/app": "^0.16.1",
495
+ "@effected/cli": "^0.4.1",
496
496
  "@effected/commands": "^0.7.0",
497
- "@effected/config-file": "^0.8.0",
498
- "@effected/git": "^0.15.0",
499
- "@effected/github": "^0.10.0",
497
+ "@effected/config-file": "^0.9.0",
498
+ "@effected/git": "^0.15.1",
499
+ "@effected/github": "^0.10.1",
500
500
  "@effected/github-actions": "^0.12.0",
501
501
  "@effected/github-references": "^0.3.0",
502
502
  "@effected/glob": "^0.6.0",
@@ -516,17 +516,17 @@ const hooks = createHooks({
516
516
  "@effected/store": "^0.8.0",
517
517
  "@effected/templates": "^0.6.0",
518
518
  "@effected/toml": "^0.7.0",
519
- "@effected/tsconfig-json": "^0.9.0",
520
- "@effected/walker": "^0.8.0",
521
- "@effected/workspaces": "^0.21.0",
522
- "@effected/xdg": "^0.5.0",
523
- "@effected/yaml": "^0.15.0"
519
+ "@effected/tsconfig-json": "^0.9.1",
520
+ "@effected/walker": "^0.9.0",
521
+ "@effected/workspaces": "^0.21.1",
522
+ "@effected/xdg": "^0.5.1",
523
+ "@effected/yaml": "^0.15.1"
524
524
  },
525
525
  "effected:peers": {
526
526
  "@effected/app": "^0.16.0",
527
527
  "@effected/cli": "^0.4.0",
528
528
  "@effected/commands": "^0.7.0",
529
- "@effected/config-file": "^0.8.0",
529
+ "@effected/config-file": "^0.9.0",
530
530
  "@effected/git": "^0.15.0",
531
531
  "@effected/github": "^0.10.0",
532
532
  "@effected/github-actions": "^0.12.0",
@@ -549,7 +549,7 @@ const hooks = createHooks({
549
549
  "@effected/templates": "^0.6.0",
550
550
  "@effected/toml": "^0.7.0",
551
551
  "@effected/tsconfig-json": "^0.9.0",
552
- "@effected/walker": "^0.8.0",
552
+ "@effected/walker": "^0.9.0",
553
553
  "@effected/workspaces": "^0.21.0",
554
554
  "@effected/xdg": "^0.5.0",
555
555
  "@effected/yaml": "^0.15.0"