@savvy-web/pnpm-plugin-silk 0.6.3 → 0.7.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 -13
- package/package.json +46 -46
- package/pnpmfile.cjs +5 -13
- package/tsdoc-metadata.json +1 -1
package/index.cjs
CHANGED
|
@@ -27,14 +27,10 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
27
27
|
});
|
|
28
28
|
const silkCatalogs = {
|
|
29
29
|
silk: {
|
|
30
|
-
"@
|
|
31
|
-
"@changesets/cli": "^2.29.8",
|
|
32
|
-
"@commitlint/cli": "^20.4.2",
|
|
33
|
-
"@commitlint/config-conventional": "^20.4.2",
|
|
34
|
-
"@microsoft/api-extractor": "7.56.3",
|
|
30
|
+
"@microsoft/api-extractor": "^7.57.6",
|
|
35
31
|
"@rslib/core": "^0.19.6",
|
|
36
|
-
"@types/node": "^25.3.
|
|
37
|
-
"@typescript/native-preview": "
|
|
32
|
+
"@types/node": "^25.3.3",
|
|
33
|
+
"@typescript/native-preview": "7.0.0-dev.20260304.1",
|
|
38
34
|
"@vitest/coverage-v8": "^4.0.18",
|
|
39
35
|
commitizen: "^4.3.1",
|
|
40
36
|
husky: "^9.1.7",
|
|
@@ -42,16 +38,12 @@ const silkCatalogs = {
|
|
|
42
38
|
"markdownlint-cli2": "^0.21.0",
|
|
43
39
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
44
40
|
tsx: "^4.21.0",
|
|
45
|
-
turbo: "^2.8.
|
|
41
|
+
turbo: "^2.8.13",
|
|
46
42
|
typescript: "^5.9.3",
|
|
47
43
|
vitest: "^4.0.18"
|
|
48
44
|
},
|
|
49
45
|
silkPeers: {
|
|
50
|
-
"@
|
|
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",
|
|
46
|
+
"@microsoft/api-extractor": "^7.57.6",
|
|
55
47
|
"@rslib/core": "^0.19.6",
|
|
56
48
|
"@types/node": "^25.2.0",
|
|
57
49
|
"@typescript/native-preview": "^7.0.0-dev.20260124.1",
|
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.7.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,14 +233,10 @@ var __webpack_exports__ = {};
|
|
|
233
233
|
(()=>{
|
|
234
234
|
const silkCatalogs = {
|
|
235
235
|
silk: {
|
|
236
|
-
"@
|
|
237
|
-
"@changesets/cli": "^2.29.8",
|
|
238
|
-
"@commitlint/cli": "^20.4.2",
|
|
239
|
-
"@commitlint/config-conventional": "^20.4.2",
|
|
240
|
-
"@microsoft/api-extractor": "7.56.3",
|
|
236
|
+
"@microsoft/api-extractor": "^7.57.6",
|
|
241
237
|
"@rslib/core": "^0.19.6",
|
|
242
|
-
"@types/node": "^25.3.
|
|
243
|
-
"@typescript/native-preview": "
|
|
238
|
+
"@types/node": "^25.3.3",
|
|
239
|
+
"@typescript/native-preview": "7.0.0-dev.20260304.1",
|
|
244
240
|
"@vitest/coverage-v8": "^4.0.18",
|
|
245
241
|
commitizen: "^4.3.1",
|
|
246
242
|
husky: "^9.1.7",
|
|
@@ -248,16 +244,12 @@ var __webpack_exports__ = {};
|
|
|
248
244
|
"markdownlint-cli2": "^0.21.0",
|
|
249
245
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
250
246
|
tsx: "^4.21.0",
|
|
251
|
-
turbo: "^2.8.
|
|
247
|
+
turbo: "^2.8.13",
|
|
252
248
|
typescript: "^5.9.3",
|
|
253
249
|
vitest: "^4.0.18"
|
|
254
250
|
},
|
|
255
251
|
silkPeers: {
|
|
256
|
-
"@
|
|
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",
|
|
252
|
+
"@microsoft/api-extractor": "^7.57.6",
|
|
261
253
|
"@rslib/core": "^0.19.6",
|
|
262
254
|
"@types/node": "^25.2.0",
|
|
263
255
|
"@typescript/native-preview": "^7.0.0-dev.20260124.1",
|