@tursodatabase/database 0.7.0-pre.19 → 0.7.0-pre.20

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  This package is the Turso embedded database library for JavaScript in Node.
18
18
 
19
- > **⚠️ Warning:** This software is in BETA. It may still contain bugs and unexpected behavior. Use caution with production data and ensure you have backups.
19
+ Turso Database runs in production today at multiple organizations. It has not yet reached 1.0, so as with any database we recommend keeping backups — see the [FAQ](https://github.com/tursodatabase/turso#faq) for where the project stands.
20
20
 
21
21
  ## Features
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tursodatabase/database",
3
- "version": "0.7.0-pre.19",
3
+ "version": "0.7.0-pre.20",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/tursodatabase/turso"
@@ -49,15 +49,15 @@
49
49
  ]
50
50
  },
51
51
  "dependencies": {
52
- "@tursodatabase/database-common": "^0.7.0-pre.19"
52
+ "@tursodatabase/database-common": "^0.7.0-pre.20"
53
53
  },
54
54
  "imports": {
55
55
  "#index": "./index.js"
56
56
  },
57
57
  "optionalDependencies": {
58
- "@tursodatabase/database-linux-x64-gnu": "0.7.0-pre.19",
59
- "@tursodatabase/database-win32-x64-msvc": "0.7.0-pre.19",
60
- "@tursodatabase/database-darwin-arm64": "0.7.0-pre.19",
61
- "@tursodatabase/database-linux-arm64-gnu": "0.7.0-pre.19"
58
+ "@tursodatabase/database-linux-x64-gnu": "0.7.0-pre.20",
59
+ "@tursodatabase/database-win32-x64-msvc": "0.7.0-pre.20",
60
+ "@tursodatabase/database-darwin-arm64": "0.7.0-pre.20",
61
+ "@tursodatabase/database-linux-arm64-gnu": "0.7.0-pre.20"
62
62
  }
63
63
  }