@xandeum/web3.js 1.4.0 → 1.6.0

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -155,7 +155,7 @@ async function main() {
155
155
  }
156
156
  ```
157
157
 
158
- MIT © Xandeum
158
+ Apache-2.0 © Xandeum
159
159
 
160
160
  👤 Author
161
161
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xandeum/web3.js",
3
- "version": "1.4.0",
3
+ "version": "1.6.0",
4
4
  "description": "Xandeum javascript api",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  "deploy-docs": "typedoc && gh-pages -d docs"
10
10
  },
11
11
  "author": "",
12
- "license": "MIT",
12
+ "license": "Apache-2.0",
13
13
  "publishConfig": {
14
14
  "access": "public"
15
15
  },