@regression-io/claude-config 0.37.7 → 0.37.10

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/lib/constants.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * Constants and tool path configurations
3
3
  */
4
4
 
5
- const VERSION = '0.37.6';
5
+ const VERSION = '0.37.9';
6
6
 
7
7
  // Tool-specific path configurations
8
8
  const TOOL_PATHS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regression-io/claude-config",
3
- "version": "0.37.7",
3
+ "version": "0.37.10",
4
4
  "description": "Configuration management UI for Claude Code and Antigravity - manage MCPs, rules, commands, memory, and project folders",
5
5
  "author": "regression.io",
6
6
  "main": "config-loader.js",
@@ -16,7 +16,7 @@
16
16
  "ui:build": "cd ui && npm run build",
17
17
  "version:sync": "node scripts/sync-version.js",
18
18
  "version:bump": "node scripts/sync-version.js --bump",
19
- "build": "npm run version:bump && cd ui && npm install && npm run build",
19
+ "build": "cd ui && npm install && npm run build",
20
20
  "build:ci": "cd ui && npm install && npm run build",
21
21
  "prepublishOnly": "npm run build",
22
22
  "postinstall": "node scripts/postinstall.js",