rulesync 5.2.1 → 5.2.2
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 +11 -11
package/dist/index.cjs
CHANGED
|
@@ -13181,7 +13181,7 @@ async function mcpCommand({ version }) {
|
|
|
13181
13181
|
}
|
|
13182
13182
|
|
|
13183
13183
|
// src/cli/index.ts
|
|
13184
|
-
var getVersion = () => "5.2.
|
|
13184
|
+
var getVersion = () => "5.2.2";
|
|
13185
13185
|
var main = async () => {
|
|
13186
13186
|
const program = new import_commander.Command();
|
|
13187
13187
|
const version = getVersion();
|
package/dist/index.js
CHANGED
|
@@ -13158,7 +13158,7 @@ async function mcpCommand({ version }) {
|
|
|
13158
13158
|
}
|
|
13159
13159
|
|
|
13160
13160
|
// src/cli/index.ts
|
|
13161
|
-
var getVersion = () => "5.2.
|
|
13161
|
+
var getVersion = () => "5.2.2";
|
|
13162
13162
|
var main = async () => {
|
|
13163
13163
|
const program = new Command();
|
|
13164
13164
|
const version = getVersion();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rulesync",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.2",
|
|
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,48 +36,48 @@
|
|
|
36
36
|
"pre-commit": "pnpm exec lint-staged"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@modelcontextprotocol/sdk": "1.25.
|
|
39
|
+
"@modelcontextprotocol/sdk": "1.25.2",
|
|
40
40
|
"@toon-format/toon": "2.1.0",
|
|
41
41
|
"@valibot/to-json-schema": "1.5.0",
|
|
42
42
|
"commander": "14.0.2",
|
|
43
43
|
"consola": "3.4.2",
|
|
44
44
|
"effect": "3.19.14",
|
|
45
45
|
"es-toolkit": "1.43.0",
|
|
46
|
-
"fastmcp": "3.26.
|
|
46
|
+
"fastmcp": "3.26.8",
|
|
47
47
|
"gray-matter": "4.0.3",
|
|
48
48
|
"js-yaml": "4.1.1",
|
|
49
49
|
"jsonc-parser": "3.3.1",
|
|
50
50
|
"smol-toml": "1.6.0",
|
|
51
51
|
"sury": "11.0.0-alpha.4",
|
|
52
|
-
"zod": "4.3.
|
|
52
|
+
"zod": "4.3.5"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@anthropic-ai/claude-agent-sdk": "0.
|
|
55
|
+
"@anthropic-ai/claude-agent-sdk": "0.2.4",
|
|
56
56
|
"@eslint/js": "9.39.2",
|
|
57
57
|
"@secretlint/secretlint-rule-preset-recommend": "11.2.5",
|
|
58
58
|
"@tsconfig/node24": "24.0.3",
|
|
59
59
|
"@types/js-yaml": "4.0.9",
|
|
60
|
-
"@types/node": "25.0.
|
|
61
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
60
|
+
"@types/node": "25.0.6",
|
|
61
|
+
"@typescript/native-preview": "7.0.0-dev.20260109.1",
|
|
62
62
|
"@vitest/coverage-v8": "4.0.16",
|
|
63
63
|
"cspell": "9.4.0",
|
|
64
64
|
"eslint": "9.39.2",
|
|
65
65
|
"eslint-plugin-import": "2.32.0",
|
|
66
66
|
"eslint-plugin-no-type-assertion": "1.3.0",
|
|
67
|
-
"eslint-plugin-oxlint": "1.
|
|
67
|
+
"eslint-plugin-oxlint": "1.38.0",
|
|
68
68
|
"eslint-plugin-strict-dependencies": "1.3.29",
|
|
69
69
|
"eslint-plugin-zod-import": "0.3.0",
|
|
70
|
-
"knip": "5.
|
|
70
|
+
"knip": "5.80.2",
|
|
71
71
|
"lint-staged": "16.2.7",
|
|
72
72
|
"oxfmt": "0.23.0",
|
|
73
|
-
"oxlint": "1.
|
|
73
|
+
"oxlint": "1.38.0",
|
|
74
74
|
"secretlint": "11.2.5",
|
|
75
75
|
"simple-git-hooks": "2.13.1",
|
|
76
76
|
"sort-package-json": "3.6.0",
|
|
77
77
|
"tsup": "8.5.1",
|
|
78
78
|
"tsx": "4.21.0",
|
|
79
79
|
"typescript": "5.9.3",
|
|
80
|
-
"typescript-eslint": "8.
|
|
80
|
+
"typescript-eslint": "8.52.0",
|
|
81
81
|
"vitest": "4.0.16"
|
|
82
82
|
},
|
|
83
83
|
"engines": {
|