@pgsql/utils 13.10.1 → 13.12.0

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 CHANGED
@@ -213,7 +213,7 @@ console.log(enumName); // Outputs 'SORTBY_ASC' if 1 corresponds to 'SORTBY_ASC'
213
213
 
214
214
  * [pgsql-parser](https://github.com/launchql/pgsql-parser): The real PostgreSQL parser for Node.js, providing symmetric parsing and deparsing of SQL statements with actual PostgreSQL parser integration.
215
215
  * [pgsql-deparser](https://github.com/launchql/pgsql-parser/tree/main/packages/deparser): A streamlined tool designed for converting PostgreSQL ASTs back into SQL queries, focusing solely on deparser functionality to complement `pgsql-parser`.
216
- * [pgsql-enums](https://github.com/launchql/pgsql-parser/tree/main/packages/enums-json): A utility package offering easy access to PostgreSQL enumeration types in JSON format, aiding in string and integer conversions of enums used within ASTs to compliment `pgsql-parser`
216
+ * [pgsql-enums](https://github.com/launchql/pgsql-parser/tree/main/packages/pgsql-enums): A utility package offering easy access to PostgreSQL enumeration types in JSON format, aiding in string and integer conversions of enums used within ASTs to compliment `pgsql-parser`
217
217
  * [@pgsql/enums](https://github.com/launchql/pgsql-parser/tree/main/packages/enums): Provides PostgreSQL AST enums in TypeScript, enhancing type safety and usability in projects interacting with PostgreSQL AST nodes.
218
218
  * [@pgsql/types](https://github.com/launchql/pgsql-parser/tree/main/packages/types): Offers TypeScript type definitions for PostgreSQL AST nodes, facilitating type-safe construction, analysis, and manipulation of ASTs.
219
219
  * [@pgsql/utils](https://github.com/launchql/pgsql-parser/tree/main/packages/utils): A comprehensive utility library for PostgreSQL, offering type-safe AST node creation and enum value conversions, simplifying the construction and manipulation of PostgreSQL ASTs.
package/main/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.20.0.
7
+ * This file was automatically generated by pg-proto-parser@1.23.0.
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/module/asts.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was automatically generated by pg-proto-parser@1.20.0.
2
+ * This file was automatically generated by pg-proto-parser@1.23.0.
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": "@pgsql/utils",
3
- "version": "13.10.1",
3
+ "version": "13.12.0",
4
4
  "description": "PostgreSQL AST utils for pgsql-parser",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/launchql/pgsql-parser",
@@ -66,7 +66,7 @@
66
66
  "esprima": "4.0.1",
67
67
  "jest": "^29.5.0",
68
68
  "pg-proto-parser": "^1.20.0",
69
- "pgsql-deparser": "^13.14.0",
69
+ "pgsql-deparser": "^13.16.0",
70
70
  "prettier": "^2.8.7",
71
71
  "rimraf": "5.0.5",
72
72
  "ts-jest": "^29.1.0",
@@ -74,8 +74,8 @@
74
74
  "typescript": "^5.0.4"
75
75
  },
76
76
  "dependencies": {
77
- "@pgsql/types": "^13.8.0",
77
+ "@pgsql/types": "^13.10.0",
78
78
  "nested-obj": "0.0.1"
79
79
  },
80
- "gitHead": "a4751a2635eaa353e45b0f8832ac77e80b2f114a"
80
+ "gitHead": "85346892e652a57e570562fdac7a768545113619"
81
81
  }
package/src/asts.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was automatically generated by pg-proto-parser@1.20.0.
2
+ * This file was automatically generated by pg-proto-parser@1.23.0.
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/src/wrapped.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was automatically generated by pg-proto-parser@1.20.0.
2
+ * This file was automatically generated by pg-proto-parser@1.23.0.
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
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was automatically generated by pg-proto-parser@1.20.0.
2
+ * This file was automatically generated by pg-proto-parser@1.23.0.
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
  */