pgsql-test 2.18.6 → 2.18.8
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/README.md +0 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -700,7 +700,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
700
700
|
* [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
|
|
701
701
|
* [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
|
|
702
702
|
* [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
|
|
703
|
-
* [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
|
|
704
703
|
|
|
705
704
|
### 🚀 API & Dev Tools
|
|
706
705
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pgsql-test",
|
|
3
|
-
"version": "2.18.
|
|
3
|
+
"version": "2.18.8",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "pgsql-test offers isolated, role-aware, and rollback-friendly PostgreSQL environments for integration tests — giving developers realistic test coverage without external state pollution",
|
|
6
6
|
"main": "index.js",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"makage": "^0.1.9"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@pgpmjs/core": "^3.2.
|
|
63
|
+
"@pgpmjs/core": "^3.2.2",
|
|
64
64
|
"@pgpmjs/env": "^2.8.8",
|
|
65
65
|
"@pgpmjs/logger": "^1.3.5",
|
|
66
|
-
"@pgpmjs/server-utils": "^2.8.
|
|
66
|
+
"@pgpmjs/server-utils": "^2.8.9",
|
|
67
67
|
"@pgpmjs/types": "^2.12.6",
|
|
68
68
|
"csv-parse": "^6.1.0",
|
|
69
69
|
"pg": "^8.16.3",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"pg-copy-streams": "^7.0.0",
|
|
72
72
|
"pg-env": "^1.2.4"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "cca7c544a3bc138f968aa7a7ddef6708ec06d1d6"
|
|
75
75
|
}
|