@savvy-web/pnpm-plugin-silk 0.6.0 → 0.6.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.
Files changed (3) hide show
  1. package/index.cjs +16 -7
  2. package/package.json +1 -1
  3. package/pnpmfile.cjs +16 -7
package/index.cjs CHANGED
@@ -48,14 +48,23 @@ const silkCatalogs = {
48
48
  },
49
49
  silkPeers: {
50
50
  "@biomejs/biome": "2.4.1",
51
- "@commitlint/cli": "^20.4.1",
52
- "@commitlint/config-conventional": "^20.4.1",
53
- "@microsoft/api-extractor": "^7.56.2",
54
- "@types/node": "^25.0.10",
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",
55
+ "@rslib/core": "^0.19.6",
56
+ "@types/node": "^25.2.0",
55
57
  "@typescript/native-preview": "^7.0.0-dev.20260124.1",
56
- commitizen: "^4.3.1",
57
- husky: "^9.1.7",
58
- typescript: "^5.9.3"
58
+ "@vitest/coverage-v8": "^4.0.18",
59
+ commitizen: "^4.3.0",
60
+ 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
+ tsx: "^4.21.0",
65
+ turbo: "^2.8.0",
66
+ typescript: "^5.9.3",
67
+ vitest: "^4.0.18"
59
68
  },
60
69
  silkOverrides: {
61
70
  "@isaacs/brace-expansion": "^5.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/pnpm-plugin-silk",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "private": false,
5
5
  "description": "pnpm config dependency for centralized catalog management across the Silk ecosystem.",
6
6
  "keywords": [
package/pnpmfile.cjs CHANGED
@@ -254,14 +254,23 @@ var __webpack_exports__ = {};
254
254
  },
255
255
  silkPeers: {
256
256
  "@biomejs/biome": "2.4.1",
257
- "@commitlint/cli": "^20.4.1",
258
- "@commitlint/config-conventional": "^20.4.1",
259
- "@microsoft/api-extractor": "^7.56.2",
260
- "@types/node": "^25.0.10",
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",
261
+ "@rslib/core": "^0.19.6",
262
+ "@types/node": "^25.2.0",
261
263
  "@typescript/native-preview": "^7.0.0-dev.20260124.1",
262
- commitizen: "^4.3.1",
263
- husky: "^9.1.7",
264
- typescript: "^5.9.3"
264
+ "@vitest/coverage-v8": "^4.0.18",
265
+ commitizen: "^4.3.0",
266
+ 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
+ tsx: "^4.21.0",
271
+ turbo: "^2.8.0",
272
+ typescript: "^5.9.3",
273
+ vitest: "^4.0.18"
265
274
  },
266
275
  silkOverrides: {
267
276
  "@isaacs/brace-expansion": "^5.0.1",