@effect/sql-libsql 4.0.0-beta.97 → 4.0.0-beta.99

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # `@effect/sql-libsql`
2
2
 
3
- An `@effect/sql` implementation using the `@libsql/client` library.
3
+ An Effect SQL implementation using the `@libsql/client` library.
4
4
 
5
5
  ## Documentation
6
6
 
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@effect/sql-libsql",
3
- "version": "4.0.0-beta.97",
3
+ "version": "4.0.0-beta.99",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "A libSQL toolkit for Effect",
7
7
  "homepage": "https://effect.website",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/Effect-TS/effect-smol.git",
10
+ "url": "https://github.com/Effect-TS/effect.git",
11
11
  "directory": "packages/sql/libsql"
12
12
  },
13
13
  "bugs": {
14
- "url": "https://github.com/Effect-TS/effect-smol/issues"
14
+ "url": "https://github.com/Effect-TS/effect/issues"
15
15
  },
16
16
  "tags": [
17
17
  "typescript",
@@ -46,10 +46,10 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "testcontainers": "^11.14.0",
49
- "effect": "^4.0.0-beta.97"
49
+ "effect": "^4.0.0-beta.99"
50
50
  },
51
51
  "peerDependencies": {
52
- "effect": "^4.0.0-beta.97"
52
+ "effect": "^4.0.0-beta.99"
53
53
  },
54
54
  "dependencies": {
55
55
  "@libsql/client": "^0.17.4"