@ethereansos/interfaces-core 0.4.0 → 0.4.4

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 (3) hide show
  1. package/dist/index.cjs.js +77 -21576
  2. package/dist/index.esm.js +77 -21567
  3. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethereansos/interfaces-core",
3
- "version": "0.4.0",
3
+ "version": "0.4.4",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -19,17 +19,18 @@
19
19
  "docs:api:utils": "jsdoc2md src/lib/utils/*.js > docs/api/utils.md",
20
20
  "docs:api:web3": "jsdoc2md src/lib/web3/*.js > docs/api/web3.md",
21
21
  "docs:api": "npm run docs:api:math && npm run docs:api:utils && npm run docs:api:web3",
22
- "docs": "docsify serve ./docs -p 3001"
22
+ "docs": "docsify serve ./docs -p 3001",
23
+ "publish": "npm run build && npm version patch && npm publish"
23
24
  },
24
25
  "keywords": [],
25
26
  "author": "",
26
27
  "license": "ISC",
27
28
  "dependencies": {
29
+ "@rollup/plugin-json": "^4.1.0",
28
30
  "@typescript-eslint/eslint-plugin": "4.29.0",
29
31
  "@typescript-eslint/parser": "4.29.0",
30
32
  "eth-ens-namehash": "^2.0.8",
31
33
  "ethereum-blockies-base64": "^1.0.2",
32
- "ethereumjs-tx": "^2.1.2",
33
34
  "jsdoc-to-markdown": "7.0.1",
34
35
  "node-html-parser": "^5.1.0",
35
36
  "pubsub-js": "1.9.3",
@@ -46,7 +47,6 @@
46
47
  "@rollup/plugin-babel": "5.3.0",
47
48
  "@rollup/plugin-commonjs": "^20.0.0",
48
49
  "@rollup/plugin-image": "^2.1.0",
49
- "@rollup/plugin-json": "^4.1.0",
50
50
  "@rollup/plugin-node-resolve": "^13.0.4",
51
51
  "@testing-library/jest-dom": "^5.14.1",
52
52
  "@testing-library/react": "^12.0.0",
@@ -86,9 +86,9 @@
86
86
  "prop-types": "^15.7.2",
87
87
  "react": "^17.0.2",
88
88
  "react-dom": "^17.0.2",
89
+ "use-wallet": "^0.9.0",
89
90
  "web3": "^1.3.0",
90
- "web3-utils": "1.3.6",
91
- "use-wallet": "^0.9.0"
91
+ "web3-utils": "1.3.6"
92
92
  },
93
93
  "jest": {
94
94
  "setupFilesAfterEnv": [