@savvy-web/pnpm-plugin-silk 0.7.0 → 0.8.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/index.cjs +4 -21
- package/package.json +1 -1
- package/pnpmfile.cjs +4 -21
package/index.cjs
CHANGED
|
@@ -27,41 +27,24 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
27
27
|
});
|
|
28
28
|
const silkCatalogs = {
|
|
29
29
|
silk: {
|
|
30
|
-
"@microsoft/api-extractor": "^7.57.6",
|
|
31
|
-
"@rslib/core": "^0.19.6",
|
|
32
30
|
"@types/node": "^25.3.3",
|
|
33
|
-
"@typescript/native-preview": "7.0.0-dev.20260304.1",
|
|
34
|
-
"@vitest/coverage-v8": "^4.0.18",
|
|
35
|
-
commitizen: "^4.3.1",
|
|
31
|
+
"@typescript/native-preview": "^7.0.0-dev.20260304.1",
|
|
36
32
|
husky: "^9.1.7",
|
|
37
|
-
"lint-staged": "^16.2.7",
|
|
38
|
-
"markdownlint-cli2": "^0.21.0",
|
|
39
|
-
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
40
33
|
tsx: "^4.21.0",
|
|
41
|
-
|
|
42
|
-
typescript: "^5.9.3",
|
|
43
|
-
vitest: "^4.0.18"
|
|
34
|
+
typescript: "^5.9.3"
|
|
44
35
|
},
|
|
45
36
|
silkPeers: {
|
|
46
|
-
"@microsoft/api-extractor": "^7.57.6",
|
|
47
|
-
"@rslib/core": "^0.19.6",
|
|
48
37
|
"@types/node": "^25.2.0",
|
|
49
38
|
"@typescript/native-preview": "^7.0.0-dev.20260124.1",
|
|
50
|
-
"@vitest/coverage-v8": "^4.0.18",
|
|
51
|
-
commitizen: "^4.3.0",
|
|
52
39
|
husky: "^9.1.0",
|
|
53
|
-
"lint-staged": "^16.2.0",
|
|
54
|
-
"markdownlint-cli2": "^0.21.0",
|
|
55
|
-
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
56
40
|
tsx: "^4.21.0",
|
|
57
|
-
|
|
58
|
-
typescript: "^5.9.3",
|
|
59
|
-
vitest: "^4.0.18"
|
|
41
|
+
typescript: "^5.9.3"
|
|
60
42
|
},
|
|
61
43
|
silkOverrides: {
|
|
62
44
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
63
45
|
lodash: "^4.17.23",
|
|
64
46
|
"markdown-it": "^14.1.1",
|
|
47
|
+
minimatch: ">=10.2.3",
|
|
65
48
|
tmp: "^0.2.4"
|
|
66
49
|
},
|
|
67
50
|
silkOnlyBuiltDependencies: [
|
package/package.json
CHANGED
package/pnpmfile.cjs
CHANGED
|
@@ -233,41 +233,24 @@ var __webpack_exports__ = {};
|
|
|
233
233
|
(()=>{
|
|
234
234
|
const silkCatalogs = {
|
|
235
235
|
silk: {
|
|
236
|
-
"@microsoft/api-extractor": "^7.57.6",
|
|
237
|
-
"@rslib/core": "^0.19.6",
|
|
238
236
|
"@types/node": "^25.3.3",
|
|
239
|
-
"@typescript/native-preview": "7.0.0-dev.20260304.1",
|
|
240
|
-
"@vitest/coverage-v8": "^4.0.18",
|
|
241
|
-
commitizen: "^4.3.1",
|
|
237
|
+
"@typescript/native-preview": "^7.0.0-dev.20260304.1",
|
|
242
238
|
husky: "^9.1.7",
|
|
243
|
-
"lint-staged": "^16.2.7",
|
|
244
|
-
"markdownlint-cli2": "^0.21.0",
|
|
245
|
-
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
246
239
|
tsx: "^4.21.0",
|
|
247
|
-
|
|
248
|
-
typescript: "^5.9.3",
|
|
249
|
-
vitest: "^4.0.18"
|
|
240
|
+
typescript: "^5.9.3"
|
|
250
241
|
},
|
|
251
242
|
silkPeers: {
|
|
252
|
-
"@microsoft/api-extractor": "^7.57.6",
|
|
253
|
-
"@rslib/core": "^0.19.6",
|
|
254
243
|
"@types/node": "^25.2.0",
|
|
255
244
|
"@typescript/native-preview": "^7.0.0-dev.20260124.1",
|
|
256
|
-
"@vitest/coverage-v8": "^4.0.18",
|
|
257
|
-
commitizen: "^4.3.0",
|
|
258
245
|
husky: "^9.1.0",
|
|
259
|
-
"lint-staged": "^16.2.0",
|
|
260
|
-
"markdownlint-cli2": "^0.21.0",
|
|
261
|
-
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
262
246
|
tsx: "^4.21.0",
|
|
263
|
-
|
|
264
|
-
typescript: "^5.9.3",
|
|
265
|
-
vitest: "^4.0.18"
|
|
247
|
+
typescript: "^5.9.3"
|
|
266
248
|
},
|
|
267
249
|
silkOverrides: {
|
|
268
250
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
269
251
|
lodash: "^4.17.23",
|
|
270
252
|
"markdown-it": "^14.1.1",
|
|
253
|
+
minimatch: ">=10.2.3",
|
|
271
254
|
tmp: "^0.2.4"
|
|
272
255
|
},
|
|
273
256
|
silkOnlyBuiltDependencies: [
|