pgsql-ast-parser
Advanced tools
Comparing version 4.1.1 to 4.1.2
{ | ||
"name": "pgsql-ast-parser", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Yet another simple Postgres SQL parser/modifier", | ||
@@ -10,3 +10,4 @@ "main": "index.js", | ||
"build": "rimraf lib && webpack --config webpack.config.js --prod", | ||
"release": "git diff --exit-code && npm run test && npm run cover && npm run build && cp -r src lib/src && npm run build:deno && deno run deno-test.ts && npm publish lib && npm run release-deno", | ||
"release": "npm run release-node && npm run release-deno", | ||
"release-node": "git diff --exit-code && npm run test && npm run cover && npm run build && cp -r src lib/src && npm run build:deno && deno run deno-test.ts && npm publish lib", | ||
"release-deno": "git add -A && git commit -m \"Build deno\" && PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag $PACKAGE_VERSION && git push --tags", | ||
@@ -13,0 +14,0 @@ "typecheck": "tsc --project tsconfig.json --noEmit", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1041873
11345