@malloydata/cli 0.0.47 → 0.0.48

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- process.MALLOY_CLI_VERSION="0.0.47";
2
+ process.MALLOY_CLI_VERSION="0.0.48";
3
3
  require('./cli.js')
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@malloydata/cli",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "description": "Malloy CLI",
5
5
  "bin": {
6
6
  "malloy-cli": "dist/index.js",
7
- "malloy-packages": "./scripts/malloy-packages.ts"
7
+ "malloy-packages": "scripts/malloy-packages.ts"
8
8
  },
9
9
  "files": [
10
10
  "dist/**",
@@ -26,7 +26,7 @@
26
26
  "watch": "ts-node scripts/build watch",
27
27
  "package": "ts-node scripts/package",
28
28
  "package-npm": "ts-node scripts/package-npm",
29
- "prepublishOnly": "npm version -git-tag-version=false patch && ts-node scripts/package-npm",
29
+ "npm-publish": "ts-node scripts/npm-publish",
30
30
  "postinstall": "node -e \"try{require('./dist/post-install')} catch {}\"",
31
31
  "postpack": "npm run build",
32
32
  "malloy-update-next": "npm install --no-fund --no-audit --save-exact $(./scripts/malloy-packages.ts next)",