rulesync 3.12.0 → 3.12.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 +4 -4
package/dist/index.cjs
CHANGED
|
@@ -7667,7 +7667,7 @@ Attention, again, you are just the planner, so though you can read any files and
|
|
|
7667
7667
|
}
|
|
7668
7668
|
|
|
7669
7669
|
// src/cli/index.ts
|
|
7670
|
-
var getVersion = () => "3.12.
|
|
7670
|
+
var getVersion = () => "3.12.2";
|
|
7671
7671
|
var main = async () => {
|
|
7672
7672
|
const program = new import_commander.Command();
|
|
7673
7673
|
const version = getVersion();
|
package/dist/index.js
CHANGED
|
@@ -7644,7 +7644,7 @@ Attention, again, you are just the planner, so though you can read any files and
|
|
|
7644
7644
|
}
|
|
7645
7645
|
|
|
7646
7646
|
// src/cli/index.ts
|
|
7647
|
-
var getVersion = () => "3.12.
|
|
7647
|
+
var getVersion = () => "3.12.2";
|
|
7648
7648
|
var main = async () => {
|
|
7649
7649
|
const program = new Command();
|
|
7650
7650
|
const version = getVersion();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rulesync",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.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",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@anthropic-ai/claude-agent-sdk": "0.1.27",
|
|
54
|
-
"@biomejs/biome": "2.3.
|
|
54
|
+
"@biomejs/biome": "2.3.1",
|
|
55
55
|
"@eslint/js": "9.38.0",
|
|
56
56
|
"@secretlint/secretlint-rule-preset-recommend": "11.2.5",
|
|
57
57
|
"@tsconfig/node24": "24.0.1",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@types/micromatch": "4.0.10",
|
|
60
60
|
"@types/node": "24.9.1",
|
|
61
61
|
"@typescript/native-preview": "7.0.0-dev.20251025.1",
|
|
62
|
-
"@vitest/coverage-v8": "
|
|
62
|
+
"@vitest/coverage-v8": "4.0.4",
|
|
63
63
|
"cspell": "9.2.2",
|
|
64
64
|
"eslint": "9.38.0",
|
|
65
65
|
"eslint-plugin-import": "2.32.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"tsx": "4.20.6",
|
|
79
79
|
"typescript": "5.9.3",
|
|
80
80
|
"typescript-eslint": "8.46.2",
|
|
81
|
-
"vitest": "
|
|
81
|
+
"vitest": "4.0.4"
|
|
82
82
|
},
|
|
83
83
|
"engines": {
|
|
84
84
|
"node": ">=20.0.0"
|