@savvy-web/pnpm-plugin-silk 0.4.0 → 0.4.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 +2 -2
- package/package.json +2 -2
- package/pnpmfile.cjs +2 -2
- package/tsdoc-metadata.json +1 -1
package/index.cjs
CHANGED
|
@@ -31,10 +31,10 @@ const silkCatalogs = {
|
|
|
31
31
|
"@changesets/cli": "^2.29.8",
|
|
32
32
|
"@commitlint/cli": "^20.4.1",
|
|
33
33
|
"@commitlint/config-conventional": "^20.4.1",
|
|
34
|
-
"@microsoft/api-extractor": "^7.56.
|
|
34
|
+
"@microsoft/api-extractor": "^7.56.3",
|
|
35
35
|
"@rslib/core": "^0.19.5",
|
|
36
36
|
"@types/node": "^25.2.1",
|
|
37
|
-
"@typescript/native-preview": "
|
|
37
|
+
"@typescript/native-preview": "7.0.0-dev.20260207.1",
|
|
38
38
|
"@vitest/coverage-v8": "^4.0.18",
|
|
39
39
|
commitizen: "^4.3.1",
|
|
40
40
|
husky: "^9.1.7",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/pnpm-plugin-silk",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "pnpm config dependency for centralized catalog management across the Silk ecosystem.",
|
|
6
6
|
"keywords": [
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@types/node": "^25.2.1",
|
|
37
|
-
"@typescript/native-preview": "
|
|
37
|
+
"@typescript/native-preview": "7.0.0-dev.20260207.1",
|
|
38
38
|
"typescript": "^5.9.3"
|
|
39
39
|
},
|
|
40
40
|
"peerDependenciesMeta": {
|
package/pnpmfile.cjs
CHANGED
|
@@ -237,10 +237,10 @@ var __webpack_exports__ = {};
|
|
|
237
237
|
"@changesets/cli": "^2.29.8",
|
|
238
238
|
"@commitlint/cli": "^20.4.1",
|
|
239
239
|
"@commitlint/config-conventional": "^20.4.1",
|
|
240
|
-
"@microsoft/api-extractor": "^7.56.
|
|
240
|
+
"@microsoft/api-extractor": "^7.56.3",
|
|
241
241
|
"@rslib/core": "^0.19.5",
|
|
242
242
|
"@types/node": "^25.2.1",
|
|
243
|
-
"@typescript/native-preview": "
|
|
243
|
+
"@typescript/native-preview": "7.0.0-dev.20260207.1",
|
|
244
244
|
"@vitest/coverage-v8": "^4.0.18",
|
|
245
245
|
commitizen: "^4.3.1",
|
|
246
246
|
husky: "^9.1.7",
|