pgsql-test 2.15.0 → 2.15.1
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 +1 -2
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -737,8 +737,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
737
737
|
|
|
738
738
|
## Credits
|
|
739
739
|
|
|
740
|
-
|
|
741
|
-
|
|
740
|
+
**🛠 Built by the [Constructive](https://constructive.io) team — creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
|
|
742
741
|
|
|
743
742
|
## Disclaimer
|
|
744
743
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pgsql-test",
|
|
3
|
-
"version": "2.15.
|
|
4
|
-
"author": "
|
|
3
|
+
"version": "2.15.1",
|
|
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",
|
|
7
7
|
"module": "esm/index.js",
|
|
@@ -60,16 +60,16 @@
|
|
|
60
60
|
"makage": "^0.1.8"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@launchql/core": "^2.18.
|
|
64
|
-
"@launchql/env": "^2.6.
|
|
65
|
-
"@launchql/logger": "^1.2.
|
|
66
|
-
"@launchql/server-utils": "^2.7.
|
|
67
|
-
"@launchql/types": "^2.10.
|
|
63
|
+
"@launchql/core": "^2.18.1",
|
|
64
|
+
"@launchql/env": "^2.6.1",
|
|
65
|
+
"@launchql/logger": "^1.2.1",
|
|
66
|
+
"@launchql/server-utils": "^2.7.1",
|
|
67
|
+
"@launchql/types": "^2.10.1",
|
|
68
68
|
"csv-parse": "^6.1.0",
|
|
69
69
|
"pg": "^8.16.0",
|
|
70
|
-
"pg-cache": "^1.5.
|
|
70
|
+
"pg-cache": "^1.5.1",
|
|
71
71
|
"pg-copy-streams": "^7.0.0",
|
|
72
|
-
"pg-env": "^1.2.
|
|
72
|
+
"pg-env": "^1.2.1"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "3bfa1e2c4524664d19ebfa2baf214403821bdee9"
|
|
75
75
|
}
|