rulesync 3.21.0 → 3.21.1

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
@@ -8514,7 +8514,7 @@ async function mcpCommand({ version }) {
8514
8514
  }
8515
8515
 
8516
8516
  // src/cli/index.ts
8517
- var getVersion = () => "3.21.0";
8517
+ var getVersion = () => "3.21.1";
8518
8518
  var main = async () => {
8519
8519
  const program = new import_commander.Command();
8520
8520
  const version = getVersion();
package/dist/index.js CHANGED
@@ -8491,7 +8491,7 @@ async function mcpCommand({ version }) {
8491
8491
  }
8492
8492
 
8493
8493
  // src/cli/index.ts
8494
- var getVersion = () => "3.21.0";
8494
+ var getVersion = () => "3.21.1";
8495
8495
  var main = async () => {
8496
8496
  const program = new Command();
8497
8497
  const version = getVersion();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "3.21.0",
3
+ "version": "3.21.1",
4
4
  "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
5
5
  "keywords": [
6
6
  "ai",
@@ -41,46 +41,46 @@
41
41
  "commander": "14.0.2",
42
42
  "consola": "3.4.2",
43
43
  "es-toolkit": "1.41.0",
44
- "fast-xml-parser": "5.3.1",
45
- "fastmcp": "3.22.0",
44
+ "fast-xml-parser": "5.3.2",
45
+ "fastmcp": "3.23.0",
46
46
  "gray-matter": "4.0.3",
47
- "js-yaml": "4.1.0",
47
+ "js-yaml": "4.1.1",
48
48
  "jsonc-parser": "3.3.1",
49
49
  "micromatch": "4.0.8",
50
- "smol-toml": "1.4.2",
50
+ "smol-toml": "1.5.2",
51
51
  "zod": "4.1.12"
52
52
  },
53
53
  "devDependencies": {
54
- "@anthropic-ai/claude-agent-sdk": "0.1.30",
55
- "@biomejs/biome": "2.3.4",
54
+ "@anthropic-ai/claude-agent-sdk": "0.1.37",
55
+ "@biomejs/biome": "2.3.5",
56
56
  "@eslint/js": "9.39.1",
57
57
  "@secretlint/secretlint-rule-preset-recommend": "11.2.5",
58
- "@tsconfig/node24": "24.0.1",
58
+ "@tsconfig/node24": "24.0.2",
59
59
  "@types/js-yaml": "4.0.9",
60
60
  "@types/micromatch": "4.0.10",
61
- "@types/node": "24.10.0",
62
- "@typescript/native-preview": "7.0.0-dev.20251108.1",
63
- "@vitest/coverage-v8": "4.0.8",
64
- "cspell": "9.3.0",
61
+ "@types/node": "24.10.1",
62
+ "@typescript/native-preview": "7.0.0-dev.20251114.1",
63
+ "@vitest/coverage-v8": "4.0.9",
64
+ "cspell": "9.3.1",
65
65
  "eslint": "9.39.1",
66
66
  "eslint-plugin-import": "2.32.0",
67
67
  "eslint-plugin-no-type-assertion": "1.3.0",
68
- "eslint-plugin-oxlint": "1.26.0",
68
+ "eslint-plugin-oxlint": "1.28.0",
69
69
  "eslint-plugin-strict-dependencies": "1.3.27",
70
70
  "eslint-plugin-zod-import": "0.3.0",
71
- "knip": "5.68.0",
71
+ "knip": "5.69.1",
72
72
  "lint-staged": "16.2.6",
73
73
  "o3-search-mcp": "0.0.9",
74
- "oxlint": "1.26.0",
74
+ "oxlint": "1.28.0",
75
75
  "p-queue": "9.0.0",
76
76
  "secretlint": "11.2.5",
77
77
  "simple-git-hooks": "2.13.1",
78
78
  "sort-package-json": "3.4.0",
79
- "tsup": "8.5.0",
79
+ "tsup": "8.5.1",
80
80
  "tsx": "4.20.6",
81
81
  "typescript": "5.9.3",
82
- "typescript-eslint": "8.46.3",
83
- "vitest": "4.0.8"
82
+ "typescript-eslint": "8.46.4",
83
+ "vitest": "4.0.9"
84
84
  },
85
85
  "engines": {
86
86
  "node": ">=22.0.0"