pg-ast 2.3.5 → 2.3.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/asts.js +1 -1
- package/esm/asts.js +1 -1
- package/esm/wrapped.js +1 -1
- package/package.json +5 -5
- package/wrapped.js +1 -1
package/README.md
CHANGED
|
@@ -66,9 +66,12 @@ Master the workflow for adding, organizing, and managing database changes with p
|
|
|
66
66
|
Master end-to-end PostgreSQL testing with ephemeral databases, RLS testing, and CI/CD automation.
|
|
67
67
|
|
|
68
68
|
5. ⚡ [Supabase Testing](https://launchql.com/learn/supabase)
|
|
69
|
-
TypeScript-
|
|
69
|
+
Use TypeScript-first tools to test Supabase projects with realistic RLS, policies, and auth contexts.
|
|
70
70
|
|
|
71
|
-
6.
|
|
71
|
+
6. 💧 [Drizzle ORM Testing](https://launchql.com/learn/drizzle-testing)
|
|
72
|
+
Run full-stack tests with Drizzle ORM, including database setup, teardown, and RLS enforcement.
|
|
73
|
+
|
|
74
|
+
7. 🔧 [Troubleshooting](https://launchql.com/learn/troubleshooting)
|
|
72
75
|
Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
73
76
|
|
|
74
77
|
## Related LaunchQL Tooling
|
package/asts.js
CHANGED
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/**
|
|
7
|
-
* This file was automatically generated by pg-proto-parser@1.
|
|
7
|
+
* This file was automatically generated by pg-proto-parser@1.30.1.
|
|
8
8
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
|
|
9
9
|
* and run the pg-proto-parser generate command to regenerate this file.
|
|
10
10
|
*/
|
package/esm/asts.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was automatically generated by pg-proto-parser@1.
|
|
2
|
+
* This file was automatically generated by pg-proto-parser@1.30.1.
|
|
3
3
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
|
|
4
4
|
* and run the pg-proto-parser generate command to regenerate this file.
|
|
5
5
|
*/
|
package/esm/wrapped.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was automatically generated by pg-proto-parser@1.
|
|
2
|
+
* This file was automatically generated by pg-proto-parser@1.30.1.
|
|
3
3
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
|
|
4
4
|
* and run the pg-proto-parser generate command to regenerate this file.
|
|
5
5
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pg-ast",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.8",
|
|
4
4
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
5
5
|
"description": "PostgreSQL ASTs in JS",
|
|
6
6
|
"main": "index.js",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"parse"
|
|
38
38
|
],
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"pg-proto-parser": "^1.
|
|
41
|
-
"pgsql-deparser": "^17.
|
|
40
|
+
"pg-proto-parser": "^1.30.1",
|
|
41
|
+
"pgsql-deparser": "^17.12.1"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@pgsql/types": "^17.6.1",
|
|
45
|
-
"nested-obj": "0.
|
|
45
|
+
"nested-obj": "0.1.1"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "4cd832ebee39d7be9375340e8e3283692d15b464"
|
|
48
48
|
}
|
package/wrapped.js
CHANGED
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/**
|
|
7
|
-
* This file was automatically generated by pg-proto-parser@1.
|
|
7
|
+
* This file was automatically generated by pg-proto-parser@1.30.1.
|
|
8
8
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
|
|
9
9
|
* and run the pg-proto-parser generate command to regenerate this file.
|
|
10
10
|
*/
|