errorhub-cli 1.1.6 → 1.1.7

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/bundle.js +1 -1
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "errorhub-cli",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -8,7 +8,7 @@
8
8
  "errorhub": "./dist/bundle.js"
9
9
  },
10
10
  "scripts": {
11
- "build": "tsc && esbuild dist/index.js --bundle --platform=node --outfile=dist/bundle.js && javascript-obfuscator dist/bundle.js --output dist/bundle.js --compact true --string-array true --self-defending true --string-array-encoding base64",
11
+ "build": "tsc && esbuild dist/index.js --bundle --platform=node --format=esm --outfile=dist/bundle.js && javascript-obfuscator dist/bundle.js --output dist/bundle.js --compact true --string-array true --self-defending true --string-array-encoding base64",
12
12
  "prepublishOnly": "npm run build"
13
13
  },
14
14
  "keywords": [],