pgsql-test 2.15.0 → 2.15.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 (2) hide show
  1. package/README.md +1 -2
  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
- 🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
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.0",
4
- "author": "Dan Lynch <pyramation@gmail.com>",
3
+ "version": "2.15.2",
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.0",
64
- "@launchql/env": "^2.6.0",
65
- "@launchql/logger": "^1.2.0",
66
- "@launchql/server-utils": "^2.7.0",
67
- "@launchql/types": "^2.10.0",
63
+ "@launchql/core": "^2.18.2",
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.0",
70
+ "pg-cache": "^1.5.1",
71
71
  "pg-copy-streams": "^7.0.0",
72
- "pg-env": "^1.2.0"
72
+ "pg-env": "^1.2.1"
73
73
  },
74
- "gitHead": "b88e3d1ec9125d2cff1d731ddb1c1dabb299c6dd"
74
+ "gitHead": "8efb023ff0cb814f9097e0b08fcbafeac25eee07"
75
75
  }