rulesync 6.6.2 → 6.6.3
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
|
@@ -17593,7 +17593,7 @@ async function updateCommand(currentVersion, options) {
|
|
|
17593
17593
|
}
|
|
17594
17594
|
|
|
17595
17595
|
// src/cli/index.ts
|
|
17596
|
-
var getVersion = () => "6.6.
|
|
17596
|
+
var getVersion = () => "6.6.3";
|
|
17597
17597
|
var main = async () => {
|
|
17598
17598
|
const program = new import_commander.Command();
|
|
17599
17599
|
const version = getVersion();
|
package/dist/index.js
CHANGED
|
@@ -17570,7 +17570,7 @@ async function updateCommand(currentVersion, options) {
|
|
|
17570
17570
|
}
|
|
17571
17571
|
|
|
17572
17572
|
// src/cli/index.ts
|
|
17573
|
-
var getVersion = () => "6.6.
|
|
17573
|
+
var getVersion = () => "6.6.3";
|
|
17574
17574
|
var main = async () => {
|
|
17575
17575
|
const program = new Command();
|
|
17576
17576
|
const version = getVersion();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rulesync",
|
|
3
|
-
"version": "6.6.
|
|
3
|
+
"version": "6.6.3",
|
|
4
4
|
"description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
"pre-commit": "pnpm exec lint-staged"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@modelcontextprotocol/sdk": "1.
|
|
39
|
+
"@modelcontextprotocol/sdk": "1.26.0",
|
|
40
40
|
"@octokit/request-error": "7.1.0",
|
|
41
41
|
"@octokit/rest": "22.0.1",
|
|
42
42
|
"@toon-format/toon": "2.1.0",
|
|
43
43
|
"@valibot/to-json-schema": "1.5.0",
|
|
44
|
-
"commander": "14.0.
|
|
44
|
+
"commander": "14.0.3",
|
|
45
45
|
"consola": "3.4.2",
|
|
46
|
-
"effect": "3.19.
|
|
46
|
+
"effect": "3.19.16",
|
|
47
47
|
"es-toolkit": "1.44.0",
|
|
48
|
-
"fastmcp": "3.
|
|
48
|
+
"fastmcp": "3.31.0",
|
|
49
49
|
"globby": "16.1.0",
|
|
50
50
|
"gray-matter": "4.0.3",
|
|
51
51
|
"js-yaml": "4.1.1",
|
|
@@ -55,26 +55,26 @@
|
|
|
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.31",
|
|
59
59
|
"@eslint/js": "9.39.2",
|
|
60
60
|
"@secretlint/secretlint-rule-preset-recommend": "11.3.1",
|
|
61
61
|
"@tsconfig/node24": "24.0.4",
|
|
62
62
|
"@types/js-yaml": "4.0.9",
|
|
63
|
-
"@types/node": "25.
|
|
64
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
63
|
+
"@types/node": "25.2.0",
|
|
64
|
+
"@typescript/native-preview": "7.0.0-dev.20260204.1",
|
|
65
65
|
"@vitest/coverage-v8": "4.0.18",
|
|
66
|
-
"cspell": "9.6.
|
|
66
|
+
"cspell": "9.6.4",
|
|
67
67
|
"eslint": "9.39.2",
|
|
68
68
|
"eslint-plugin-import": "2.32.0",
|
|
69
69
|
"eslint-plugin-no-type-assertion": "1.3.0",
|
|
70
|
-
"eslint-plugin-oxlint": "1.
|
|
70
|
+
"eslint-plugin-oxlint": "1.43.0",
|
|
71
71
|
"eslint-plugin-strict-dependencies": "1.3.30",
|
|
72
72
|
"eslint-plugin-zod-import": "0.3.0",
|
|
73
|
-
"knip": "5.
|
|
73
|
+
"knip": "5.83.0",
|
|
74
74
|
"lint-staged": "16.2.7",
|
|
75
75
|
"marked": "17.0.1",
|
|
76
|
-
"oxfmt": "0.
|
|
77
|
-
"oxlint": "1.
|
|
76
|
+
"oxfmt": "0.28.0",
|
|
77
|
+
"oxlint": "1.43.0",
|
|
78
78
|
"repomix": "1.11.1",
|
|
79
79
|
"secretlint": "11.3.1",
|
|
80
80
|
"simple-git-hooks": "2.13.1",
|