@coralai/nps-cli 0.1.0 → 0.1.1

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/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const NPS_VERSION = "0.1.0";
1
+ export declare const NPS_VERSION = "0.1.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const NPS_VERSION = '0.1.0';
1
+ export const NPS_VERSION = '0.1.1';
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coralai/nps-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Local Linux daemon hosting per-DM Claude Code agents accessible via Matrix",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
@@ -45,13 +45,13 @@
45
45
  "dependencies": {
46
46
  "@coralai/claude-code-agent": "^0.2.0",
47
47
  "chokidar": "^5.0.0",
48
+ "matrix-js-sdk": "^41.5.0",
48
49
  "pino": "^10.3.1",
49
50
  "yaml": "^2.9.0",
50
51
  "zod": "^4.4.3"
51
52
  },
52
53
  "devDependencies": {
53
54
  "@types/node": "^25.5.0",
54
- "matrix-js-sdk": "^41.5.0",
55
55
  "tsx": "^4.21.0",
56
56
  "typescript": "^5.9.3",
57
57
  "vitest": "^4.1.2"