@almadar/server 2.0.3 → 2.0.5

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.
@@ -8,6 +8,7 @@
8
8
  * GET /event-log - Recent emitted events with listener counts
9
9
  * DELETE /event-log - Clear the event log
10
10
  * GET /listeners - Registered listener counts per event
11
+ * POST /seed - Seed MockDataService with entity data
11
12
  *
12
13
  * @packageDocumentation
13
14
  */
@@ -1 +1 @@
1
- {"version":3,"file":"debugRouter.d.ts","sourceRoot":"","sources":["../../src/lib/debugRouter.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAGjC;;;GAGG;AACH,wBAAgB,iBAAiB,IAAI,MAAM,CAyB1C"}
1
+ {"version":3,"file":"debugRouter.d.ts","sourceRoot":"","sources":["../../src/lib/debugRouter.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAKjC;;;GAGG;AACH,wBAAgB,iBAAiB,IAAI,MAAM,CAsD1C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/server",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "Shared server infrastructure for Almadar applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -53,12 +53,17 @@
53
53
  "express": "^4.0.0"
54
54
  },
55
55
  "devDependencies": {
56
+ "@almadar/eslint-plugin": ">=2.3.0",
56
57
  "@types/cors": "^2.8.17",
57
58
  "@types/express": "^5.0.0",
58
59
  "@types/node": "^20.0.0",
60
+ "@types/supertest": "^6.0.0",
59
61
  "@types/ws": "^8.5.0",
62
+ "@typescript-eslint/parser": "8.56.0",
63
+ "eslint": "10.0.0",
60
64
  "express": "^4.21.0",
61
65
  "firebase-admin": "^12.0.0",
66
+ "supertest": "^6.3.0",
62
67
  "tsup": "^8.0.0",
63
68
  "typescript": "^5.7.0",
64
69
  "vitest": "^2.1.0"
@@ -1,10 +0,0 @@
1
- /**
2
- * Observability Routes
3
- *
4
- * Provides endpoints for metrics, health checks, and telemetry.
5
- *
6
- * @packageDocumentation
7
- */
8
- declare const router: import("express-serve-static-core").Router;
9
- export default router;
10
- //# sourceMappingURL=observability.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"observability.d.ts","sourceRoot":"","sources":["../../src/routes/observability.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAKH,QAAA,MAAM,MAAM,4CAAW,CAAC;AAyExB,eAAe,MAAM,CAAC"}