@savvy-web/pnpm-plugin-silk 0.15.1 → 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 +32 -16
- package/package.json +4 -1
- package/pnpmfile.cjs +159 -137
- package/pnpmfile.mjs +159 -137
- package/tsdoc-metadata.json +1 -1
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",
|
|
@@ -36,26 +36,29 @@ const silkCatalogs = {
|
|
|
36
36
|
"@effect/sql-sqlite-node": "^0.52.0",
|
|
37
37
|
"@effect/sql-sqlite-react-native": "^0.54.0",
|
|
38
38
|
"@effect/sql-sqlite-wasm": "^0.52.0",
|
|
39
|
-
"@effect/tsgo": "^0.14.
|
|
39
|
+
"@effect/tsgo": "^0.14.5",
|
|
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",
|
|
@@ -83,19 +86,22 @@ const silkCatalogs = {
|
|
|
83
86
|
"@effect/sql-sqlite-node": ">=0.52.0",
|
|
84
87
|
"@effect/sql-sqlite-react-native": ">=0.54.0",
|
|
85
88
|
"@effect/sql-sqlite-wasm": ">=0.52.0",
|
|
86
|
-
"@effect/tsgo": ">=0.14.
|
|
89
|
+
"@effect/tsgo": ">=0.14.5",
|
|
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
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
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",
|
|
@@ -144,24 +153,31 @@ const silkCatalogs = {
|
|
|
144
153
|
silkMinimumReleaseAge: 1440,
|
|
145
154
|
silkMinimumReleaseAgeExclude: [
|
|
146
155
|
"@savvy-web/*",
|
|
156
|
+
"@spencerbeggs/*",
|
|
147
157
|
"@typescript/native-preview*",
|
|
158
|
+
"@vitest/agent/*",
|
|
148
159
|
"api-extractor-llms",
|
|
149
160
|
"config-file-effect",
|
|
150
161
|
"json-schema-effect",
|
|
151
162
|
"jsonc-effect",
|
|
152
163
|
"package-json-effect",
|
|
164
|
+
"reposets",
|
|
153
165
|
"rspress-plugin-api-extractor",
|
|
154
166
|
"runtime-resolver",
|
|
155
167
|
"semver-effect",
|
|
156
168
|
"std-osc8",
|
|
157
169
|
"type-registry-effect",
|
|
158
|
-
"vitest-agent-*",
|
|
159
170
|
"vitest-bats",
|
|
160
171
|
"workspaces-effect",
|
|
172
|
+
"xdg-effect",
|
|
161
173
|
"yaml-effect"
|
|
162
174
|
],
|
|
163
175
|
silkPackageExtensions: {},
|
|
164
|
-
silkAllowedDeprecatedVersions: {
|
|
176
|
+
silkAllowedDeprecatedVersions: {
|
|
177
|
+
glob: "7.2.3",
|
|
178
|
+
inflight: "1.0.6",
|
|
179
|
+
"prebuild-install": "7.1.3"
|
|
180
|
+
},
|
|
165
181
|
silkSupportedArchitectures: {},
|
|
166
182
|
silkAuditConfig: {},
|
|
167
183
|
silkConfirmModulesPurge: false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/pnpm-plugin-silk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "pnpm config dependency for centralized catalog management across the Silk ecosystem.",
|
|
6
6
|
"keywords": [
|
|
@@ -32,5 +32,8 @@
|
|
|
32
32
|
"import": "./index.js"
|
|
33
33
|
},
|
|
34
34
|
"./package.json": "./package.json"
|
|
35
|
+
},
|
|
36
|
+
"engines": {
|
|
37
|
+
"node": ">=24.11.0"
|
|
35
38
|
}
|
|
36
39
|
}
|