taladb 0.9.3 → 0.10.0

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 CHANGED
@@ -3,7 +3,7 @@
3
3
  Local-first document database for React, React Native, and Node.js — powered by a Rust/WASM core with zero GC pauses.
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/taladb)](https://www.npmjs.com/package/taladb)
6
- [![License: MIT](https://img.shields.io/badge/License-MIT-orange.svg)](LICENSE)
6
+ [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-orange.svg)](LICENSE)
7
7
 
8
8
  ## What is TalaDB?
9
9
 
@@ -147,4 +147,4 @@ await runMigrations(db, [
147
147
 
148
148
  ## License
149
149
 
150
- MIT © [ThinkGrid Labs](https://github.com/thinkgrid-labs)
150
+ Apache 2.0 © [ThinkGrid Labs](https://github.com/thinkgrid-labs)