@savvy-web/pnpm-plugin-silk 0.6.2 → 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 CHANGED
@@ -27,14 +27,10 @@ __webpack_require__.d(__webpack_exports__, {
27
27
  });
28
28
  const silkCatalogs = {
29
29
  silk: {
30
- "@biomejs/biome": "2.4.1",
31
- "@changesets/cli": "^2.29.8",
32
- "@commitlint/cli": "^20.4.1",
33
- "@commitlint/config-conventional": "^20.4.1",
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.2.3",
37
- "@typescript/native-preview": "7.0.0-dev.20260217.1",
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.9",
41
+ turbo: "^2.8.13",
46
42
  typescript: "^5.9.3",
47
43
  vitest: "^4.0.18"
48
44
  },
49
45
  silkPeers: {
50
- "@biomejs/biome": "2.4.1",
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",
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",
@@ -62,7 +54,7 @@ const silkCatalogs = {
62
54
  "markdownlint-cli2": "^0.21.0",
63
55
  "markdownlint-cli2-formatter-codequality": "^0.0.7",
64
56
  tsx: "^4.21.0",
65
- turbo: "^2.8.0",
57
+ turbo: "^2.8.10",
66
58
  typescript: "^5.9.3",
67
59
  vitest: "^4.0.18"
68
60
  },
package/package.json CHANGED
@@ -1,47 +1,47 @@
1
1
  {
2
- "name": "@savvy-web/pnpm-plugin-silk",
3
- "version": "0.6.2",
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": "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
- }
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
- "@biomejs/biome": "2.4.1",
237
- "@changesets/cli": "^2.29.8",
238
- "@commitlint/cli": "^20.4.1",
239
- "@commitlint/config-conventional": "^20.4.1",
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.2.3",
243
- "@typescript/native-preview": "7.0.0-dev.20260217.1",
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.9",
247
+ turbo: "^2.8.13",
252
248
  typescript: "^5.9.3",
253
249
  vitest: "^4.0.18"
254
250
  },
255
251
  silkPeers: {
256
- "@biomejs/biome": "2.4.1",
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",
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",
@@ -268,7 +260,7 @@ var __webpack_exports__ = {};
268
260
  "markdownlint-cli2": "^0.21.0",
269
261
  "markdownlint-cli2-formatter-codequality": "^0.0.7",
270
262
  tsx: "^4.21.0",
271
- turbo: "^2.8.0",
263
+ turbo: "^2.8.10",
272
264
  typescript: "^5.9.3",
273
265
  vitest: "^4.0.18"
274
266
  },
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.56.3"
8
+ "packageVersion": "7.57.6"
9
9
  }
10
10
  ]
11
11
  }