@regression-io/claude-config 0.21.10 → 0.21.11
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/config-loader.js +1 -1
- package/package.json +1 -1
- package/ui/dist/assets/index-DSNqWjp6.js +1771 -0
- package/ui/dist/assets/index-O8m4abTX.css +32 -0
- package/ui/dist/index.html +2 -2
- package/ui/server.cjs +147 -0
- package/ui/dist/assets/index-DUrG0pq3.css +0 -32
- package/ui/dist/assets/index-YLcZxk6K.js +0 -1766
package/config-loader.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regression-io/claude-config",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.11",
|
|
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",
|