@savvy-web/pnpm-plugin-silk 0.4.0 → 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 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.2",
34
+ "@microsoft/api-extractor": "^7.56.3",
35
35
  "@rslib/core": "^0.19.5",
36
- "@types/node": "^25.2.1",
37
- "@typescript/native-preview": "^7.0.0-dev.20260206.1",
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: ">=0.2.4"
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.0",
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.20260206.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
@@ -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.2",
240
+ "@microsoft/api-extractor": "^7.56.3",
241
241
  "@rslib/core": "^0.19.5",
242
- "@types/node": "^25.2.1",
243
- "@typescript/native-preview": "^7.0.0-dev.20260206.1",
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: ">=0.2.4"
269
+ tmp: "^0.2.4"
270
270
  },
271
271
  silkOnlyBuiltDependencies: [
272
272
  "@parcel/watcher",
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.56.2"
8
+ "packageVersion": "7.56.3"
9
9
  }
10
10
  ]
11
11
  }