@rivetkit/db 2.0.3 → 2.0.4

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 +11 -0
  2. package/package.json +3 -2
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # RivetKit Database
2
+
3
+ _Lightweight Libraries for Backends_
4
+
5
+ [Learn More →](https://github.com/rivet-dev/rivetkit)
6
+
7
+ [Discord](https://rivet.dev/discord) — [Documentation](https://rivetkit.org) — [Issues](https://github.com/rivet-dev/rivetkit/issues)
8
+
9
+ ## License
10
+
11
+ Apache 2.0
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@rivetkit/db",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
+ "description": "Database providers and adapters for RivetKit actors",
4
5
  "license": "Apache-2.0",
5
6
  "sideEffects": false,
6
7
  "type": "module",
@@ -53,7 +54,7 @@
53
54
  "stableVersion": "0.8.0",
54
55
  "dependencies": {
55
56
  "better-sqlite3": "^11.10.0",
56
- "rivetkit": "2.0.3"
57
+ "rivetkit": "2.0.4"
57
58
  },
58
59
  "scripts": {
59
60
  "build": "tsup src/mod.ts src/drizzle/mod.ts",