@effect/sql-sqlite-node 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.
@@ -49,7 +49,7 @@ export interface BackupMetadata {
49
49
  /**
50
50
  * Service tag for the node SQLite client implementation.
51
51
  *
52
- * @category tags
52
+ * @category services
53
53
  * @since 4.0.0
54
54
  */
55
55
  export declare const SqliteClient: Context.Service<SqliteClient, SqliteClient>;
@@ -73,7 +73,7 @@ export const TypeId = "~@effect/sql-sqlite-node/SqliteClient";
73
73
  /**
74
74
  * Service tag for the node SQLite client implementation.
75
75
  *
76
- * @category tags
76
+ * @category services
77
77
  * @since 4.0.0
78
78
  */
79
79
  export const SqliteClient = /*#__PURE__*/Context.Service("@effect/sql-sqlite-node/SqliteClient");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/sql-sqlite-node",
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 SQLite toolkit for Effect",
@@ -44,11 +44,11 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/better-sqlite3": "^7.6.13",
47
- "@effect/platform-node": "^4.0.0-beta.73",
48
- "effect": "^4.0.0-beta.73"
47
+ "@effect/platform-node": "^4.0.0-beta.74",
48
+ "effect": "^4.0.0-beta.74"
49
49
  },
50
50
  "peerDependencies": {
51
- "effect": "^4.0.0-beta.73"
51
+ "effect": "^4.0.0-beta.74"
52
52
  },
53
53
  "dependencies": {
54
54
  "better-sqlite3": "^12.9.0"
@@ -112,7 +112,7 @@ export interface BackupMetadata {
112
112
  /**
113
113
  * Service tag for the node SQLite client implementation.
114
114
  *
115
- * @category tags
115
+ * @category services
116
116
  * @since 4.0.0
117
117
  */
118
118
  export const SqliteClient = Context.Service<SqliteClient>("@effect/sql-sqlite-node/SqliteClient")