@effect/sql-sqlite-node 4.0.0-beta.71 → 4.0.0-beta.72

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.
@@ -47,7 +47,7 @@ export interface BackupMetadata {
47
47
  readonly remainingPages: number;
48
48
  }
49
49
  /**
50
- * Context service tag for the node SQLite client implementation.
50
+ * Service tag for the node SQLite client implementation.
51
51
  *
52
52
  * @category tags
53
53
  * @since 4.0.0
@@ -71,7 +71,7 @@ const classifyError = (cause, message, operation) => classifySqliteError(cause,
71
71
  */
72
72
  export const TypeId = "~@effect/sql-sqlite-node/SqliteClient";
73
73
  /**
74
- * Context service tag for the node SQLite client implementation.
74
+ * Service tag for the node SQLite client implementation.
75
75
  *
76
76
  * @category tags
77
77
  * @since 4.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/sql-sqlite-node",
3
- "version": "4.0.0-beta.71",
3
+ "version": "4.0.0-beta.72",
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.71",
48
- "effect": "^4.0.0-beta.71"
47
+ "@effect/platform-node": "^4.0.0-beta.72",
48
+ "effect": "^4.0.0-beta.72"
49
49
  },
50
50
  "peerDependencies": {
51
- "effect": "^4.0.0-beta.71"
51
+ "effect": "^4.0.0-beta.72"
52
52
  },
53
53
  "dependencies": {
54
54
  "better-sqlite3": "^12.9.0"
@@ -110,7 +110,7 @@ export interface BackupMetadata {
110
110
  }
111
111
 
112
112
  /**
113
- * Context service tag for the node SQLite client implementation.
113
+ * Service tag for the node SQLite client implementation.
114
114
  *
115
115
  * @category tags
116
116
  * @since 4.0.0