lunesjs 1.5.12 → 1.5.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/package.json +3 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,3 @@
1
+ # CHANGELOG
2
+
3
+ # [v0.0.0]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lunesjs",
3
- "version": "1.5.12",
3
+ "version": "1.5.13",
4
4
  "description": "Library for communication with nodes in mainnet or testnet of the lunes-blockchain network",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -19,6 +19,7 @@
19
19
  "author": "lunes-platform",
20
20
  "license": "Apache-2.0",
21
21
  "scripts": {
22
+ "publish": "yarn build && yarn publish",
22
23
  "fmt": "prettier -w .",
23
24
  "fmtc": "prettier -c",
24
25
  "test": "yarn jest",
@@ -36,4 +37,4 @@
36
37
  "axios": "^0.26.1",
37
38
  "lunesrs": "^1.8.2-web"
38
39
  }
39
- }
40
+ }