@nex-ai/nex 0.1.51 → 0.1.52
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/index.js +0 -0
- package/dist/mcp/index.js +0 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
File without changes
|
package/dist/mcp/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nex-ai/nex",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.52",
|
|
4
4
|
"description": "Nex CLI provides organizational context & memory to AI agents. Connect email, CRM, Slack, meetings, and 100+ tools into one knowledge graph.",
|
|
5
5
|
"mcpName": "ai.nex/nex",
|
|
6
6
|
"type": "module",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"start": "bun dist/index.js",
|
|
41
41
|
"dev": "bun src/index.ts",
|
|
42
42
|
"test": "bun test",
|
|
43
|
-
"prepublishOnly": "bun run build"
|
|
43
|
+
"prepublishOnly": "bun run build && chmod +x dist/index.js dist/mcp/index.js"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/bun": "latest",
|