rulesync 3.12.4 → 3.12.5

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 CHANGED
@@ -7689,7 +7689,7 @@ Attention, again, you are just the planner, so though you can read any files and
7689
7689
  }
7690
7690
 
7691
7691
  // src/cli/index.ts
7692
- var getVersion = () => "3.12.4";
7692
+ var getVersion = () => "3.12.5";
7693
7693
  var main = async () => {
7694
7694
  const program = new import_commander.Command();
7695
7695
  const version = getVersion();
package/dist/index.js CHANGED
@@ -7666,7 +7666,7 @@ Attention, again, you are just the planner, so though you can read any files and
7666
7666
  }
7667
7667
 
7668
7668
  // src/cli/index.ts
7669
- var getVersion = () => "3.12.4";
7669
+ var getVersion = () => "3.12.5";
7670
7670
  var main = async () => {
7671
7671
  const program = new Command();
7672
7672
  const version = getVersion();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "3.12.4",
3
+ "version": "3.12.5",
4
4
  "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
5
5
  "keywords": [
6
6
  "ai",
@@ -50,27 +50,27 @@
50
50
  "zod": "4.1.12"
51
51
  },
52
52
  "devDependencies": {
53
- "@anthropic-ai/claude-agent-sdk": "0.1.27",
54
- "@biomejs/biome": "2.3.1",
55
- "@eslint/js": "9.38.0",
53
+ "@anthropic-ai/claude-agent-sdk": "0.1.30",
54
+ "@biomejs/biome": "2.3.2",
55
+ "@eslint/js": "9.39.0",
56
56
  "@secretlint/secretlint-rule-preset-recommend": "11.2.5",
57
57
  "@tsconfig/node24": "24.0.1",
58
58
  "@types/js-yaml": "4.0.9",
59
59
  "@types/micromatch": "4.0.10",
60
- "@types/node": "24.9.1",
61
- "@typescript/native-preview": "7.0.0-dev.20251025.1",
62
- "@vitest/coverage-v8": "4.0.4",
60
+ "@types/node": "24.9.2",
61
+ "@typescript/native-preview": "7.0.0-dev.20251101.1",
62
+ "@vitest/coverage-v8": "4.0.6",
63
63
  "cspell": "9.2.2",
64
- "eslint": "9.38.0",
64
+ "eslint": "9.39.0",
65
65
  "eslint-plugin-import": "2.32.0",
66
66
  "eslint-plugin-no-type-assertion": "1.3.0",
67
- "eslint-plugin-oxlint": "1.24.0",
67
+ "eslint-plugin-oxlint": "1.25.0",
68
68
  "eslint-plugin-strict-dependencies": "1.3.27",
69
69
  "eslint-plugin-zod-import": "0.3.0",
70
- "knip": "5.66.3",
70
+ "knip": "5.66.4",
71
71
  "lint-staged": "16.2.6",
72
72
  "o3-search-mcp": "0.0.9",
73
- "oxlint": "1.24.0",
73
+ "oxlint": "1.25.0",
74
74
  "secretlint": "11.2.5",
75
75
  "simple-git-hooks": "2.13.1",
76
76
  "sort-package-json": "3.4.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": "4.0.4"
81
+ "vitest": "4.0.6"
82
82
  },
83
83
  "engines": {
84
84
  "node": ">=20.0.0"