@effect/sql-d1 4.0.0-beta.72 → 4.0.0-beta.74

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.
@@ -65,7 +65,7 @@ export interface D1Client extends Client.SqlClient {
65
65
  * Use to access or provide a Cloudflare D1 SQL client through the Effect
66
66
  * context.
67
67
  *
68
- * @category tags
68
+ * @category services
69
69
  * @since 4.0.0
70
70
  */
71
71
  export declare const D1Client: Context.Service<D1Client, D1Client>;
package/dist/D1Client.js CHANGED
@@ -31,7 +31,7 @@ export const TypeId = "~@effect/sql-d1/D1Client";
31
31
  * Use to access or provide a Cloudflare D1 SQL client through the Effect
32
32
  * context.
33
33
  *
34
- * @category tags
34
+ * @category services
35
35
  * @since 4.0.0
36
36
  */
37
37
  export const D1Client = /*#__PURE__*/Context.Service("@effect/sql-d1/D1Client");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/sql-d1",
3
- "version": "4.0.0-beta.72",
3
+ "version": "4.0.0-beta.74",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "A Cloudflare D1 integration for Effect",
@@ -48,10 +48,10 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "miniflare": "^4.20260507.1",
51
- "effect": "^4.0.0-beta.72"
51
+ "effect": "^4.0.0-beta.74"
52
52
  },
53
53
  "peerDependencies": {
54
- "effect": "^4.0.0-beta.72"
54
+ "effect": "^4.0.0-beta.74"
55
55
  },
56
56
  "dependencies": {
57
57
  "@cloudflare/workers-types": "^4.20260511.1"
package/src/D1Client.ts CHANGED
@@ -81,7 +81,7 @@ export interface D1Client extends Client.SqlClient {
81
81
  * Use to access or provide a Cloudflare D1 SQL client through the Effect
82
82
  * context.
83
83
  *
84
- * @category tags
84
+ * @category services
85
85
  * @since 4.0.0
86
86
  */
87
87
  export const D1Client = Context.Service<D1Client>("@effect/sql-d1/D1Client")