rulesync 1.2.2 → 1.2.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/README.md CHANGED
@@ -16,10 +16,12 @@ A Node.js CLI tool that automatically generates configuration files for various
16
16
  npm install -g rulesync
17
17
  # or
18
18
  pnpm add -g rulesync
19
- # or
19
+ # or
20
20
  yarn global add rulesync
21
21
  # or
22
22
  bun add -g rulesync
23
+ # or
24
+ brew install rulesync
23
25
 
24
26
  # And then
25
27
  rulesync --version
package/dist/index.cjs CHANGED
@@ -6329,7 +6329,7 @@ globs: ["**/*"]
6329
6329
  }
6330
6330
 
6331
6331
  // src/cli/index.ts
6332
- var getVersion = () => "1.2.2";
6332
+ var getVersion = () => "1.2.4";
6333
6333
  var main = async () => {
6334
6334
  const program = new import_commander.Command();
6335
6335
  const version = getVersion();
package/dist/index.js CHANGED
@@ -6306,7 +6306,7 @@ globs: ["**/*"]
6306
6306
  }
6307
6307
 
6308
6308
  // src/cli/index.ts
6309
- var getVersion = () => "1.2.2";
6309
+ var getVersion = () => "1.2.4";
6310
6310
  var main = async () => {
6311
6311
  const program = new Command();
6312
6312
  const version = getVersion();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "1.2.2",
3
+ "version": "1.2.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",
@@ -46,21 +46,21 @@
46
46
  "js-yaml": "4.1.0",
47
47
  "micromatch": "4.0.8",
48
48
  "smol-toml": "1.4.2",
49
- "zod": "4.1.9"
49
+ "zod": "4.1.11"
50
50
  },
51
51
  "devDependencies": {
52
- "@anthropic-ai/claude-code": "1.0.118",
52
+ "@anthropic-ai/claude-code": "1.0.120",
53
53
  "@biomejs/biome": "2.2.4",
54
- "@eslint/js": "9.35.0",
54
+ "@eslint/js": "9.36.0",
55
55
  "@secretlint/secretlint-rule-preset-recommend": "11.2.4",
56
56
  "@tsconfig/node24": "24.0.1",
57
57
  "@types/js-yaml": "4.0.9",
58
58
  "@types/micromatch": "4.0.9",
59
59
  "@types/node": "24.5.2",
60
- "@typescript/native-preview": "7.0.0-dev.20250918.1",
60
+ "@typescript/native-preview": "7.0.0-dev.20250921.1",
61
61
  "@vitest/coverage-v8": "3.2.4",
62
62
  "cspell": "9.2.1",
63
- "eslint": "9.35.0",
63
+ "eslint": "9.36.0",
64
64
  "eslint-plugin-import": "2.32.0",
65
65
  "eslint-plugin-no-type-assertion": "1.3.0",
66
66
  "eslint-plugin-oxlint": "1.16.0",