@savvy-web/silk 4.0.6 → 4.2.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/README.md +2 -10
- package/biome/silk.json +1 -1
- package/changesets-markdownlint.js +7 -56495
- package/package.json +6 -38
- package/changesets-changelog.cjs +0 -55940
- package/changesets-changelog.d.cts +0 -9307
- package/changesets-changelog.d.ts +0 -9308
- package/changesets-changelog.js +0 -56514
- package/changesets-markdownlint.cjs +0 -55963
- package/changesets-markdownlint.d.cts +0 -11
- package/changesets-remark.d.ts +0 -18
- package/changesets-remark.js +0 -29
- package/changesets.d.ts +0 -10
- package/changesets.js +0 -20
- package/commitlint-formatter.d.ts +0 -14
- package/commitlint-formatter.js +0 -21
- package/commitlint-prompt.d.ts +0 -23
- package/commitlint-prompt.js +0 -25
- package/commitlint-static.d.ts +0 -22
- package/commitlint-static.js +0 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/silk",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.2.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",
|
|
@@ -21,48 +21,16 @@
|
|
|
21
21
|
"sideEffects": false,
|
|
22
22
|
"type": "module",
|
|
23
23
|
"exports": {
|
|
24
|
-
"./changesets": {
|
|
25
|
-
"types": "./changesets.d.ts",
|
|
26
|
-
"import": "./changesets.js",
|
|
27
|
-
"default": "./changesets.js"
|
|
28
|
-
},
|
|
29
|
-
"./changesets/changelog": {
|
|
30
|
-
"types": "./changesets-changelog.d.ts",
|
|
31
|
-
"import": "./changesets-changelog.js",
|
|
32
|
-
"require": "./changesets-changelog.cjs",
|
|
33
|
-
"default": "./changesets-changelog.js"
|
|
34
|
-
},
|
|
35
24
|
"./changesets/markdownlint": {
|
|
36
25
|
"types": "./changesets-markdownlint.d.ts",
|
|
37
26
|
"import": "./changesets-markdownlint.js",
|
|
38
|
-
"require": "./changesets-markdownlint.cjs",
|
|
39
27
|
"default": "./changesets-markdownlint.js"
|
|
40
28
|
},
|
|
41
|
-
"./changesets/remark": {
|
|
42
|
-
"types": "./changesets-remark.d.ts",
|
|
43
|
-
"import": "./changesets-remark.js",
|
|
44
|
-
"default": "./changesets-remark.js"
|
|
45
|
-
},
|
|
46
29
|
"./commitlint": {
|
|
47
30
|
"types": "./commitlint.d.ts",
|
|
48
31
|
"import": "./commitlint.js",
|
|
49
32
|
"default": "./commitlint.js"
|
|
50
33
|
},
|
|
51
|
-
"./commitlint/static": {
|
|
52
|
-
"types": "./commitlint-static.d.ts",
|
|
53
|
-
"import": "./commitlint-static.js",
|
|
54
|
-
"default": "./commitlint-static.js"
|
|
55
|
-
},
|
|
56
|
-
"./commitlint/prompt": {
|
|
57
|
-
"types": "./commitlint-prompt.d.ts",
|
|
58
|
-
"import": "./commitlint-prompt.js",
|
|
59
|
-
"default": "./commitlint-prompt.js"
|
|
60
|
-
},
|
|
61
|
-
"./commitlint/formatter": {
|
|
62
|
-
"types": "./commitlint-formatter.d.ts",
|
|
63
|
-
"import": "./commitlint-formatter.js",
|
|
64
|
-
"default": "./commitlint-formatter.js"
|
|
65
|
-
},
|
|
66
34
|
"./lint": {
|
|
67
35
|
"types": "./lint.d.ts",
|
|
68
36
|
"import": "./lint.js",
|
|
@@ -82,15 +50,15 @@
|
|
|
82
50
|
"@effected/git": "^0.15.1",
|
|
83
51
|
"@effected/templates": "^0.6.0",
|
|
84
52
|
"@effected/workspaces": "^0.22.0",
|
|
85
|
-
"@savvy-web/changelog": "0.
|
|
86
|
-
"@savvy-web/cli": "3.1
|
|
87
|
-
"@savvy-web/mcp": "3.
|
|
88
|
-
"@savvy-web/silk-effects": "8.1
|
|
53
|
+
"@savvy-web/changelog": "1.0.0",
|
|
54
|
+
"@savvy-web/cli": "3.2.1",
|
|
55
|
+
"@savvy-web/mcp": "3.1.1",
|
|
56
|
+
"@savvy-web/silk-effects": "8.2.1",
|
|
89
57
|
"effect": "4.0.0-rc.115",
|
|
90
58
|
"semver": "^7.8.5"
|
|
91
59
|
},
|
|
92
60
|
"peerDependencies": {
|
|
93
|
-
"@biomejs/biome": "2.5.
|
|
61
|
+
"@biomejs/biome": "2.5.14",
|
|
94
62
|
"@changesets/cli": "^3.0.3",
|
|
95
63
|
"@commitlint/cli": "^21.2.2",
|
|
96
64
|
"@commitlint/config-conventional": "^21.2.2",
|