taladb 0.10.0 → 0.10.1
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/README.md +7 -7
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -137,14 +137,14 @@ await runMigrations(db, [
|
|
|
137
137
|
|
|
138
138
|
## Full Documentation
|
|
139
139
|
|
|
140
|
-
**[https://
|
|
140
|
+
**[https://taladb.github.io/taladb](https://taladb.github.io/taladb)**
|
|
141
141
|
|
|
142
|
-
- [Introduction](https://
|
|
143
|
-
- [Web (Browser / WASM) Guide](https://
|
|
144
|
-
- [Node.js Guide](https://
|
|
145
|
-
- [React Native Guide](https://
|
|
146
|
-
- [API Reference](https://
|
|
142
|
+
- [Introduction](https://taladb.github.io/taladb/introduction)
|
|
143
|
+
- [Web (Browser / WASM) Guide](https://taladb.github.io/taladb/guide/web)
|
|
144
|
+
- [Node.js Guide](https://taladb.github.io/taladb/guide/node)
|
|
145
|
+
- [React Native Guide](https://taladb.github.io/taladb/guide/react-native)
|
|
146
|
+
- [API Reference](https://taladb.github.io/taladb/api/collection)
|
|
147
147
|
|
|
148
148
|
## License
|
|
149
149
|
|
|
150
|
-
Apache 2.0 © [
|
|
150
|
+
Apache 2.0 © [TalaDB](https://github.com/taladb)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taladb",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "The embedded vector database for on-device AI — documents, similarity search, and offline sync for browser, React Native, and Node.js",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"license": "Apache-2.0",
|
|
47
47
|
"repository": {
|
|
48
48
|
"type": "git",
|
|
49
|
-
"url": "https://github.com/
|
|
49
|
+
"url": "https://github.com/taladb/taladb.git",
|
|
50
50
|
"directory": "packages/clients/taladb"
|
|
51
51
|
},
|
|
52
|
-
"homepage": "https://
|
|
52
|
+
"homepage": "https://taladb.github.io/taladb/",
|
|
53
53
|
"bugs": {
|
|
54
|
-
"url": "https://github.com/
|
|
54
|
+
"url": "https://github.com/taladb/taladb/issues"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|
|
57
57
|
"node": ">=18"
|