@effect/sql-sqlite-react-native 4.0.0-beta.73 → 4.0.0-beta.75

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.
@@ -34,7 +34,7 @@ export interface SqliteClient extends Client.SqlClient {
34
34
  /**
35
35
  * Service tag for the React Native SQLite client.
36
36
  *
37
- * @category tags
37
+ * @category services
38
38
  * @since 4.0.0
39
39
  */
40
40
  export declare const SqliteClient: Context.Service<SqliteClient, SqliteClient>;
@@ -64,7 +64,7 @@ export const TypeId = "~@effect/sql-sqlite-react-native/SqliteClient";
64
64
  /**
65
65
  * Service tag for the React Native SQLite client.
66
66
  *
67
- * @category tags
67
+ * @category services
68
68
  * @since 4.0.0
69
69
  */
70
70
  export const SqliteClient = /*#__PURE__*/Context.Service("@effect/sql-sqlite-react-native/SqliteClient");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/sql-sqlite-react-native",
3
- "version": "4.0.0-beta.73",
3
+ "version": "4.0.0-beta.75",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "A SQLite toolkit for Effect",
@@ -44,11 +44,11 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@op-engineering/op-sqlite": "15.2.12",
47
- "effect": "^4.0.0-beta.73"
47
+ "effect": "^4.0.0-beta.75"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@op-engineering/op-sqlite": "15.0.4",
51
- "effect": "^4.0.0-beta.73"
51
+ "effect": "^4.0.0-beta.75"
52
52
  },
53
53
  "scripts": {
54
54
  "codegen": "effect-utils codegen",
@@ -89,7 +89,7 @@ export interface SqliteClient extends Client.SqlClient {
89
89
  /**
90
90
  * Service tag for the React Native SQLite client.
91
91
  *
92
- * @category tags
92
+ * @category services
93
93
  * @since 4.0.0
94
94
  */
95
95
  export const SqliteClient = Context.Service<SqliteClient>("@effect/sql-sqlite-react-native/SqliteClient")