@constructive-io/cli 7.23.0 → 7.23.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 +7 -7
package/README.md
CHANGED
|
@@ -239,6 +239,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
239
239
|
* [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
|
|
240
240
|
* [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
|
|
241
241
|
|
|
242
|
+
### 📚 Documentation & Skills
|
|
243
|
+
|
|
244
|
+
* [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.
|
|
245
|
+
|
|
242
246
|
## Credits
|
|
243
247
|
|
|
244
248
|
**🛠 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": "@constructive-io/cli",
|
|
3
|
-
"version": "7.23.
|
|
3
|
+
"version": "7.23.2",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive CLI",
|
|
6
6
|
"main": "index.js",
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"ts-node": "^10.9.2"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@constructive-io/graphql-codegen": "^4.
|
|
48
|
+
"@constructive-io/graphql-codegen": "^4.47.0",
|
|
49
49
|
"@constructive-io/graphql-env": "^3.13.0",
|
|
50
|
-
"@constructive-io/graphql-explorer": "^4.21.
|
|
51
|
-
"@constructive-io/graphql-server": "^4.35.
|
|
50
|
+
"@constructive-io/graphql-explorer": "^4.21.1",
|
|
51
|
+
"@constructive-io/graphql-server": "^4.35.1",
|
|
52
52
|
"@constructive-io/graphql-types": "^3.12.0",
|
|
53
|
-
"@constructive-io/knative-job-service": "^2.20.
|
|
53
|
+
"@constructive-io/knative-job-service": "^2.20.1",
|
|
54
54
|
"@inquirerer/utils": "^3.3.7",
|
|
55
55
|
"@pgpmjs/core": "^6.21.0",
|
|
56
56
|
"@pgpmjs/logger": "^2.12.0",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"js-yaml": "^4.1.0",
|
|
63
63
|
"pg-cache": "^3.12.0",
|
|
64
64
|
"pg-env": "^1.16.0",
|
|
65
|
-
"pgpm": "^4.26.
|
|
65
|
+
"pgpm": "^4.26.1",
|
|
66
66
|
"shelljs": "^0.10.0",
|
|
67
67
|
"yanse": "^0.2.1"
|
|
68
68
|
},
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"postgres",
|
|
78
78
|
"graphile"
|
|
79
79
|
],
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "6e5e79cbc24e2861963aeb1f6daff6d55279f081"
|
|
81
81
|
}
|