@savvy-web/pnpm-plugin-silk 0.15.2 → 0.16.0
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/catalogs/generated.js +25 -12
- package/package.json +1 -1
- package/pnpmfile.cjs +152 -133
- package/pnpmfile.mjs +152 -133
package/catalogs/generated.js
CHANGED
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
const silkCatalogs = {
|
|
6
6
|
silk: {
|
|
7
7
|
"@effect/ai": "^0.36.0",
|
|
8
|
-
"@effect/ai-amazon-bedrock": "^0.16.
|
|
8
|
+
"@effect/ai-amazon-bedrock": "^0.16.1",
|
|
9
9
|
"@effect/ai-anthropic": "^0.26.0",
|
|
10
10
|
"@effect/ai-google": "^0.15.0",
|
|
11
|
-
"@effect/ai-openai": "^0.40.
|
|
11
|
+
"@effect/ai-openai": "^0.40.1",
|
|
12
12
|
"@effect/cli": "^0.75.2",
|
|
13
13
|
"@effect/cluster": "^0.59.0",
|
|
14
14
|
"@effect/experimental": "^0.60.0",
|
|
15
15
|
"@effect/language-service": "^0.86.2",
|
|
16
16
|
"@effect/opentelemetry": "^0.63.0",
|
|
17
|
-
"@effect/platform": "^0.96.
|
|
17
|
+
"@effect/platform": "^0.96.2",
|
|
18
18
|
"@effect/platform-browser": "^0.76.0",
|
|
19
19
|
"@effect/platform-bun": "^0.90.0",
|
|
20
20
|
"@effect/platform-node": "^0.107.0",
|
|
@@ -40,22 +40,25 @@ const silkCatalogs = {
|
|
|
40
40
|
"@effect/typeclass": "^0.40.0",
|
|
41
41
|
"@effect/vitest": "^0.29.0",
|
|
42
42
|
"@effect/workflow": "^0.18.2",
|
|
43
|
-
"@types/node": "^
|
|
43
|
+
"@types/node": "^26.0.0",
|
|
44
44
|
"@types/react": "^19.2.17",
|
|
45
45
|
"@types/react-dom": "^19.2.3",
|
|
46
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
47
|
-
|
|
46
|
+
"@typescript/native-preview": "^7.0.0-dev.20260621.1",
|
|
47
|
+
"@vitest/coverage-istanbul": "^4.1.9",
|
|
48
|
+
"@vitest/coverage-v8": "^4.1.9",
|
|
49
|
+
effect: "^3.21.4",
|
|
48
50
|
react: "^19.2.7",
|
|
49
51
|
"react-dom": "^19.2.7",
|
|
50
52
|
tsx: "^4.22.4",
|
|
51
|
-
typescript: "^6.0.3"
|
|
53
|
+
typescript: "^6.0.3",
|
|
54
|
+
vitest: "^4.1.9"
|
|
52
55
|
},
|
|
53
56
|
silkPeers: {
|
|
54
57
|
"@effect/ai": ">=0.36.0",
|
|
55
|
-
"@effect/ai-amazon-bedrock": ">=0.16.
|
|
58
|
+
"@effect/ai-amazon-bedrock": ">=0.16.1",
|
|
56
59
|
"@effect/ai-anthropic": ">=0.26.0",
|
|
57
60
|
"@effect/ai-google": ">=0.15.0",
|
|
58
|
-
"@effect/ai-openai": ">=0.40.
|
|
61
|
+
"@effect/ai-openai": ">=0.40.1",
|
|
59
62
|
"@effect/cli": ">=0.75.2",
|
|
60
63
|
"@effect/cluster": ">=0.59.0",
|
|
61
64
|
"@effect/experimental": ">=0.60.0",
|
|
@@ -87,15 +90,18 @@ const silkCatalogs = {
|
|
|
87
90
|
"@effect/typeclass": ">=0.40.0",
|
|
88
91
|
"@effect/vitest": ">=0.29.0",
|
|
89
92
|
"@effect/workflow": ">=0.18.2",
|
|
90
|
-
"@types/node": "^
|
|
93
|
+
"@types/node": "^26.0.0",
|
|
91
94
|
"@types/react": "^19.2.0",
|
|
92
95
|
"@types/react-dom": "^19.2.0",
|
|
93
96
|
"@typescript/native-preview": "^7.0.0-dev.20260612.1",
|
|
97
|
+
"@vitest/coverage-istanbul": "^4.1.0",
|
|
98
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
94
99
|
effect: ">=3.21.0",
|
|
95
100
|
react: "^19.2.0",
|
|
96
101
|
"react-dom": "^19.2.0",
|
|
97
102
|
tsx: "^4.22.0",
|
|
98
|
-
typescript: "^6.0.0"
|
|
103
|
+
typescript: "^6.0.0",
|
|
104
|
+
vitest: "^4.1.0"
|
|
99
105
|
},
|
|
100
106
|
silkOverrides: {
|
|
101
107
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
@@ -118,6 +124,9 @@ const silkCatalogs = {
|
|
|
118
124
|
"@types/react",
|
|
119
125
|
"@types/react-dom",
|
|
120
126
|
"@typescript/native-preview",
|
|
127
|
+
"@vitest-agent/cli",
|
|
128
|
+
"@vitest-agent/mcp",
|
|
129
|
+
"@vitest/coverage-istanbul",
|
|
121
130
|
"@vitest/coverage-v8",
|
|
122
131
|
"commitizen",
|
|
123
132
|
"husky",
|
|
@@ -164,7 +173,11 @@ const silkCatalogs = {
|
|
|
164
173
|
"yaml-effect"
|
|
165
174
|
],
|
|
166
175
|
silkPackageExtensions: {},
|
|
167
|
-
silkAllowedDeprecatedVersions: {
|
|
176
|
+
silkAllowedDeprecatedVersions: {
|
|
177
|
+
glob: "7.2.3",
|
|
178
|
+
inflight: "1.0.6",
|
|
179
|
+
"prebuild-install": "7.1.3"
|
|
180
|
+
},
|
|
168
181
|
silkSupportedArchitectures: {},
|
|
169
182
|
silkAuditConfig: {},
|
|
170
183
|
silkConfirmModulesPurge: false
|