@savvy-web/silk 2.5.0 → 3.0.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/changesets-changelog.cjs +44098 -35456
- package/changesets-changelog.d.cts +3444 -1244
- package/changesets-changelog.d.ts +3444 -1244
- package/changesets-changelog.js +44314 -35646
- package/changesets-markdownlint.cjs +44098 -35456
- package/changesets-markdownlint.d.cts +3444 -1244
- package/changesets-markdownlint.d.ts +3444 -1244
- package/changesets-markdownlint.js +44314 -35646
- package/package.json +23 -15
- package/tsconfig/node/dist/tsconfig.tsbuildinfo +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/silk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The single Silk Suite dev-tooling package — changeset, commitlint, lint, and biome conventions",
|
|
6
6
|
"homepage": "https://github.com/savvy-web/systems/tree/main/packages/silk",
|
|
@@ -23,41 +23,50 @@
|
|
|
23
23
|
"exports": {
|
|
24
24
|
"./changesets": {
|
|
25
25
|
"types": "./changesets.d.ts",
|
|
26
|
-
"import": "./changesets.js"
|
|
26
|
+
"import": "./changesets.js",
|
|
27
|
+
"default": "./changesets.js"
|
|
27
28
|
},
|
|
28
29
|
"./changesets/changelog": {
|
|
29
30
|
"types": "./changesets-changelog.d.ts",
|
|
30
31
|
"import": "./changesets-changelog.js",
|
|
31
|
-
"require": "./changesets-changelog.cjs"
|
|
32
|
+
"require": "./changesets-changelog.cjs",
|
|
33
|
+
"default": "./changesets-changelog.js"
|
|
32
34
|
},
|
|
33
35
|
"./changesets/markdownlint": {
|
|
34
36
|
"types": "./changesets-markdownlint.d.ts",
|
|
35
37
|
"import": "./changesets-markdownlint.js",
|
|
36
|
-
"require": "./changesets-markdownlint.cjs"
|
|
38
|
+
"require": "./changesets-markdownlint.cjs",
|
|
39
|
+
"default": "./changesets-markdownlint.js"
|
|
37
40
|
},
|
|
38
41
|
"./changesets/remark": {
|
|
39
42
|
"types": "./changesets-remark.d.ts",
|
|
40
|
-
"import": "./changesets-remark.js"
|
|
43
|
+
"import": "./changesets-remark.js",
|
|
44
|
+
"default": "./changesets-remark.js"
|
|
41
45
|
},
|
|
42
46
|
"./commitlint": {
|
|
43
47
|
"types": "./commitlint.d.ts",
|
|
44
|
-
"import": "./commitlint.js"
|
|
48
|
+
"import": "./commitlint.js",
|
|
49
|
+
"default": "./commitlint.js"
|
|
45
50
|
},
|
|
46
51
|
"./commitlint/static": {
|
|
47
52
|
"types": "./commitlint-static.d.ts",
|
|
48
|
-
"import": "./commitlint-static.js"
|
|
53
|
+
"import": "./commitlint-static.js",
|
|
54
|
+
"default": "./commitlint-static.js"
|
|
49
55
|
},
|
|
50
56
|
"./commitlint/prompt": {
|
|
51
57
|
"types": "./commitlint-prompt.d.ts",
|
|
52
|
-
"import": "./commitlint-prompt.js"
|
|
58
|
+
"import": "./commitlint-prompt.js",
|
|
59
|
+
"default": "./commitlint-prompt.js"
|
|
53
60
|
},
|
|
54
61
|
"./commitlint/formatter": {
|
|
55
62
|
"types": "./commitlint-formatter.d.ts",
|
|
56
|
-
"import": "./commitlint-formatter.js"
|
|
63
|
+
"import": "./commitlint-formatter.js",
|
|
64
|
+
"default": "./commitlint-formatter.js"
|
|
57
65
|
},
|
|
58
66
|
"./lint": {
|
|
59
67
|
"types": "./lint.d.ts",
|
|
60
|
-
"import": "./lint.js"
|
|
68
|
+
"import": "./lint.js",
|
|
69
|
+
"default": "./lint.js"
|
|
61
70
|
},
|
|
62
71
|
"./biome": "./biome/silk.jsonc",
|
|
63
72
|
"./tsconfig/node/root.json": "./tsconfig/node/root.json",
|
|
@@ -65,12 +74,11 @@
|
|
|
65
74
|
"./package.json": "./package.json"
|
|
66
75
|
},
|
|
67
76
|
"dependencies": {
|
|
68
|
-
"@effect/platform": "^0.96.2",
|
|
69
77
|
"@savvy-web/changelog": "0.1.1",
|
|
70
|
-
"@savvy-web/cli": "
|
|
71
|
-
"@savvy-web/mcp": "
|
|
72
|
-
"@savvy-web/silk-effects": "
|
|
73
|
-
"effect": "
|
|
78
|
+
"@savvy-web/cli": "2.0.0",
|
|
79
|
+
"@savvy-web/mcp": "2.0.0",
|
|
80
|
+
"@savvy-web/silk-effects": "4.0.0",
|
|
81
|
+
"effect": "4.0.0-beta.98",
|
|
74
82
|
"semver": "^7.8.5"
|
|
75
83
|
},
|
|
76
84
|
"peerDependencies": {
|