@effect/sql-d1 0.27.0 → 0.27.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 - Cloudflare D1
1
+ # `@effect/sql-d1`
2
2
 
3
- An @effect/sql implementation using cloudflare D1.
3
+ An `@effect/sql` implementation for [Cloudflare D1](https://developers.cloudflare.com/d1/).
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-d1).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/sql-d1",
3
- "version": "0.27.0",
3
+ "version": "0.27.1",
4
4
  "description": "A Cloudflare D1 integration for Effect",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -14,10 +14,10 @@
14
14
  "@opentelemetry/semantic-conventions": "^1.24.1"
15
15
  },
16
16
  "peerDependencies": {
17
- "@effect/experimental": "^0.40.0",
18
- "@effect/platform": "^0.76.0",
19
- "@effect/sql": "^0.29.0",
20
- "effect": "^3.12.11"
17
+ "@effect/experimental": "^0.40.1",
18
+ "@effect/platform": "^0.76.1",
19
+ "@effect/sql": "^0.29.1",
20
+ "effect": "^3.12.12"
21
21
  },
22
22
  "publishConfig": {
23
23
  "provenance": true