@savvy-web/pnpm-plugin-silk 0.15.1 → 0.15.2
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 +8 -5
- package/package.json +4 -1
- package/pnpmfile.cjs +8 -5
- package/pnpmfile.mjs +8 -5
- package/tsdoc-metadata.json +1 -1
package/catalogs/generated.js
CHANGED
|
@@ -36,14 +36,14 @@ 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
43
|
"@types/node": "^25.9.3",
|
|
44
44
|
"@types/react": "^19.2.17",
|
|
45
45
|
"@types/react-dom": "^19.2.3",
|
|
46
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
46
|
+
"@typescript/native-preview": "^7.0.0-dev.20260618.1",
|
|
47
47
|
effect: "^3.21.3",
|
|
48
48
|
react: "^19.2.7",
|
|
49
49
|
"react-dom": "^19.2.7",
|
|
@@ -83,14 +83,14 @@ const silkCatalogs = {
|
|
|
83
83
|
"@effect/sql-sqlite-node": ">=0.52.0",
|
|
84
84
|
"@effect/sql-sqlite-react-native": ">=0.54.0",
|
|
85
85
|
"@effect/sql-sqlite-wasm": ">=0.52.0",
|
|
86
|
-
"@effect/tsgo": ">=0.14.
|
|
86
|
+
"@effect/tsgo": ">=0.14.5",
|
|
87
87
|
"@effect/typeclass": ">=0.40.0",
|
|
88
88
|
"@effect/vitest": ">=0.29.0",
|
|
89
89
|
"@effect/workflow": ">=0.18.2",
|
|
90
90
|
"@types/node": "^25.9.0",
|
|
91
91
|
"@types/react": "^19.2.0",
|
|
92
92
|
"@types/react-dom": "^19.2.0",
|
|
93
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
93
|
+
"@typescript/native-preview": "^7.0.0-dev.20260612.1",
|
|
94
94
|
effect: ">=3.21.0",
|
|
95
95
|
react: "^19.2.0",
|
|
96
96
|
"react-dom": "^19.2.0",
|
|
@@ -144,20 +144,23 @@ const silkCatalogs = {
|
|
|
144
144
|
silkMinimumReleaseAge: 1440,
|
|
145
145
|
silkMinimumReleaseAgeExclude: [
|
|
146
146
|
"@savvy-web/*",
|
|
147
|
+
"@spencerbeggs/*",
|
|
147
148
|
"@typescript/native-preview*",
|
|
149
|
+
"@vitest/agent/*",
|
|
148
150
|
"api-extractor-llms",
|
|
149
151
|
"config-file-effect",
|
|
150
152
|
"json-schema-effect",
|
|
151
153
|
"jsonc-effect",
|
|
152
154
|
"package-json-effect",
|
|
155
|
+
"reposets",
|
|
153
156
|
"rspress-plugin-api-extractor",
|
|
154
157
|
"runtime-resolver",
|
|
155
158
|
"semver-effect",
|
|
156
159
|
"std-osc8",
|
|
157
160
|
"type-registry-effect",
|
|
158
|
-
"vitest-agent-*",
|
|
159
161
|
"vitest-bats",
|
|
160
162
|
"workspaces-effect",
|
|
163
|
+
"xdg-effect",
|
|
161
164
|
"yaml-effect"
|
|
162
165
|
],
|
|
163
166
|
silkPackageExtensions: {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/pnpm-plugin-silk",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
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
|
}
|
package/pnpmfile.cjs
CHANGED
|
@@ -13414,14 +13414,14 @@ const silkCatalogs = {
|
|
|
13414
13414
|
"@effect/sql-sqlite-node": "^0.52.0",
|
|
13415
13415
|
"@effect/sql-sqlite-react-native": "^0.54.0",
|
|
13416
13416
|
"@effect/sql-sqlite-wasm": "^0.52.0",
|
|
13417
|
-
"@effect/tsgo": "^0.14.
|
|
13417
|
+
"@effect/tsgo": "^0.14.5",
|
|
13418
13418
|
"@effect/typeclass": "^0.40.0",
|
|
13419
13419
|
"@effect/vitest": "^0.29.0",
|
|
13420
13420
|
"@effect/workflow": "^0.18.2",
|
|
13421
13421
|
"@types/node": "^25.9.3",
|
|
13422
13422
|
"@types/react": "^19.2.17",
|
|
13423
13423
|
"@types/react-dom": "^19.2.3",
|
|
13424
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
13424
|
+
"@typescript/native-preview": "^7.0.0-dev.20260618.1",
|
|
13425
13425
|
effect: "^3.21.3",
|
|
13426
13426
|
react: "^19.2.7",
|
|
13427
13427
|
"react-dom": "^19.2.7",
|
|
@@ -13461,14 +13461,14 @@ const silkCatalogs = {
|
|
|
13461
13461
|
"@effect/sql-sqlite-node": ">=0.52.0",
|
|
13462
13462
|
"@effect/sql-sqlite-react-native": ">=0.54.0",
|
|
13463
13463
|
"@effect/sql-sqlite-wasm": ">=0.52.0",
|
|
13464
|
-
"@effect/tsgo": ">=0.14.
|
|
13464
|
+
"@effect/tsgo": ">=0.14.5",
|
|
13465
13465
|
"@effect/typeclass": ">=0.40.0",
|
|
13466
13466
|
"@effect/vitest": ">=0.29.0",
|
|
13467
13467
|
"@effect/workflow": ">=0.18.2",
|
|
13468
13468
|
"@types/node": "^25.9.0",
|
|
13469
13469
|
"@types/react": "^19.2.0",
|
|
13470
13470
|
"@types/react-dom": "^19.2.0",
|
|
13471
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
13471
|
+
"@typescript/native-preview": "^7.0.0-dev.20260612.1",
|
|
13472
13472
|
effect: ">=3.21.0",
|
|
13473
13473
|
react: "^19.2.0",
|
|
13474
13474
|
"react-dom": "^19.2.0",
|
|
@@ -13522,20 +13522,23 @@ const silkCatalogs = {
|
|
|
13522
13522
|
silkMinimumReleaseAge: 1440,
|
|
13523
13523
|
silkMinimumReleaseAgeExclude: [
|
|
13524
13524
|
"@savvy-web/*",
|
|
13525
|
+
"@spencerbeggs/*",
|
|
13525
13526
|
"@typescript/native-preview*",
|
|
13527
|
+
"@vitest/agent/*",
|
|
13526
13528
|
"api-extractor-llms",
|
|
13527
13529
|
"config-file-effect",
|
|
13528
13530
|
"json-schema-effect",
|
|
13529
13531
|
"jsonc-effect",
|
|
13530
13532
|
"package-json-effect",
|
|
13533
|
+
"reposets",
|
|
13531
13534
|
"rspress-plugin-api-extractor",
|
|
13532
13535
|
"runtime-resolver",
|
|
13533
13536
|
"semver-effect",
|
|
13534
13537
|
"std-osc8",
|
|
13535
13538
|
"type-registry-effect",
|
|
13536
|
-
"vitest-agent-*",
|
|
13537
13539
|
"vitest-bats",
|
|
13538
13540
|
"workspaces-effect",
|
|
13541
|
+
"xdg-effect",
|
|
13539
13542
|
"yaml-effect"
|
|
13540
13543
|
],
|
|
13541
13544
|
silkPackageExtensions: {},
|
package/pnpmfile.mjs
CHANGED
|
@@ -13413,14 +13413,14 @@ const silkCatalogs = {
|
|
|
13413
13413
|
"@effect/sql-sqlite-node": "^0.52.0",
|
|
13414
13414
|
"@effect/sql-sqlite-react-native": "^0.54.0",
|
|
13415
13415
|
"@effect/sql-sqlite-wasm": "^0.52.0",
|
|
13416
|
-
"@effect/tsgo": "^0.14.
|
|
13416
|
+
"@effect/tsgo": "^0.14.5",
|
|
13417
13417
|
"@effect/typeclass": "^0.40.0",
|
|
13418
13418
|
"@effect/vitest": "^0.29.0",
|
|
13419
13419
|
"@effect/workflow": "^0.18.2",
|
|
13420
13420
|
"@types/node": "^25.9.3",
|
|
13421
13421
|
"@types/react": "^19.2.17",
|
|
13422
13422
|
"@types/react-dom": "^19.2.3",
|
|
13423
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
13423
|
+
"@typescript/native-preview": "^7.0.0-dev.20260618.1",
|
|
13424
13424
|
effect: "^3.21.3",
|
|
13425
13425
|
react: "^19.2.7",
|
|
13426
13426
|
"react-dom": "^19.2.7",
|
|
@@ -13460,14 +13460,14 @@ const silkCatalogs = {
|
|
|
13460
13460
|
"@effect/sql-sqlite-node": ">=0.52.0",
|
|
13461
13461
|
"@effect/sql-sqlite-react-native": ">=0.54.0",
|
|
13462
13462
|
"@effect/sql-sqlite-wasm": ">=0.52.0",
|
|
13463
|
-
"@effect/tsgo": ">=0.14.
|
|
13463
|
+
"@effect/tsgo": ">=0.14.5",
|
|
13464
13464
|
"@effect/typeclass": ">=0.40.0",
|
|
13465
13465
|
"@effect/vitest": ">=0.29.0",
|
|
13466
13466
|
"@effect/workflow": ">=0.18.2",
|
|
13467
13467
|
"@types/node": "^25.9.0",
|
|
13468
13468
|
"@types/react": "^19.2.0",
|
|
13469
13469
|
"@types/react-dom": "^19.2.0",
|
|
13470
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
13470
|
+
"@typescript/native-preview": "^7.0.0-dev.20260612.1",
|
|
13471
13471
|
effect: ">=3.21.0",
|
|
13472
13472
|
react: "^19.2.0",
|
|
13473
13473
|
"react-dom": "^19.2.0",
|
|
@@ -13521,20 +13521,23 @@ const silkCatalogs = {
|
|
|
13521
13521
|
silkMinimumReleaseAge: 1440,
|
|
13522
13522
|
silkMinimumReleaseAgeExclude: [
|
|
13523
13523
|
"@savvy-web/*",
|
|
13524
|
+
"@spencerbeggs/*",
|
|
13524
13525
|
"@typescript/native-preview*",
|
|
13526
|
+
"@vitest/agent/*",
|
|
13525
13527
|
"api-extractor-llms",
|
|
13526
13528
|
"config-file-effect",
|
|
13527
13529
|
"json-schema-effect",
|
|
13528
13530
|
"jsonc-effect",
|
|
13529
13531
|
"package-json-effect",
|
|
13532
|
+
"reposets",
|
|
13530
13533
|
"rspress-plugin-api-extractor",
|
|
13531
13534
|
"runtime-resolver",
|
|
13532
13535
|
"semver-effect",
|
|
13533
13536
|
"std-osc8",
|
|
13534
13537
|
"type-registry-effect",
|
|
13535
|
-
"vitest-agent-*",
|
|
13536
13538
|
"vitest-bats",
|
|
13537
13539
|
"workspaces-effect",
|
|
13540
|
+
"xdg-effect",
|
|
13538
13541
|
"yaml-effect"
|
|
13539
13542
|
],
|
|
13540
13543
|
silkPackageExtensions: {},
|