@almadar/server 2.1.2 → 2.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/server",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Shared server infrastructure for Almadar applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -88,7 +88,7 @@
88
88
  ],
89
89
  "homepage": "https://github.com/almadar-io/almadar#readme",
90
90
  "scripts": {
91
- "build": "tsup && tsc --declaration --emitDeclarationOnly --outDir dist --rootDir src --skipLibCheck || true",
91
+ "build": "tsup && tsc -p tsconfig.decl.json",
92
92
  "build:watch": "tsup --watch",
93
93
  "lint": "eslint src/",
94
94
  "typecheck": "tsc --noEmit",
@@ -1,6 +0,0 @@
1
- /**
2
- * @fileoverview Unit tests for MemoryManager integration
3
- * @module @almadar/server/deepagent/memory.test
4
- */
5
- export {};
6
- //# sourceMappingURL=memory.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"memory.test.d.ts","sourceRoot":"","sources":["../../../src/deepagent/__tests__/memory.test.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,6 +0,0 @@
1
- /**
2
- * @fileoverview Unit tests for SessionManager integration
3
- * @module @almadar/server/deepagent/session.test
4
- */
5
- export {};
6
- //# sourceMappingURL=session.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"session.test.d.ts","sourceRoot":"","sources":["../../../src/deepagent/__tests__/session.test.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,6 +0,0 @@
1
- /**
2
- * @fileoverview Unit tests for skill agent factory
3
- * @module @almadar/server/deepagent/skill-agent.test
4
- */
5
- export {};
6
- //# sourceMappingURL=skill-agent.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"skill-agent.test.d.ts","sourceRoot":"","sources":["../../../src/deepagent/__tests__/skill-agent.test.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,6 +0,0 @@
1
- /**
2
- * @fileoverview Unit tests for multi-user middleware
3
- * @module @almadar/server/middleware/multi-user.test
4
- */
5
- export {};
6
- //# sourceMappingURL=multi-user.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"multi-user.test.d.ts","sourceRoot":"","sources":["../../../src/middleware/__tests__/multi-user.test.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,6 +0,0 @@
1
- /**
2
- * @fileoverview Unit tests for observability routes
3
- * @module @almadar/server/routes/observability.test
4
- */
5
- export {};
6
- //# sourceMappingURL=observability.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"observability.test.d.ts","sourceRoot":"","sources":["../../../src/routes/__tests__/observability.test.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,6 +0,0 @@
1
- /**
2
- * @fileoverview Unit tests for state sync WebSocket handler
3
- * @module @almadar/server/websocket/state-sync.test
4
- */
5
- export {};
6
- //# sourceMappingURL=state-sync.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"state-sync.test.d.ts","sourceRoot":"","sources":["../../../src/websocket/__tests__/state-sync.test.ts"],"names":[],"mappings":"AAAA;;;GAGG"}