graphile-settings 2.6.5 → 2.6.7
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/package.json +8 -8
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-settings",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.7",
|
|
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.3",
|
|
35
|
+
"@launchql/s3-streamer": "^2.6.4",
|
|
36
|
+
"@launchql/types": "^2.8.3",
|
|
37
|
+
"@launchql/upload-names": "^2.2.7",
|
|
38
38
|
"@pyramation/postgis": "^0.1.1",
|
|
39
39
|
"@pyramation/postgraphile-plugin-fulltext-filter": "^2.0.0",
|
|
40
40
|
"cors": "^2.8.5",
|
|
@@ -42,8 +42,8 @@
|
|
|
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.
|
|
45
|
+
"graphile-query": "^2.3.8",
|
|
46
|
+
"graphile-search-plugin": "^0.1.7",
|
|
47
47
|
"graphile-simple-inflector": "^0.1.1",
|
|
48
48
|
"graphql": "15.10.1",
|
|
49
49
|
"graphql-tag": "2.12.6",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"launchql",
|
|
73
73
|
"graphql"
|
|
74
74
|
],
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "4850ef84ce134d1bb43dc9132619a59257bd1157"
|
|
76
76
|
}
|