@hasna/configs 0.2.35 → 0.2.36
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/mcp/index.js +1 -1
- package/dist/server/index.js +1 -1
- package/package.json +1 -1
package/dist/mcp/index.js
CHANGED
|
@@ -11241,7 +11241,7 @@ var init_sync_dir = __esm(() => {
|
|
|
11241
11241
|
var require_package = __commonJS((exports, module) => {
|
|
11242
11242
|
module.exports = {
|
|
11243
11243
|
name: "@hasna/configs",
|
|
11244
|
-
version: "0.2.
|
|
11244
|
+
version: "0.2.36",
|
|
11245
11245
|
description: "AI coding agent configuration manager \u2014 store, version, apply, and share all your AI coding configs. CLI + MCP + REST API + Dashboard.",
|
|
11246
11246
|
type: "module",
|
|
11247
11247
|
main: "dist/index.js",
|
package/dist/server/index.js
CHANGED
|
@@ -17829,7 +17829,7 @@ var require_dist2 = __commonJS((exports, module) => {
|
|
|
17829
17829
|
var require_package = __commonJS((exports, module) => {
|
|
17830
17830
|
module.exports = {
|
|
17831
17831
|
name: "@hasna/configs",
|
|
17832
|
-
version: "0.2.
|
|
17832
|
+
version: "0.2.36",
|
|
17833
17833
|
description: "AI coding agent configuration manager \u2014 store, version, apply, and share all your AI coding configs. CLI + MCP + REST API + Dashboard.",
|
|
17834
17834
|
type: "module",
|
|
17835
17835
|
main: "dist/index.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hasna/configs",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.36",
|
|
4
4
|
"description": "AI coding agent configuration manager — store, version, apply, and share all your AI coding configs. CLI + MCP + REST API + Dashboard.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|