@nicia-ai/typegraph 0.9.1 → 0.9.2

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": "@nicia-ai/typegraph",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "TypeScript-first embedded knowledge graph library with ontological reasoning",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -135,17 +135,17 @@
135
135
  "nanoid": "^5.1.6"
136
136
  },
137
137
  "devDependencies": {
138
- "@stryker-mutator/core": "^9.5.1",
139
- "@stryker-mutator/vitest-runner": "^9.5.1",
138
+ "@stryker-mutator/core": "^9.6.0",
139
+ "@stryker-mutator/vitest-runner": "^9.6.0",
140
140
  "@types/better-sqlite3": "^7.6.13",
141
- "@types/node": "^24.10.13",
142
- "@types/pg": "^8.16.0",
141
+ "@types/node": "^24.11.0",
142
+ "@types/pg": "^8.18.0",
143
143
  "@vitest/coverage-v8": "^4.0.18",
144
144
  "better-sqlite3": "^12.6.2",
145
145
  "drizzle-orm": "^0.45.1",
146
146
  "eslint": "^9.39.3",
147
147
  "fast-check": "^4.5.3",
148
- "pg": "^8.18.0",
148
+ "pg": "^8.19.0",
149
149
  "sqlite-vec": "0.1.7-alpha.2",
150
150
  "tsd": "^0.33.0",
151
151
  "tsup": "^8.5.1",