pg-ast 2.3.7 → 2.3.9

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
@@ -51,6 +51,8 @@ const node = ast.A_Expr({
51
51
  const sqlCode = deparse([node]);
52
52
  ```
53
53
 
54
+ ---
55
+
54
56
  ## Education and Tutorials
55
57
 
56
58
  1. 🚀 [Quickstart: Getting Up and Running](https://launchql.com/learn/quickstart)
@@ -125,4 +127,3 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
125
127
  AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED "AS IS", AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
126
128
 
127
129
  No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.
128
-
package/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.29.2.
7
+ * This file was automatically generated by pg-proto-parser@1.30.1.
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/esm/asts.js 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/esm/wrapped.js 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pg-ast",
3
- "version": "2.3.7",
3
+ "version": "2.3.9",
4
4
  "author": "Dan Lynch <pyramation@gmail.com>",
5
5
  "description": "PostgreSQL ASTs in JS",
6
6
  "main": "index.js",
@@ -20,11 +20,11 @@
20
20
  "url": "https://github.com/launchql/launchql/issues"
21
21
  },
22
22
  "scripts": {
23
- "copy": "copyfiles -f ../../LICENSE README.md package.json dist",
24
- "clean": "rimraf dist/**",
23
+ "clean": "makage clean",
24
+ "copy": "makage assets",
25
25
  "prepack": "npm run build",
26
- "build": "npm run build:proto && npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
27
- "build:dev": "npm run clean && tsc --declarationMap && tsc -p tsconfig.esm.json && npm run copy",
26
+ "build": "npm run build:proto && makage build",
27
+ "build:dev": "makage build --dev",
28
28
  "build:proto": "ts-node scripts/pg-proto-parser",
29
29
  "lint": "eslint . --fix",
30
30
  "test": "jest",
@@ -37,12 +37,13 @@
37
37
  "parse"
38
38
  ],
39
39
  "devDependencies": {
40
- "pg-proto-parser": "^1.29.1",
41
- "pgsql-deparser": "^17.11.1"
40
+ "makage": "^0.1.6",
41
+ "pg-proto-parser": "^1.30.1",
42
+ "pgsql-deparser": "^17.12.1"
42
43
  },
43
44
  "dependencies": {
44
45
  "@pgsql/types": "^17.6.1",
45
- "nested-obj": "0.0.1"
46
+ "nested-obj": "0.1.1"
46
47
  },
47
- "gitHead": "4850ef84ce134d1bb43dc9132619a59257bd1157"
48
+ "gitHead": "e4643c07b6a961b964bbb132308366fc549504a1"
48
49
  }
package/wrapped.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.29.2.
7
+ * This file was automatically generated by pg-proto-parser@1.30.1.
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
  */