@codemem/server 0.20.0-alpha.2 → 0.20.0-alpha.4

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,7 +1,8 @@
1
1
  {
2
2
  "name": "@codemem/server",
3
- "version": "0.20.0-alpha.2",
3
+ "version": "0.20.0-alpha.4",
4
4
  "type": "module",
5
+ "types": "./dist/index.d.ts",
5
6
  "exports": {
6
7
  ".": {
7
8
  "source": "./src/index.ts",
@@ -17,7 +18,7 @@
17
18
  "@hono/node-server": "^1.14.3",
18
19
  "drizzle-orm": "^0.45.1",
19
20
  "hono": "^4.7.10",
20
- "@codemem/core": "^0.20.0-alpha.2"
21
+ "@codemem/core": "^0.20.0-alpha.4"
21
22
  },
22
23
  "devDependencies": {
23
24
  "@types/better-sqlite3": "^7.6.13",
@@ -25,8 +26,8 @@
25
26
  "better-sqlite3": "^12.8.0",
26
27
  "sqlite-vec": "0.1.7-alpha.2",
27
28
  "typescript": "^5.8.2",
28
- "vite": "^8.0.0",
29
- "vitest": "^3.1.4"
29
+ "vite": "8.0.1",
30
+ "vitest": "4.0.17"
30
31
  },
31
32
  "repository": {
32
33
  "type": "git",
@@ -38,8 +39,8 @@
38
39
  "access": "public"
39
40
  },
40
41
  "scripts": {
41
- "clean": "rm -rf dist",
42
- "build": "pnpm exec vite build --ssr src/index.ts --outDir dist",
42
+ "clean": "rm -rf dist tsconfig.tsbuildinfo",
43
+ "build": "pnpm exec vite build --ssr src/index.ts --outDir dist && pnpm exec tsc --build --force",
43
44
  "typecheck": "pnpm exec tsc --noEmit"
44
45
  }
45
46
  }
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=helpers.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"helpers.test.d.ts","sourceRoot":"","sources":["../src/helpers.test.ts"],"names":[],"mappings":""}
@@ -1,8 +0,0 @@
1
- /**
2
- * Viewer-server integration tests.
3
- *
4
- * Uses initTestSchema from @codemem/core (fix #5 — no duplicated DDL).
5
- * Uses Record<string, unknown> instead of Record<string, any> (fix #6).
6
- */
7
- export {};
8
- //# sourceMappingURL=index.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.test.d.ts","sourceRoot":"","sources":["../src/index.test.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}