rulesync 7.1.0 → 7.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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +13 -13
package/dist/index.cjs
CHANGED
|
@@ -18570,7 +18570,7 @@ async function updateCommand(currentVersion, options) {
|
|
|
18570
18570
|
}
|
|
18571
18571
|
|
|
18572
18572
|
// src/cli/index.ts
|
|
18573
|
-
var getVersion = () => "7.
|
|
18573
|
+
var getVersion = () => "7.2.0";
|
|
18574
18574
|
var main = async () => {
|
|
18575
18575
|
const program = new import_commander.Command();
|
|
18576
18576
|
const version = getVersion();
|
package/dist/index.js
CHANGED
|
@@ -18547,7 +18547,7 @@ async function updateCommand(currentVersion, options) {
|
|
|
18547
18547
|
}
|
|
18548
18548
|
|
|
18549
18549
|
// src/cli/index.ts
|
|
18550
|
-
var getVersion = () => "7.
|
|
18550
|
+
var getVersion = () => "7.2.0";
|
|
18551
18551
|
var main = async () => {
|
|
18552
18552
|
const program = new Command();
|
|
18553
18553
|
const version = getVersion();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rulesync",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.2.0",
|
|
4
4
|
"description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -45,46 +45,46 @@
|
|
|
45
45
|
"consola": "3.4.2",
|
|
46
46
|
"effect": "3.19.16",
|
|
47
47
|
"es-toolkit": "1.44.0",
|
|
48
|
-
"fastmcp": "3.
|
|
48
|
+
"fastmcp": "3.32.0",
|
|
49
49
|
"globby": "16.1.0",
|
|
50
50
|
"gray-matter": "4.0.3",
|
|
51
51
|
"js-yaml": "4.1.1",
|
|
52
52
|
"jsonc-parser": "3.3.1",
|
|
53
53
|
"smol-toml": "1.6.0",
|
|
54
|
-
"sury": "
|
|
54
|
+
"sury": "10.0.4",
|
|
55
55
|
"zod": "4.3.6"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@anthropic-ai/claude-agent-sdk": "0.2.
|
|
58
|
+
"@anthropic-ai/claude-agent-sdk": "0.2.40",
|
|
59
59
|
"@eslint/js": "9.39.2",
|
|
60
60
|
"@openrouter/sdk": "0.8.0",
|
|
61
61
|
"@secretlint/secretlint-rule-preset-recommend": "11.3.1",
|
|
62
62
|
"@tsconfig/node24": "24.0.4",
|
|
63
63
|
"@types/js-yaml": "4.0.9",
|
|
64
|
-
"@types/node": "25.2.
|
|
65
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
64
|
+
"@types/node": "25.2.3",
|
|
65
|
+
"@typescript/native-preview": "7.0.0-dev.20260211.1",
|
|
66
66
|
"@vitest/coverage-v8": "4.0.18",
|
|
67
67
|
"cspell": "9.6.4",
|
|
68
68
|
"eslint": "9.39.2",
|
|
69
69
|
"eslint-plugin-import": "2.32.0",
|
|
70
70
|
"eslint-plugin-no-type-assertion": "1.3.0",
|
|
71
|
-
"eslint-plugin-oxlint": "1.
|
|
71
|
+
"eslint-plugin-oxlint": "1.46.0",
|
|
72
72
|
"eslint-plugin-strict-dependencies": "1.3.30",
|
|
73
73
|
"eslint-plugin-zod-import": "0.3.0",
|
|
74
|
-
"knip": "5.83.
|
|
74
|
+
"knip": "5.83.1",
|
|
75
75
|
"lint-staged": "16.2.7",
|
|
76
|
-
"marked": "17.0.
|
|
77
|
-
"oxfmt": "0.
|
|
78
|
-
"oxlint": "1.
|
|
76
|
+
"marked": "17.0.2",
|
|
77
|
+
"oxfmt": "0.31.0",
|
|
78
|
+
"oxlint": "1.46.0",
|
|
79
79
|
"repomix": "1.11.1",
|
|
80
|
-
"resend": "
|
|
80
|
+
"resend": "6.9.2",
|
|
81
81
|
"secretlint": "11.3.1",
|
|
82
82
|
"simple-git-hooks": "2.13.1",
|
|
83
83
|
"sort-package-json": "3.6.1",
|
|
84
84
|
"tsup": "8.5.1",
|
|
85
85
|
"tsx": "4.21.0",
|
|
86
86
|
"typescript": "5.9.3",
|
|
87
|
-
"typescript-eslint": "8.
|
|
87
|
+
"typescript-eslint": "8.55.0",
|
|
88
88
|
"vitest": "4.0.18"
|
|
89
89
|
},
|
|
90
90
|
"engines": {
|