@savvy-web/pnpm-plugin-silk 0.4.4 → 0.5.1
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.cjs +9 -6
- package/package.json +2 -2
- package/pnpmfile.cjs +9 -6
- /package/{index.d.ts → index.d.cts} +0 -0
package/index.cjs
CHANGED
|
@@ -27,14 +27,14 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
27
27
|
});
|
|
28
28
|
const silkCatalogs = {
|
|
29
29
|
silk: {
|
|
30
|
-
"@biomejs/biome": "2.3.
|
|
30
|
+
"@biomejs/biome": "2.3.15",
|
|
31
31
|
"@changesets/cli": "^2.29.8",
|
|
32
32
|
"@commitlint/cli": "^20.4.1",
|
|
33
33
|
"@commitlint/config-conventional": "^20.4.1",
|
|
34
34
|
"@microsoft/api-extractor": "^7.56.3",
|
|
35
|
-
"@rslib/core": "^0.19.
|
|
35
|
+
"@rslib/core": "^0.19.6",
|
|
36
36
|
"@types/node": "^25.2.3",
|
|
37
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
37
|
+
"@typescript/native-preview": "7.0.0-dev.20260214.1",
|
|
38
38
|
"@vitest/coverage-v8": "^4.0.18",
|
|
39
39
|
commitizen: "^4.3.1",
|
|
40
40
|
husky: "^9.1.7",
|
|
@@ -42,12 +42,12 @@ const silkCatalogs = {
|
|
|
42
42
|
"markdownlint-cli2": "^0.20.0",
|
|
43
43
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
44
44
|
tsx: "^4.21.0",
|
|
45
|
-
turbo: "^2.8.
|
|
45
|
+
turbo: "^2.8.9",
|
|
46
46
|
typescript: "^5.9.3",
|
|
47
47
|
vitest: "^4.0.18"
|
|
48
48
|
},
|
|
49
49
|
silkPeers: {
|
|
50
|
-
"@biomejs/biome": "2.3.
|
|
50
|
+
"@biomejs/biome": "2.3.15",
|
|
51
51
|
"@commitlint/cli": "^20.4.1",
|
|
52
52
|
"@commitlint/config-conventional": "^20.4.1",
|
|
53
53
|
"@microsoft/api-extractor": "^7.56.2",
|
|
@@ -64,6 +64,7 @@ const silkCatalogs = {
|
|
|
64
64
|
},
|
|
65
65
|
silkOnlyBuiltDependencies: [
|
|
66
66
|
"@parcel/watcher",
|
|
67
|
+
"@savvy-web/changesets",
|
|
67
68
|
"@savvy-web/commitlint",
|
|
68
69
|
"@savvy-web/lint-staged",
|
|
69
70
|
"core-js",
|
|
@@ -71,6 +72,7 @@ const silkCatalogs = {
|
|
|
71
72
|
"msgpackr-extract"
|
|
72
73
|
],
|
|
73
74
|
silkPublicHoistPattern: [
|
|
75
|
+
"@changesets/cli",
|
|
74
76
|
"@commitlint/cli",
|
|
75
77
|
"@commitlint/config-conventional",
|
|
76
78
|
"@commitlint/cz-commitlint",
|
|
@@ -82,7 +84,8 @@ const silkCatalogs = {
|
|
|
82
84
|
"markdownlint-cli2",
|
|
83
85
|
"markdownlint-cli2-formatter-codequality",
|
|
84
86
|
"turbo",
|
|
85
|
-
"typescript"
|
|
87
|
+
"typescript",
|
|
88
|
+
"vitest"
|
|
86
89
|
]
|
|
87
90
|
};
|
|
88
91
|
exports.silkCatalogs = __webpack_exports__.silkCatalogs;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/pnpm-plugin-silk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "pnpm config dependency for centralized catalog management across the Silk ecosystem.",
|
|
6
6
|
"keywords": [
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"LICENSE",
|
|
40
40
|
"README.md",
|
|
41
41
|
"index.cjs",
|
|
42
|
-
"index.d.
|
|
42
|
+
"index.d.cts",
|
|
43
43
|
"package.json",
|
|
44
44
|
"pnpmfile.cjs",
|
|
45
45
|
"tsdoc-metadata.json"
|
package/pnpmfile.cjs
CHANGED
|
@@ -233,14 +233,14 @@ var __webpack_exports__ = {};
|
|
|
233
233
|
(()=>{
|
|
234
234
|
const silkCatalogs = {
|
|
235
235
|
silk: {
|
|
236
|
-
"@biomejs/biome": "2.3.
|
|
236
|
+
"@biomejs/biome": "2.3.15",
|
|
237
237
|
"@changesets/cli": "^2.29.8",
|
|
238
238
|
"@commitlint/cli": "^20.4.1",
|
|
239
239
|
"@commitlint/config-conventional": "^20.4.1",
|
|
240
240
|
"@microsoft/api-extractor": "^7.56.3",
|
|
241
|
-
"@rslib/core": "^0.19.
|
|
241
|
+
"@rslib/core": "^0.19.6",
|
|
242
242
|
"@types/node": "^25.2.3",
|
|
243
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
243
|
+
"@typescript/native-preview": "7.0.0-dev.20260214.1",
|
|
244
244
|
"@vitest/coverage-v8": "^4.0.18",
|
|
245
245
|
commitizen: "^4.3.1",
|
|
246
246
|
husky: "^9.1.7",
|
|
@@ -248,12 +248,12 @@ var __webpack_exports__ = {};
|
|
|
248
248
|
"markdownlint-cli2": "^0.20.0",
|
|
249
249
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
250
250
|
tsx: "^4.21.0",
|
|
251
|
-
turbo: "^2.8.
|
|
251
|
+
turbo: "^2.8.9",
|
|
252
252
|
typescript: "^5.9.3",
|
|
253
253
|
vitest: "^4.0.18"
|
|
254
254
|
},
|
|
255
255
|
silkPeers: {
|
|
256
|
-
"@biomejs/biome": "2.3.
|
|
256
|
+
"@biomejs/biome": "2.3.15",
|
|
257
257
|
"@commitlint/cli": "^20.4.1",
|
|
258
258
|
"@commitlint/config-conventional": "^20.4.1",
|
|
259
259
|
"@microsoft/api-extractor": "^7.56.2",
|
|
@@ -270,6 +270,7 @@ var __webpack_exports__ = {};
|
|
|
270
270
|
},
|
|
271
271
|
silkOnlyBuiltDependencies: [
|
|
272
272
|
"@parcel/watcher",
|
|
273
|
+
"@savvy-web/changesets",
|
|
273
274
|
"@savvy-web/commitlint",
|
|
274
275
|
"@savvy-web/lint-staged",
|
|
275
276
|
"core-js",
|
|
@@ -277,6 +278,7 @@ var __webpack_exports__ = {};
|
|
|
277
278
|
"msgpackr-extract"
|
|
278
279
|
],
|
|
279
280
|
silkPublicHoistPattern: [
|
|
281
|
+
"@changesets/cli",
|
|
280
282
|
"@commitlint/cli",
|
|
281
283
|
"@commitlint/config-conventional",
|
|
282
284
|
"@commitlint/cz-commitlint",
|
|
@@ -288,7 +290,8 @@ var __webpack_exports__ = {};
|
|
|
288
290
|
"markdownlint-cli2",
|
|
289
291
|
"markdownlint-cli2-formatter-codequality",
|
|
290
292
|
"turbo",
|
|
291
|
-
"typescript"
|
|
293
|
+
"typescript",
|
|
294
|
+
"vitest"
|
|
292
295
|
]
|
|
293
296
|
};
|
|
294
297
|
const promises_namespaceObject = require("node:fs/promises");
|
|
File without changes
|