pgpm 4.25.4 → 4.26.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +9 -9
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.25.4",
3
+ "version": "4.26.1",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PostgreSQL Package Manager - Database migration and package management CLI",
6
6
  "main": "index.js",
@@ -46,19 +46,19 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@inquirerer/utils": "^3.3.7",
49
- "@pgpmjs/core": "^6.20.2",
50
- "@pgpmjs/env": "^2.24.1",
51
- "@pgpmjs/export": "^0.19.3",
52
- "@pgpmjs/logger": "^2.11.1",
53
- "@pgpmjs/types": "^2.28.1",
49
+ "@pgpmjs/core": "^6.21.0",
50
+ "@pgpmjs/env": "^2.25.0",
51
+ "@pgpmjs/export": "^0.20.1",
52
+ "@pgpmjs/logger": "^2.12.0",
53
+ "@pgpmjs/types": "^2.29.0",
54
54
  "@pgsql/quotes": "^17.1.0",
55
55
  "appstash": "^0.7.0",
56
56
  "find-and-require-package-json": "^0.9.1",
57
57
  "genomic": "^5.4.0",
58
58
  "inquirerer": "^4.8.1",
59
59
  "js-yaml": "^4.1.0",
60
- "pg-cache": "^3.11.1",
61
- "pg-env": "^1.15.1",
60
+ "pg-cache": "^3.12.0",
61
+ "pg-env": "^1.16.0",
62
62
  "pgsql-deparser": "^17.18.3",
63
63
  "semver": "^7.8.1",
64
64
  "shelljs": "^0.10.0",
@@ -76,5 +76,5 @@
76
76
  "pg",
77
77
  "pgsql"
78
78
  ],
79
- "gitHead": "423992019655cc1e780149ce3f7e6e8c9b1c6e80"
79
+ "gitHead": "025f9c4283cf3629e8d74f87ee699b375293c81d"
80
80
  }