@machynx/data-db 1.0.5 → 1.0.7

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.
@@ -2,4 +2,4 @@
2
2
  /* !!! This is code generated by Prisma. Do not edit directly. !!!
3
3
  /* eslint-disable */
4
4
  // biome-ignore-all lint: generated file
5
- export default import('./query_compiler_bg.wasm?module')
5
+ export default import('./query_compiler_fast_bg.wasm?module')
@@ -2,4 +2,4 @@
2
2
  /* !!! This is code generated by Prisma. Do not edit directly. !!!
3
3
  /* eslint-disable */
4
4
  // biome-ignore-all lint: generated file
5
- export default import('./query_compiler_bg.wasm')
5
+ export default import('./query_compiler_fast_bg.wasm')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@machynx/data-db",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Machynx Data Plane Database - Shared Prisma schema & client",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -51,15 +51,16 @@
51
51
  "access": "public"
52
52
  },
53
53
  "dependencies": {
54
- "dotenv": "^17.2.3"
54
+ "dotenv": "^17.3.1"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@prisma/client": "^7.0.0",
58
58
  "prisma": "^7.0.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@types/node": "^25.0.7",
62
- "prisma": "^7.2.0",
61
+ "@prisma/client": "^7.4.0",
62
+ "@types/node": "^25.2.3",
63
+ "prisma": "^7.4.0",
63
64
  "ts-node": "^10.9.2",
64
65
  "typescript": "^5.9.3"
65
66
  }
@@ -0,0 +1,2 @@
1
+ -- Enable pgvector extension
2
+ CREATE EXTENSION IF NOT EXISTS vector;