@acala-network/chopsticks 0.3.4 → 0.3.5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@acala-network/chopsticks",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "author": "Bryan Chen <xlchen1291@gmail.com>",
@@ -16,8 +16,7 @@
16
16
  "fix": "eslint . --ext .js,.ts --fix && prettier -w .",
17
17
  "prepare": "husky install",
18
18
  "start": "ts-node --transpile-only src/index.ts",
19
- "build": "rm -rf dist && tsc -p tsconfig.prod.json && yarn postbuild",
20
- "postbuild": "cp -r template ./dist",
19
+ "build": "rm -rf dist && tsc -p tsconfig.prod.json",
21
20
  "build-wasm": "wasm-pack build executor --target nodejs --scope acala-network",
22
21
  "build-wasm-logging": "yarn build-wasm --features=logging",
23
22
  "check": "cd executor && cargo check --locked",
@@ -75,6 +74,7 @@
75
74
  "files": [
76
75
  "dist",
77
76
  "bin",
77
+ "template",
78
78
  "chopsticks.mjs"
79
79
  ],
80
80
  "engines": {
File without changes