@pgsql/transform 17.8.3 → 17.9.1

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.29.2.
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/13/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was automatically generated by pg-proto-parser@1.29.2.
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/14/enums.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was automatically generated by pg-proto-parser@1.29.2.
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/14/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was automatically generated by pg-proto-parser@1.29.2.
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/15/enums.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was automatically generated by pg-proto-parser@1.29.2.
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/15/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was automatically generated by pg-proto-parser@1.29.2.
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/16/enums.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was automatically generated by pg-proto-parser@1.29.2.
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/16/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was automatically generated by pg-proto-parser@1.29.2.
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/17/enums.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was automatically generated by pg-proto-parser@1.29.2.
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/17/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file was automatically generated by pg-proto-parser@1.29.2.
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/README.md CHANGED
@@ -115,6 +115,8 @@ The transform package fits into the broader pgsql-parser ecosystem:
115
115
 
116
116
  This enables a single source of truth for SQL generation while supporting legacy codebases.
117
117
 
118
+ ---
119
+
118
120
  ## Related
119
121
 
120
122
  * [pgsql-parser](https://www.npmjs.com/package/pgsql-parser): The real PostgreSQL parser for Node.js, providing symmetric parsing and deparsing of SQL statements with actual PostgreSQL parser integration.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pgsql/transform",
3
- "version": "17.8.3",
3
+ "version": "17.9.1",
4
4
  "author": "Dan Lynch <pyramation@gmail.com>",
5
5
  "description": "Transform PostgreSQL AST types for pgsql-parser",
6
6
  "main": "index.js",
7
7
  "module": "esm/index.js",
8
8
  "types": "index.d.ts",
9
9
  "homepage": "https://github.com/launchql/pgsql-parser",
10
- "license": "SEE LICENSE IN LICENSE",
10
+ "license": "MIT",
11
11
  "publishConfig": {
12
12
  "access": "public",
13
13
  "directory": "dist"
@@ -20,9 +20,9 @@
20
20
  "url": "https://github.com/launchql/pgsql-parser/issues"
21
21
  },
22
22
  "scripts": {
23
- "copy": "copyfiles -f ../../LICENSE README.md package.json dist",
24
- "clean": "rimraf dist",
25
- "prepare": "npm run build",
23
+ "copy": "makage assets",
24
+ "clean": "makage clean dist",
25
+ "prepublishOnly": "npm run build",
26
26
  "build": "npm run build:proto && npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
27
27
  "build:dev": "npm run clean && tsc --declarationMap && tsc -p tsconfig.esm.json && npm run copy",
28
28
  "build:proto": "ts-node scripts/pg-proto-parser",
@@ -34,9 +34,10 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@pgsql/parser": "^1.2.0",
37
- "pg-proto-parser": "^1.29.2",
38
- "pgsql-deparser": "^17.11.1"
37
+ "makage": "^0.1.3",
38
+ "pg-proto-parser": "1.30.1",
39
+ "pgsql-deparser": "17.12.1"
39
40
  },
40
41
  "keywords": [],
41
- "gitHead": "65507c8470015acb1b93c1ae36d470a40b89f27f"
42
+ "gitHead": "da3ab5c3f032c80958902486ef4fd6dc236e0e12"
42
43
  }