Skip to content

Commit 6e645e2

Browse files
committed
cleanup
1 parent 1aca462 commit 6e645e2

File tree

11 files changed

+16
-14
lines changed

11 files changed

+16
-14
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ jobs:
1919
- name: deparser
2020
run: cd ./packages/deparser && yarn test
2121

22-
- name: enums
23-
run: cd ./packages/enums && yarn test
24-
25-
- name: types
26-
run: cd ./packages/types && yarn test
22+
- name: proto-parser
23+
run: cd ./packages/proto-parser && yarn test
2724

2825
- name: transform
2926
run: cd ./packages/transform && yarn test

packages/deparser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"libpg-query": "17.3.3"
5050
},
5151
"dependencies": {
52-
"@pgsql/types": "^17.5.2"
52+
"@pgsql/types": "^17.5.3"
5353
}
5454
}

packages/enums/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file was automatically generated by [email protected].1.
2+
* This file was automatically generated by [email protected].2.
33
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
44
* and run the pg-proto-parser generate command to regenerate this file.
55
*/

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"database"
4343
],
4444
"dependencies": {
45-
"@pgsql/types": "^17.5.2",
45+
"@pgsql/types": "^17.5.3",
4646
"libpg-query": "17.3.3",
4747
"minimist": "^1.2.6"
4848
}

packages/transform/src/13/enums.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file was automatically generated by [email protected].1.
2+
* This file was automatically generated by [email protected].2.
33
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
44
* and run the pg-proto-parser generate command to regenerate this file.
55
*/

packages/transform/src/13/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file was automatically generated by [email protected].1.
2+
* This file was automatically generated by [email protected].2.
33
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
44
* and run the pg-proto-parser generate command to regenerate this file.
55
*/

packages/transform/src/17/enums.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file was automatically generated by [email protected].1.
2+
* This file was automatically generated by [email protected].2.
33
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
44
* and run the pg-proto-parser generate command to regenerate this file.
55
*/

packages/transform/src/17/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file was automatically generated by [email protected].1.
2+
* This file was automatically generated by [email protected].2.
33
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
44
* and run the pg-proto-parser generate command to regenerate this file.
55
*/

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"pg-proto-parser": "^1.28.2"
3535
},
3636
"dependencies": {
37-
"@pgsql/types": "^17.5.2",
37+
"@pgsql/types": "^17.5.3",
3838
"nested-obj": "0.0.1"
3939
},
4040
"keywords": []

packages/utils/src/asts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file was automatically generated by [email protected].1.
2+
* This file was automatically generated by [email protected].2.
33
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
44
* and run the pg-proto-parser generate command to regenerate this file.
55
*/

0 commit comments

Comments
 (0)