@constructive-io/cli 7.7.5 → 7.7.6
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 +12 -0
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Constructive CLI
|
|
2
2
|
|
|
3
|
+
<p align="center" width="100%">
|
|
4
|
+
<img height="250" src="https://raw.githubusercontent.com/constructive-io/constructive/refs/heads/main/assets/outline-logo.svg" />
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
<p align="center" width="100%">
|
|
8
|
+
<a href="https://github.com/constructive-io/constructive/actions/workflows/run-tests.yaml">
|
|
9
|
+
<img height="20" src="https://github.com/constructive-io/constructive/actions/workflows/run-tests.yaml/badge.svg" />
|
|
10
|
+
</a>
|
|
11
|
+
<a href="https://github.com/constructive-io/constructive/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
|
|
12
|
+
<a href="https://www.npmjs.com/package/@constructive-io/cli"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=packages%2Fcli%2Fpackage.json"/></a>
|
|
13
|
+
</p>
|
|
14
|
+
|
|
3
15
|
> API Server and Development Tools for PostgreSQL
|
|
4
16
|
|
|
5
17
|
Constructive CLI provides GraphQL server capabilities and code generation tools for PostgreSQL databases. For database migrations, packages, and deployment operations, use [pgpm](https://pgpm.io).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructive-io/cli",
|
|
3
|
-
"version": "7.7.
|
|
3
|
+
"version": "7.7.6",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive CLI",
|
|
6
6
|
"main": "index.js",
|
|
@@ -45,24 +45,24 @@
|
|
|
45
45
|
"ts-node": "^10.9.2"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@constructive-io/graphql-codegen": "^4.
|
|
49
|
-
"@constructive-io/graphql-env": "^3.4.
|
|
50
|
-
"@constructive-io/graphql-explorer": "^4.6.
|
|
51
|
-
"@constructive-io/graphql-server": "^4.11.
|
|
52
|
-
"@constructive-io/graphql-types": "^3.3.
|
|
53
|
-
"@constructive-io/knative-job-service": "^2.6.
|
|
48
|
+
"@constructive-io/graphql-codegen": "^4.15.0",
|
|
49
|
+
"@constructive-io/graphql-env": "^3.4.4",
|
|
50
|
+
"@constructive-io/graphql-explorer": "^4.6.2",
|
|
51
|
+
"@constructive-io/graphql-server": "^4.11.1",
|
|
52
|
+
"@constructive-io/graphql-types": "^3.3.4",
|
|
53
|
+
"@constructive-io/knative-job-service": "^2.6.3",
|
|
54
54
|
"@inquirerer/utils": "^3.3.4",
|
|
55
|
-
"@pgpmjs/core": "^6.6.
|
|
56
|
-
"@pgpmjs/logger": "^2.4.
|
|
57
|
-
"@pgpmjs/server-utils": "^3.4.
|
|
58
|
-
"@pgpmjs/types": "^2.19.
|
|
55
|
+
"@pgpmjs/core": "^6.6.4",
|
|
56
|
+
"@pgpmjs/logger": "^2.4.3",
|
|
57
|
+
"@pgpmjs/server-utils": "^3.4.4",
|
|
58
|
+
"@pgpmjs/types": "^2.19.3",
|
|
59
59
|
"appstash": "^0.6.0",
|
|
60
60
|
"find-and-require-package-json": "^0.9.1",
|
|
61
61
|
"inquirerer": "^4.7.0",
|
|
62
62
|
"js-yaml": "^4.1.0",
|
|
63
|
-
"pg-cache": "^3.3.
|
|
64
|
-
"pg-env": "^1.7.
|
|
65
|
-
"pgpm": "^4.7.
|
|
63
|
+
"pg-cache": "^3.3.4",
|
|
64
|
+
"pg-env": "^1.7.3",
|
|
65
|
+
"pgpm": "^4.7.3",
|
|
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": "8afe6b19da82facbe5f3365762ba52888af5b3c9"
|
|
81
81
|
}
|