@pgsql/transform 17.4.0 → 17.4.2

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/13/enums.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was automatically generated by pg-proto-parser@1.27.0.
2
+ * This file was automatically generated by pg-proto-parser@1.27.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/13/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was automatically generated by pg-proto-parser@1.27.0.
2
+ * This file was automatically generated by pg-proto-parser@1.27.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/17/enums.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was automatically generated by pg-proto-parser@1.27.0.
2
+ * This file was automatically generated by pg-proto-parser@1.27.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/17/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was automatically generated by pg-proto-parser@1.27.0.
2
+ * This file was automatically generated by pg-proto-parser@1.27.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": "@pgsql/transform",
3
- "version": "17.4.0",
3
+ "version": "17.4.2",
4
4
  "author": "Dan Lynch <pyramation@gmail.com>",
5
5
  "description": "Transform PostgreSQL AST types for pgsql-parser",
6
6
  "main": "index.js",
@@ -31,8 +31,8 @@
31
31
  "test:watch": "jest --watch"
32
32
  },
33
33
  "devDependencies": {
34
- "pg-proto-parser": "^1.27.0"
34
+ "pg-proto-parser": "^1.27.1"
35
35
  },
36
36
  "keywords": [],
37
- "gitHead": "3725e93239a76bdc02d2d9159209e01d0142e364"
37
+ "gitHead": "f305d4e2e2c776ab97e6f28e9c78852492b96d24"
38
38
  }