pgpm 4.26.0 → 4.26.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/README.md +4 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -503,6 +503,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
503
503
|
* [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
|
|
504
504
|
* [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
|
|
505
505
|
|
|
506
|
+
### 📚 Documentation & Skills
|
|
507
|
+
|
|
508
|
+
* [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.
|
|
509
|
+
|
|
506
510
|
## Credits
|
|
507
511
|
|
|
508
512
|
**🛠 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": "pgpm",
|
|
3
|
-
"version": "4.26.
|
|
3
|
+
"version": "4.26.2",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "PostgreSQL Package Manager - Database migration and package management CLI",
|
|
6
6
|
"main": "index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@inquirerer/utils": "^3.3.7",
|
|
49
49
|
"@pgpmjs/core": "^6.21.0",
|
|
50
50
|
"@pgpmjs/env": "^2.25.0",
|
|
51
|
-
"@pgpmjs/export": "^0.20.
|
|
51
|
+
"@pgpmjs/export": "^0.20.2",
|
|
52
52
|
"@pgpmjs/logger": "^2.12.0",
|
|
53
53
|
"@pgpmjs/types": "^2.29.0",
|
|
54
54
|
"@pgsql/quotes": "^17.1.0",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"pg",
|
|
77
77
|
"pgsql"
|
|
78
78
|
],
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "8a39d7f293a1128aed84a3bc6a7a79c32d27759d"
|
|
80
80
|
}
|