@taladb/react-native 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/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
@@ -102,8 +102,8 @@ pnpm --filter @taladb/react-native build:android
102
102
 
103
103
  ## Full Documentation
104
104
 
105
- **[https://thinkgrid-labs.github.io/taladb/guide/react-native](https://thinkgrid-labs.github.io/taladb/guide/react-native)**
105
+ **[https://taladb.github.io/taladb/guide/react-native](https://taladb.github.io/taladb/guide/react-native)**
106
106
 
107
107
  ## License
108
108
 
109
- Apache 2.0 © [ThinkGrid Labs](https://github.com/thinkgrid-labs)
109
+ Apache 2.0 © [TalaDB](https://github.com/taladb)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taladb/react-native",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "TalaDB React Native module — document and vector database via JSI HostObject",
5
5
  "main": "src/index",
6
6
  "types": "src/index.tsx",
@@ -23,12 +23,12 @@
23
23
  ],
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "https://github.com/thinkgrid-labs/taladb.git",
26
+ "url": "https://github.com/taladb/taladb.git",
27
27
  "directory": "packages/bindings/react-native"
28
28
  },
29
- "homepage": "https://thinkgrid-labs.github.io/taladb/guide/react-native",
29
+ "homepage": "https://taladb.github.io/taladb/guide/react-native",
30
30
  "bugs": {
31
- "url": "https://github.com/thinkgrid-labs/taladb/issues"
31
+ "url": "https://github.com/taladb/taladb/issues"
32
32
  },
33
33
  "engines": {
34
34
  "node": ">=18"
@@ -6,12 +6,12 @@ Pod::Spec.new do |s|
6
6
  s.name = "taladb-react-native"
7
7
  s.version = package["version"]
8
8
  s.summary = package["description"]
9
- s.homepage = "https://github.com/thinkgrid-labs/taladb"
9
+ s.homepage = "https://github.com/taladb/taladb"
10
10
  s.license = package["license"]
11
- s.authors = { "thinkgrid-labs" => "hello@thinkgrid.io" }
11
+ s.authors = { "taladb" => "hello@thinkgrid.io" }
12
12
 
13
13
  s.platforms = { :ios => "13.0" }
14
- s.source = { :git => "https://github.com/thinkgrid-labs/taladb.git",
14
+ s.source = { :git => "https://github.com/taladb/taladb.git",
15
15
  :tag => "v#{s.version}" }
16
16
 
17
17
  # TypeScript / JS sources (not compiled by Xcode, just bundled)