@constructive-io/cli 8.7.4 → 8.7.5
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 +1 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -225,6 +225,7 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
|
225
225
|
### 🧪 Testing
|
|
226
226
|
|
|
227
227
|
* [pgsql-test](https://github.com/constructive-io/constructive/tree/main/postgres/pgsql-test): **📊 Isolated testing environments** with per-test transaction rollbacks—ideal for integration tests, complex migrations, and RLS simulation.
|
|
228
|
+
* [pglite-test](https://github.com/constructive-io/constructive/tree/main/postgres/pglite-test): **🪶 Drop-in pgsql-test replacement backed by PGlite** — in-process Postgres, no server required, instance-per-suite isolation.
|
|
228
229
|
* [pgsql-seed](https://github.com/constructive-io/constructive/tree/main/postgres/pgsql-seed): **🌱 PostgreSQL seeding utilities** for CSV, JSON, SQL data loading, and pgpm deployment.
|
|
229
230
|
* [supabase-test](https://github.com/constructive-io/constructive/tree/main/postgres/supabase-test): **🧪 Supabase-native test harness** preconfigured for the local Supabase stack—per-test rollbacks, JWT/role context helpers, and CI/GitHub Actions ready.
|
|
230
231
|
* [graphile-test](https://github.com/constructive-io/constructive/tree/main/graphile/graphile-test): **🔐 Authentication mocking** for Graphile-focused test helpers and emulating row-level security contexts.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@constructive-io/cli",
|
|
3
|
-
"version": "8.7.
|
|
3
|
+
"version": "8.7.5",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "Constructive CLI",
|
|
6
6
|
"main": "index.js",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"ts-node": "^10.9.2"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@constructive-io/graphql-codegen": "^5.7.
|
|
48
|
+
"@constructive-io/graphql-codegen": "^5.7.5",
|
|
49
49
|
"@constructive-io/graphql-env": "^3.23.0",
|
|
50
|
-
"@constructive-io/graphql-explorer": "^5.5.
|
|
51
|
-
"@constructive-io/graphql-server": "^5.7.
|
|
50
|
+
"@constructive-io/graphql-explorer": "^5.5.5",
|
|
51
|
+
"@constructive-io/graphql-server": "^5.7.5",
|
|
52
52
|
"@constructive-io/graphql-types": "^3.22.0",
|
|
53
53
|
"@inquirerer/utils": "^3.3.9",
|
|
54
54
|
"@pgpmjs/core": "^7.9.1",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"js-yaml": "^4.1.0",
|
|
62
62
|
"pg-cache": "^3.19.0",
|
|
63
63
|
"pg-env": "^1.22.0",
|
|
64
|
-
"pgpm": "^5.8.
|
|
64
|
+
"pgpm": "^5.8.4",
|
|
65
65
|
"shelljs": "^0.10.0",
|
|
66
66
|
"yanse": "^0.2.1"
|
|
67
67
|
},
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"postgres",
|
|
77
77
|
"graphile"
|
|
78
78
|
],
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "6f85eefed51d88b3a857ff36d20da44b7ebb47c9"
|
|
80
80
|
}
|