@jack120/test 0.2.1 → 0.2.3

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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@jack120/test",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Adamas Typescript interface",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
7
7
  "compile": "npx cmake-js compile",
8
8
  "start": "npx ts-node index.ts",
9
9
  "format": "npx prettier . --write",
10
- "esbuild": "npx esbuild library/index.ts --bundle --format=esm --outfile=dist/index.js --platform=node --external:\"*.node\" --packages=external",
10
+ "esbuild": "npx esbuild library/index.ts --bundle --minify --format=esm --outfile=dist/index.js --platform=node --external:\"*.node\" --packages=external",
11
11
  "dts": "npx dts-bundle-generator -o dist/index.d.ts library/index.ts"
12
12
  },
13
13
  "repository": {
Binary file
Binary file