graphile-settings 2.6.5 → 2.6.8
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 +5 -2
- package/esm/index.js +0 -1
- package/index.js +0 -1
- package/package.json +9 -10
package/README.md
CHANGED
|
@@ -141,9 +141,12 @@ Master the workflow for adding, organizing, and managing database changes with p
|
|
|
141
141
|
Master end-to-end PostgreSQL testing with ephemeral databases, RLS testing, and CI/CD automation.
|
|
142
142
|
|
|
143
143
|
5. ⚡ [Supabase Testing](https://launchql.com/learn/supabase)
|
|
144
|
-
TypeScript-
|
|
144
|
+
Use TypeScript-first tools to test Supabase projects with realistic RLS, policies, and auth contexts.
|
|
145
145
|
|
|
146
|
-
6.
|
|
146
|
+
6. 💧 [Drizzle ORM Testing](https://launchql.com/learn/drizzle-testing)
|
|
147
|
+
Run full-stack tests with Drizzle ORM, including database setup, teardown, and RLS enforcement.
|
|
148
|
+
|
|
149
|
+
7. 🔧 [Troubleshooting](https://launchql.com/learn/troubleshooting)
|
|
147
150
|
Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
148
151
|
|
|
149
152
|
## Related LaunchQL Tooling
|
package/esm/index.js
CHANGED
|
@@ -11,7 +11,6 @@ import { additionalGraphQLContextFromRequest as langAdditional, LangPlugin,
|
|
|
11
11
|
import PgMetaschema from 'graphile-meta-schema';
|
|
12
12
|
// @ts-ignore
|
|
13
13
|
import PgSearch from 'graphile-search-plugin';
|
|
14
|
-
// @ts-ignore
|
|
15
14
|
import PgSimpleInflector from 'graphile-simple-inflector';
|
|
16
15
|
import ConnectionFilterPlugin from 'postgraphile-plugin-connection-filter';
|
|
17
16
|
// @ts-ignore
|
package/index.js
CHANGED
|
@@ -15,7 +15,6 @@ const graphile_i18n_1 = require("graphile-i18n");
|
|
|
15
15
|
const graphile_meta_schema_1 = __importDefault(require("graphile-meta-schema"));
|
|
16
16
|
// @ts-ignore
|
|
17
17
|
const graphile_search_plugin_1 = __importDefault(require("graphile-search-plugin"));
|
|
18
|
-
// @ts-ignore
|
|
19
18
|
const graphile_simple_inflector_1 = __importDefault(require("graphile-simple-inflector"));
|
|
20
19
|
const postgraphile_plugin_connection_filter_1 = __importDefault(require("postgraphile-plugin-connection-filter"));
|
|
21
20
|
// @ts-ignore
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-settings",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.8",
|
|
4
4
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
5
5
|
"description": "graphile settings",
|
|
6
6
|
"main": "index.js",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@graphile-contrib/pg-many-to-many": "^1.0.2",
|
|
34
|
-
"@launchql/env": "^2.5.
|
|
35
|
-
"@launchql/s3-streamer": "^2.6.
|
|
36
|
-
"@launchql/types": "^2.8.
|
|
37
|
-
"@launchql/upload-names": "^2.2.
|
|
34
|
+
"@launchql/env": "^2.5.4",
|
|
35
|
+
"@launchql/s3-streamer": "^2.6.5",
|
|
36
|
+
"@launchql/types": "^2.8.4",
|
|
37
|
+
"@launchql/upload-names": "^2.2.8",
|
|
38
38
|
"@pyramation/postgis": "^0.1.1",
|
|
39
39
|
"@pyramation/postgraphile-plugin-fulltext-filter": "^2.0.0",
|
|
40
40
|
"cors": "^2.8.5",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"graphile-build": "^4.14.1",
|
|
43
43
|
"graphile-i18n": "^0.0.3",
|
|
44
44
|
"graphile-meta-schema": "^0.2.5",
|
|
45
|
-
"graphile-query": "^2.3.
|
|
46
|
-
"graphile-search-plugin": "^0.1.
|
|
47
|
-
"graphile-simple-inflector": "^0.1.
|
|
45
|
+
"graphile-query": "^2.3.8",
|
|
46
|
+
"graphile-search-plugin": "^0.1.8",
|
|
47
|
+
"graphile-simple-inflector": "^0.1.3",
|
|
48
48
|
"graphql": "15.10.1",
|
|
49
49
|
"graphql-tag": "2.12.6",
|
|
50
50
|
"graphql-upload": "^13.0.0",
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
"@types/express": "^5.0.1",
|
|
62
62
|
"@types/pg": "^8.15.2",
|
|
63
63
|
"@types/request-ip": "^0.0.41",
|
|
64
|
-
"@types/rimraf": "^4.0.5",
|
|
65
64
|
"nodemon": "^3.1.10",
|
|
66
65
|
"ts-node": "^10.9.2"
|
|
67
66
|
},
|
|
@@ -72,5 +71,5 @@
|
|
|
72
71
|
"launchql",
|
|
73
72
|
"graphql"
|
|
74
73
|
],
|
|
75
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "4cd832ebee39d7be9375340e8e3283692d15b464"
|
|
76
75
|
}
|