@taladb/node 0.10.0 → 0.10.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/LICENSE CHANGED
@@ -187,7 +187,7 @@
187
187
  same "printed page" as the copyright notice for easier
188
188
  identification within third-party archives.
189
189
 
190
- Copyright 2025-2026 thinkgrid-labs
190
+ Copyright 2025-2026 taladb
191
191
 
192
192
  Licensed under the Apache License, Version 2.0 (the "License");
193
193
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -87,8 +87,8 @@ pnpm --filter @taladb/node build
87
87
 
88
88
  ## Full Documentation
89
89
 
90
- **[https://thinkgrid-labs.github.io/taladb/guide/node](https://thinkgrid-labs.github.io/taladb/guide/node)**
90
+ **[https://taladb.github.io/taladb/guide/node](https://taladb.github.io/taladb/guide/node)**
91
91
 
92
92
  ## License
93
93
 
94
- Apache 2.0 © [ThinkGrid Labs](https://github.com/thinkgrid-labs)
94
+ Apache 2.0 © [TalaDB](https://github.com/taladb)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taladb/node",
3
- "version": "0.10.0",
3
+ "version": "0.10.2",
4
4
  "description": "TalaDB Node.js native module — document queries and vector search via napi-rs",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",
27
- "url": "https://github.com/thinkgrid-labs/taladb.git",
27
+ "url": "https://github.com/taladb/taladb.git",
28
28
  "directory": "packages/bindings/node"
29
29
  },
30
- "homepage": "https://thinkgrid-labs.github.io/taladb/guide/node",
30
+ "homepage": "https://taladb.github.io/taladb/guide/node",
31
31
  "bugs": {
32
- "url": "https://github.com/thinkgrid-labs/taladb/issues"
32
+ "url": "https://github.com/taladb/taladb/issues"
33
33
  },
34
34
  "engines": {
35
35
  "node": ">=18",
Binary file
Binary file
Binary file