@savvy-web/pnpm-plugin-silk 0.4.1 → 0.4.2
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 +3 -3
- package/package.json +1 -17
- package/pnpmfile.cjs +3 -3
package/index.cjs
CHANGED
|
@@ -33,8 +33,8 @@ const silkCatalogs = {
|
|
|
33
33
|
"@commitlint/config-conventional": "^20.4.1",
|
|
34
34
|
"@microsoft/api-extractor": "^7.56.3",
|
|
35
35
|
"@rslib/core": "^0.19.5",
|
|
36
|
-
"@types/node": "^25.2.
|
|
37
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
36
|
+
"@types/node": "^25.2.2",
|
|
37
|
+
"@typescript/native-preview": "^7.0.0-dev.20260209.1",
|
|
38
38
|
"@vitest/coverage-v8": "^4.0.18",
|
|
39
39
|
commitizen: "^4.3.1",
|
|
40
40
|
husky: "^9.1.7",
|
|
@@ -60,7 +60,7 @@ const silkCatalogs = {
|
|
|
60
60
|
silkOverrides: {
|
|
61
61
|
"@isaacs/brace-expansion": ">=5.0.1",
|
|
62
62
|
lodash: ">=4.17.23",
|
|
63
|
-
tmp: "
|
|
63
|
+
tmp: "^0.2.4"
|
|
64
64
|
},
|
|
65
65
|
silkOnlyBuiltDependencies: [
|
|
66
66
|
"@parcel/watcher",
|
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.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "pnpm config dependency for centralized catalog management across the Silk ecosystem.",
|
|
6
6
|
"keywords": [
|
|
@@ -32,22 +32,6 @@
|
|
|
32
32
|
"import": "./index.js"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
-
"peerDependencies": {
|
|
36
|
-
"@types/node": "^25.2.1",
|
|
37
|
-
"@typescript/native-preview": "7.0.0-dev.20260207.1",
|
|
38
|
-
"typescript": "^5.9.3"
|
|
39
|
-
},
|
|
40
|
-
"peerDependenciesMeta": {
|
|
41
|
-
"@types/node": {
|
|
42
|
-
"optional": false
|
|
43
|
-
},
|
|
44
|
-
"@typescript/native-preview": {
|
|
45
|
-
"optional": false
|
|
46
|
-
},
|
|
47
|
-
"typescript": {
|
|
48
|
-
"optional": false
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
35
|
"files": [
|
|
52
36
|
"!pnpm-plugin-silk.api.json",
|
|
53
37
|
"!tsconfig.json",
|
package/pnpmfile.cjs
CHANGED
|
@@ -239,8 +239,8 @@ var __webpack_exports__ = {};
|
|
|
239
239
|
"@commitlint/config-conventional": "^20.4.1",
|
|
240
240
|
"@microsoft/api-extractor": "^7.56.3",
|
|
241
241
|
"@rslib/core": "^0.19.5",
|
|
242
|
-
"@types/node": "^25.2.
|
|
243
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
242
|
+
"@types/node": "^25.2.2",
|
|
243
|
+
"@typescript/native-preview": "^7.0.0-dev.20260209.1",
|
|
244
244
|
"@vitest/coverage-v8": "^4.0.18",
|
|
245
245
|
commitizen: "^4.3.1",
|
|
246
246
|
husky: "^9.1.7",
|
|
@@ -266,7 +266,7 @@ var __webpack_exports__ = {};
|
|
|
266
266
|
silkOverrides: {
|
|
267
267
|
"@isaacs/brace-expansion": ">=5.0.1",
|
|
268
268
|
lodash: ">=4.17.23",
|
|
269
|
-
tmp: "
|
|
269
|
+
tmp: "^0.2.4"
|
|
270
270
|
},
|
|
271
271
|
silkOnlyBuiltDependencies: [
|
|
272
272
|
"@parcel/watcher",
|