@effect/sql-sqlite-bun 0.30.0 → 0.30.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.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
- # Effect SQL - SQLite
1
+ # `@effect/sql-sqlite-bun`
2
2
 
3
- An @effect/sql implementation using the `bun:sqlite` library.
3
+ An `@effect/sql` implementation using the `bun:sqlite` library.
4
4
 
5
- See here for more information: https://github.com/Effect-TS/effect/tree/main/packages/sql
5
+ ## Documentation
6
+
7
+ - **API Reference**: [View the full documentation](https://effect-ts.github.io/effect/docs/sql-sqlite-bun).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/sql-sqlite-bun",
3
- "version": "0.30.0",
3
+ "version": "0.30.1",
4
4
  "description": "A SQLite toolkit for Effect",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -13,10 +13,10 @@
13
13
  "@opentelemetry/semantic-conventions": "^1.25.1"
14
14
  },
15
15
  "peerDependencies": {
16
- "@effect/experimental": "^0.40.0",
17
- "@effect/sql": "^0.29.0",
18
- "@effect/platform": "^0.76.0",
19
- "effect": "^3.12.11"
16
+ "@effect/experimental": "^0.40.1",
17
+ "@effect/platform": "^0.76.1",
18
+ "@effect/sql": "^0.29.1",
19
+ "effect": "^3.12.12"
20
20
  },
21
21
  "publishConfig": {
22
22
  "provenance": true