@hasna/configs 0.2.28 → 0.2.29
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 +3 -2
- package/package.json +3 -2
package/dist/mcp/index.js
CHANGED
|
@@ -9882,7 +9882,7 @@ var init_sync = __esm(() => {
|
|
|
9882
9882
|
var require_package = __commonJS((exports, module) => {
|
|
9883
9883
|
module.exports = {
|
|
9884
9884
|
name: "@hasna/configs",
|
|
9885
|
-
version: "0.2.
|
|
9885
|
+
version: "0.2.29",
|
|
9886
9886
|
description: "AI coding agent configuration manager \u2014 store, version, apply, and share all your AI coding configs. CLI + MCP + REST API + Dashboard.",
|
|
9887
9887
|
type: "module",
|
|
9888
9888
|
main: "dist/index.js",
|
|
@@ -9913,7 +9913,8 @@ var require_package = __commonJS((exports, module) => {
|
|
|
9913
9913
|
"dev:mcp": "bun run src/mcp/index.ts",
|
|
9914
9914
|
"dev:serve": "bun run src/server/index.ts",
|
|
9915
9915
|
seed: "bun run scripts/seed.ts",
|
|
9916
|
-
prepublishOnly: "bun run build"
|
|
9916
|
+
prepublishOnly: "bun run build",
|
|
9917
|
+
postinstall: "mkdir -p $HOME/.hasna/configs $HOME/.hasna/configs/backups 2>/dev/null || true"
|
|
9917
9918
|
},
|
|
9918
9919
|
keywords: [
|
|
9919
9920
|
"configs",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hasna/configs",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.29",
|
|
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",
|
|
@@ -31,7 +31,8 @@
|
|
|
31
31
|
"dev:mcp": "bun run src/mcp/index.ts",
|
|
32
32
|
"dev:serve": "bun run src/server/index.ts",
|
|
33
33
|
"seed": "bun run scripts/seed.ts",
|
|
34
|
-
"prepublishOnly": "bun run build"
|
|
34
|
+
"prepublishOnly": "bun run build",
|
|
35
|
+
"postinstall": "mkdir -p $HOME/.hasna/configs $HOME/.hasna/configs/backups 2>/dev/null || true"
|
|
35
36
|
},
|
|
36
37
|
"keywords": [
|
|
37
38
|
"configs",
|