@xfcfam/xf-sql-postgres 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.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xfcfam/xf-sql-postgres",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "PostgreSQL dialect adapter for @xfcfam/xf-sql. Encapsulates kysely's PostgresDialect and the `pg` driver. Translates Postgres SQLSTATE codes into the typed Exceptions of @xfcfam/xf-sql.",
|
|
5
5
|
"author": "XF Contributors",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@xfcfam/xf": "^0.2.0",
|
|
39
|
-
"@xfcfam/xf-sql": "^0.1.
|
|
39
|
+
"@xfcfam/xf-sql": "^0.1.3"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"pg": "^8.
|
|
42
|
+
"pg": "^8.21.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"typescript": "^
|
|
46
|
-
"vitest": "^
|
|
47
|
-
"kysely": "^0.
|
|
45
|
+
"typescript": "^6.0.3",
|
|
46
|
+
"vitest": "^4.1.8",
|
|
47
|
+
"kysely": "^0.29.2",
|
|
48
48
|
"@types/pg": "^8.11.0"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|