rulesync 3.11.3 → 3.11.4

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
@@ -7493,7 +7493,7 @@ Attention, again, you are just the planner, so though you can read any files and
7493
7493
  }
7494
7494
 
7495
7495
  // src/cli/index.ts
7496
- var getVersion = () => "3.11.3";
7496
+ var getVersion = () => "3.11.4";
7497
7497
  var main = async () => {
7498
7498
  const program = new import_commander.Command();
7499
7499
  const version = getVersion();
package/dist/index.js CHANGED
@@ -7470,7 +7470,7 @@ Attention, again, you are just the planner, so though you can read any files and
7470
7470
  }
7471
7471
 
7472
7472
  // src/cli/index.ts
7473
- var getVersion = () => "3.11.3";
7473
+ var getVersion = () => "3.11.4";
7474
7474
  var main = async () => {
7475
7475
  const program = new Command();
7476
7476
  const version = getVersion();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "3.11.3",
3
+ "version": "3.11.4",
4
4
  "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
5
5
  "keywords": [
6
6
  "ai",
@@ -49,27 +49,27 @@
49
49
  "zod": "4.1.12"
50
50
  },
51
51
  "devDependencies": {
52
- "@anthropic-ai/claude-agent-sdk": "0.1.25",
53
- "@biomejs/biome": "2.2.6",
52
+ "@anthropic-ai/claude-agent-sdk": "0.1.27",
53
+ "@biomejs/biome": "2.3.0",
54
54
  "@eslint/js": "9.38.0",
55
55
  "@secretlint/secretlint-rule-preset-recommend": "11.2.5",
56
56
  "@tsconfig/node24": "24.0.1",
57
57
  "@types/js-yaml": "4.0.9",
58
- "@types/micromatch": "4.0.9",
58
+ "@types/micromatch": "4.0.10",
59
59
  "@types/node": "24.9.1",
60
- "@typescript/native-preview": "7.0.0-dev.20251021.1",
60
+ "@typescript/native-preview": "7.0.0-dev.20251025.1",
61
61
  "@vitest/coverage-v8": "3.2.4",
62
- "cspell": "9.2.1",
62
+ "cspell": "9.2.2",
63
63
  "eslint": "9.38.0",
64
64
  "eslint-plugin-import": "2.32.0",
65
65
  "eslint-plugin-no-type-assertion": "1.3.0",
66
- "eslint-plugin-oxlint": "1.23.0",
66
+ "eslint-plugin-oxlint": "1.24.0",
67
67
  "eslint-plugin-strict-dependencies": "1.3.27",
68
68
  "eslint-plugin-zod-import": "0.3.0",
69
- "knip": "5.66.2",
70
- "lint-staged": "16.2.5",
69
+ "knip": "5.66.3",
70
+ "lint-staged": "16.2.6",
71
71
  "o3-search-mcp": "0.0.9",
72
- "oxlint": "1.23.0",
72
+ "oxlint": "1.24.0",
73
73
  "secretlint": "11.2.5",
74
74
  "simple-git-hooks": "2.13.1",
75
75
  "sort-package-json": "3.4.0",