pgsql-test 4.15.2 → 4.16.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 +4 -0
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -718,6 +718,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
718
718
|
* [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
|
|
719
719
|
* [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
|
|
720
720
|
|
|
721
|
+
### 📚 Documentation & Skills
|
|
722
|
+
|
|
723
|
+
* [constructive-skills](https://github.com/constructive-io/constructive-skills): **📖 Platform documentation and AI agent skills** — feature catalog, blueprint reference, SDK guides (i18n, billing, limits, events, uploads, security, entities, search, AI), and deployment guides.
|
|
724
|
+
|
|
721
725
|
## Credits
|
|
722
726
|
|
|
723
727
|
**🛠 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).**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pgsql-test",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.16.1",
|
|
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",
|
|
@@ -55,21 +55,21 @@
|
|
|
55
55
|
"test:watch": "jest --watch"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@pgpmjs/core": "6.
|
|
58
|
+
"@pgpmjs/core": "6.22.0",
|
|
59
59
|
"@types/pg": "^8.20.0",
|
|
60
60
|
"@types/pg-copy-streams": "^1.2.5",
|
|
61
61
|
"makage": "^0.3.0"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@pgpmjs/env": "^2.
|
|
65
|
-
"@pgpmjs/logger": "^2.
|
|
66
|
-
"@pgpmjs/server-utils": "^3.
|
|
67
|
-
"@pgpmjs/types": "^2.
|
|
64
|
+
"@pgpmjs/env": "^2.25.0",
|
|
65
|
+
"@pgpmjs/logger": "^2.12.0",
|
|
66
|
+
"@pgpmjs/server-utils": "^3.13.0",
|
|
67
|
+
"@pgpmjs/types": "^2.29.0",
|
|
68
68
|
"pg": "^8.21.0",
|
|
69
|
-
"pg-cache": "^3.
|
|
70
|
-
"pg-env": "^1.
|
|
71
|
-
"pgsql-client": "^3.
|
|
72
|
-
"pgsql-seed": "^2.
|
|
69
|
+
"pg-cache": "^3.12.0",
|
|
70
|
+
"pg-env": "^1.16.0",
|
|
71
|
+
"pgsql-client": "^3.16.1",
|
|
72
|
+
"pgsql-seed": "^2.16.1"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "12515d72a1c3db748a317157770e7aec4db34c34"
|
|
75
75
|
}
|