@profullstack/libsql-pg 0.1.1 → 0.1.2

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 (1) hide show
  1. package/package.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@profullstack/libsql-pg",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "Drop-in replacement for @libsql/client that talks to Postgres, plus the tools to move a Turso/libSQL database into it: the same execute/batch/transaction surface, SQLite idioms rewritten on the way through, a schema converter and a row copier.",
6
6
  "keywords": [
@@ -57,6 +57,7 @@
57
57
  "access": "public"
58
58
  },
59
59
  "dependencies": {
60
+ "@profullstack/libsql-pg": "^0.1.1",
60
61
  "pg": "^8.13.0"
61
62
  },
62
63
  "peerDependencies": {
@@ -68,6 +69,9 @@
68
69
  }
69
70
  },
70
71
  "devDependencies": {
72
+ "@libsql/client": "^0.15.15"
73
+ },
74
+ "optionalDependencies": {
71
75
  "@libsql/client": "^0.15.0"
72
76
  }
73
77
  }