@effect/sql-libsql 4.0.0-beta.73 → 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.
@@ -75,7 +75,7 @@ export interface LibsqlClient extends Client.SqlClient {
75
75
  *
76
76
  * Use to access or provide a libSQL client through the Effect context.
77
77
  *
78
- * @category tags
78
+ * @category services
79
79
  * @since 4.0.0
80
80
  */
81
81
  export declare const LibsqlClient: Context.Service<LibsqlClient, LibsqlClient>;
@@ -68,7 +68,7 @@ export const TypeId = "~@effect/sql-libsql/LibsqlClient";
68
68
  *
69
69
  * Use to access or provide a libSQL client through the Effect context.
70
70
  *
71
- * @category tags
71
+ * @category services
72
72
  * @since 4.0.0
73
73
  */
74
74
  export const LibsqlClient = /*#__PURE__*/Context.Service("@effect/sql-libsql/LibsqlClient");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/sql-libsql",
3
- "version": "4.0.0-beta.73",
3
+ "version": "4.0.0-beta.74",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "A libSQL toolkit for Effect",
@@ -46,10 +46,10 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "testcontainers": "^11.14.0",
49
- "effect": "^4.0.0-beta.73"
49
+ "effect": "^4.0.0-beta.74"
50
50
  },
51
51
  "peerDependencies": {
52
- "effect": "^4.0.0-beta.73"
52
+ "effect": "^4.0.0-beta.74"
53
53
  },
54
54
  "dependencies": {
55
55
  "@libsql/client": "^0.17.3"
@@ -90,7 +90,7 @@ export interface LibsqlClient extends Client.SqlClient {
90
90
  *
91
91
  * Use to access or provide a libSQL client through the Effect context.
92
92
  *
93
- * @category tags
93
+ * @category services
94
94
  * @since 4.0.0
95
95
  */
96
96
  export const LibsqlClient = Context.Service<LibsqlClient>("@effect/sql-libsql/LibsqlClient")