Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ jobs:
- name: deparser
run: cd ./packages/deparser && yarn test

- name: enums
run: cd ./packages/enums && yarn test

- name: types
run: cd ./packages/types && yarn test
- name: proto-parser
run: cd ./packages/proto-parser && yarn test

- name: transform
run: cd ./packages/transform && yarn test
2 changes: 1 addition & 1 deletion packages/deparser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"libpg-query": "17.3.3"
},
"dependencies": {
"@pgsql/types": "^17.5.2"
"@pgsql/types": "^17.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/enums/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file was automatically generated by pg-proto-parser@1.28.1.
* This file was automatically generated by pg-proto-parser@1.28.2.
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
* and run the pg-proto-parser generate command to regenerate this file.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"database"
],
"dependencies": {
"@pgsql/types": "^17.5.2",
"@pgsql/types": "^17.5.3",
"libpg-query": "17.3.3",
"minimist": "^1.2.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/transform/src/13/enums.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file was automatically generated by pg-proto-parser@1.28.1.
* This file was automatically generated by pg-proto-parser@1.28.2.
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
* and run the pg-proto-parser generate command to regenerate this file.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/transform/src/13/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file was automatically generated by pg-proto-parser@1.28.1.
* This file was automatically generated by pg-proto-parser@1.28.2.
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
* and run the pg-proto-parser generate command to regenerate this file.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/transform/src/17/enums.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file was automatically generated by pg-proto-parser@1.28.1.
* This file was automatically generated by pg-proto-parser@1.28.2.
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
* and run the pg-proto-parser generate command to regenerate this file.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/transform/src/17/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file was automatically generated by pg-proto-parser@1.28.1.
* This file was automatically generated by pg-proto-parser@1.28.2.
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
* and run the pg-proto-parser generate command to regenerate this file.
*/
Expand Down
64 changes: 0 additions & 64 deletions packages/types/CHANGELOG.md

This file was deleted.

88 changes: 0 additions & 88 deletions packages/types/README.md

This file was deleted.

156 changes: 0 additions & 156 deletions packages/types/__test__/types.test.ts

This file was deleted.

18 changes: 0 additions & 18 deletions packages/types/jest.config.js

This file was deleted.

Loading
Loading