@savvy-web/pnpm-plugin-silk 0.6.3 → 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 +5 -30
- package/package.json +46 -46
- package/pnpmfile.cjs +5 -30
- package/tsdoc-metadata.json +1 -1
package/index.cjs
CHANGED
|
@@ -27,49 +27,24 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
27
27
|
});
|
|
28
28
|
const silkCatalogs = {
|
|
29
29
|
silk: {
|
|
30
|
-
"@
|
|
31
|
-
"@
|
|
32
|
-
"@commitlint/cli": "^20.4.2",
|
|
33
|
-
"@commitlint/config-conventional": "^20.4.2",
|
|
34
|
-
"@microsoft/api-extractor": "7.56.3",
|
|
35
|
-
"@rslib/core": "^0.19.6",
|
|
36
|
-
"@types/node": "^25.3.0",
|
|
37
|
-
"@typescript/native-preview": "^7.0.0-dev.20260219.1",
|
|
38
|
-
"@vitest/coverage-v8": "^4.0.18",
|
|
39
|
-
commitizen: "^4.3.1",
|
|
30
|
+
"@types/node": "^25.3.3",
|
|
31
|
+
"@typescript/native-preview": "^7.0.0-dev.20260304.1",
|
|
40
32
|
husky: "^9.1.7",
|
|
41
|
-
"lint-staged": "^16.2.7",
|
|
42
|
-
"markdownlint-cli2": "^0.21.0",
|
|
43
|
-
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
44
33
|
tsx: "^4.21.0",
|
|
45
|
-
|
|
46
|
-
typescript: "^5.9.3",
|
|
47
|
-
vitest: "^4.0.18"
|
|
34
|
+
typescript: "^5.9.3"
|
|
48
35
|
},
|
|
49
36
|
silkPeers: {
|
|
50
|
-
"@biomejs/biome": "2.4.1",
|
|
51
|
-
"@changesets/cli": "^2.29.0",
|
|
52
|
-
"@commitlint/cli": "^20.4.0",
|
|
53
|
-
"@commitlint/config-conventional": "^20.4.0",
|
|
54
|
-
"@microsoft/api-extractor": ">=7.56.0 <7.57.0",
|
|
55
|
-
"@rslib/core": "^0.19.6",
|
|
56
37
|
"@types/node": "^25.2.0",
|
|
57
38
|
"@typescript/native-preview": "^7.0.0-dev.20260124.1",
|
|
58
|
-
"@vitest/coverage-v8": "^4.0.18",
|
|
59
|
-
commitizen: "^4.3.0",
|
|
60
39
|
husky: "^9.1.0",
|
|
61
|
-
"lint-staged": "^16.2.0",
|
|
62
|
-
"markdownlint-cli2": "^0.21.0",
|
|
63
|
-
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
64
40
|
tsx: "^4.21.0",
|
|
65
|
-
|
|
66
|
-
typescript: "^5.9.3",
|
|
67
|
-
vitest: "^4.0.18"
|
|
41
|
+
typescript: "^5.9.3"
|
|
68
42
|
},
|
|
69
43
|
silkOverrides: {
|
|
70
44
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
71
45
|
lodash: "^4.17.23",
|
|
72
46
|
"markdown-it": "^14.1.1",
|
|
47
|
+
minimatch: ">=10.2.3",
|
|
73
48
|
tmp: "^0.2.4"
|
|
74
49
|
},
|
|
75
50
|
silkOnlyBuiltDependencies: [
|
package/package.json
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
2
|
+
"name": "@savvy-web/pnpm-plugin-silk",
|
|
3
|
+
"version": "0.8.0",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "pnpm config dependency for centralized catalog management across the Silk ecosystem.",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"pnpm",
|
|
8
|
+
"pnpm-plugin",
|
|
9
|
+
"config-dependency",
|
|
10
|
+
"catalog",
|
|
11
|
+
"monorepo",
|
|
12
|
+
"silk"
|
|
13
|
+
],
|
|
14
|
+
"homepage": "https://github.com/savvy-web/pnpm-plugin-silk#readme",
|
|
15
|
+
"bugs": {
|
|
16
|
+
"url": "https://github.com/savvy-web/pnpm-plugin-silk/issues"
|
|
17
|
+
},
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "git+https://github.com/savvy-web/pnpm-plugin-silk.git"
|
|
21
|
+
},
|
|
22
|
+
"license": "MIT",
|
|
23
|
+
"author": {
|
|
24
|
+
"name": "C. Spencer Beggs",
|
|
25
|
+
"email": "spencer@savvyweb.systems",
|
|
26
|
+
"url": "https://savvyweb.systems"
|
|
27
|
+
},
|
|
28
|
+
"type": "commonjs",
|
|
29
|
+
"exports": {
|
|
30
|
+
".": {
|
|
31
|
+
"types": "./index.d.ts",
|
|
32
|
+
"import": "./index.js"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"files": [
|
|
36
|
+
"!pnpm-plugin-silk.api.json",
|
|
37
|
+
"!tsconfig.json",
|
|
38
|
+
"!tsdoc.json",
|
|
39
|
+
"LICENSE",
|
|
40
|
+
"README.md",
|
|
41
|
+
"index.cjs",
|
|
42
|
+
"index.d.cts",
|
|
43
|
+
"package.json",
|
|
44
|
+
"pnpmfile.cjs",
|
|
45
|
+
"tsdoc-metadata.json"
|
|
46
|
+
]
|
|
47
|
+
}
|
package/pnpmfile.cjs
CHANGED
|
@@ -233,49 +233,24 @@ var __webpack_exports__ = {};
|
|
|
233
233
|
(()=>{
|
|
234
234
|
const silkCatalogs = {
|
|
235
235
|
silk: {
|
|
236
|
-
"@
|
|
237
|
-
"@
|
|
238
|
-
"@commitlint/cli": "^20.4.2",
|
|
239
|
-
"@commitlint/config-conventional": "^20.4.2",
|
|
240
|
-
"@microsoft/api-extractor": "7.56.3",
|
|
241
|
-
"@rslib/core": "^0.19.6",
|
|
242
|
-
"@types/node": "^25.3.0",
|
|
243
|
-
"@typescript/native-preview": "^7.0.0-dev.20260219.1",
|
|
244
|
-
"@vitest/coverage-v8": "^4.0.18",
|
|
245
|
-
commitizen: "^4.3.1",
|
|
236
|
+
"@types/node": "^25.3.3",
|
|
237
|
+
"@typescript/native-preview": "^7.0.0-dev.20260304.1",
|
|
246
238
|
husky: "^9.1.7",
|
|
247
|
-
"lint-staged": "^16.2.7",
|
|
248
|
-
"markdownlint-cli2": "^0.21.0",
|
|
249
|
-
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
250
239
|
tsx: "^4.21.0",
|
|
251
|
-
|
|
252
|
-
typescript: "^5.9.3",
|
|
253
|
-
vitest: "^4.0.18"
|
|
240
|
+
typescript: "^5.9.3"
|
|
254
241
|
},
|
|
255
242
|
silkPeers: {
|
|
256
|
-
"@biomejs/biome": "2.4.1",
|
|
257
|
-
"@changesets/cli": "^2.29.0",
|
|
258
|
-
"@commitlint/cli": "^20.4.0",
|
|
259
|
-
"@commitlint/config-conventional": "^20.4.0",
|
|
260
|
-
"@microsoft/api-extractor": ">=7.56.0 <7.57.0",
|
|
261
|
-
"@rslib/core": "^0.19.6",
|
|
262
243
|
"@types/node": "^25.2.0",
|
|
263
244
|
"@typescript/native-preview": "^7.0.0-dev.20260124.1",
|
|
264
|
-
"@vitest/coverage-v8": "^4.0.18",
|
|
265
|
-
commitizen: "^4.3.0",
|
|
266
245
|
husky: "^9.1.0",
|
|
267
|
-
"lint-staged": "^16.2.0",
|
|
268
|
-
"markdownlint-cli2": "^0.21.0",
|
|
269
|
-
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
270
246
|
tsx: "^4.21.0",
|
|
271
|
-
|
|
272
|
-
typescript: "^5.9.3",
|
|
273
|
-
vitest: "^4.0.18"
|
|
247
|
+
typescript: "^5.9.3"
|
|
274
248
|
},
|
|
275
249
|
silkOverrides: {
|
|
276
250
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
277
251
|
lodash: "^4.17.23",
|
|
278
252
|
"markdown-it": "^14.1.1",
|
|
253
|
+
minimatch: ">=10.2.3",
|
|
279
254
|
tmp: "^0.2.4"
|
|
280
255
|
},
|
|
281
256
|
silkOnlyBuiltDependencies: [
|