|
1 | 1 | { |
2 | 2 | "name": "@lum-network/sdk-javascript", |
3 | | - "version": "0.6.1", |
| 3 | + "version": "0.7.0", |
4 | 4 | "license": "Apache-2.0", |
5 | 5 | "description": "Javascript SDK library for NodeJS and Web browsers to interact with the Lum Network.", |
6 | 6 | "homepage": "https://github.com/lum-network/sdk-javascript#readme", |
|
40 | 40 | "postdefine-proto": "prettier --write \"src/codec/**/*.ts\"" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "@cosmjs/crypto": "^0.26.0", |
44 | | - "@cosmjs/encoding": "^0.26.0", |
45 | | - "@cosmjs/math": "^0.26.0", |
46 | | - "@cosmjs/proto-signing": "^0.26.0", |
47 | | - "@cosmjs/stargate": "^0.26.0", |
48 | | - "@cosmjs/tendermint-rpc": "^0.26.0", |
49 | | - "@cosmjs/utils": "^0.26.0", |
50 | | - "@ledgerhq/hw-app-cosmos": "^6.7.0", |
51 | | - "@ledgerhq/hw-transport": "^6.7.0", |
| 43 | + "@cosmjs/crypto": "^0.26.4", |
| 44 | + "@cosmjs/encoding": "^0.26.4", |
| 45 | + "@cosmjs/math": "^0.26.4", |
| 46 | + "@cosmjs/proto-signing": "^0.26.4", |
| 47 | + "@cosmjs/stargate": "^0.26.4", |
| 48 | + "@cosmjs/tendermint-rpc": "^0.26.4", |
| 49 | + "@cosmjs/utils": "^0.26.4", |
| 50 | + "@ledgerhq/hw-app-cosmos": "^6.11.2", |
| 51 | + "@ledgerhq/hw-transport": "^6.11.2", |
52 | 52 | "@types/crypto-js": "^4.0.2", |
53 | 53 | "@types/ledgerhq__hw-transport": "^4.21.4", |
54 | 54 | "@types/uuid": "^8.3.1", |
|
59 | 59 | }, |
60 | 60 | "optionalDependencies": {}, |
61 | 61 | "devDependencies": { |
62 | | - "@babel/cli": "^7.15.7", |
63 | | - "@babel/core": "^7.15.5", |
64 | | - "@babel/plugin-proposal-class-properties": "^7.14.5", |
65 | | - "@babel/plugin-transform-runtime": "^7.12.10", |
66 | | - "@babel/preset-env": "^7.15.0", |
67 | | - "@babel/preset-typescript": "^7.15.0", |
68 | | - "@ledgerhq/hw-transport-node-hid": "^6.7.0", |
69 | | - "@types/jest": "^27.0.1", |
| 62 | + "@babel/cli": "^7.16.0", |
| 63 | + "@babel/core": "^7.16.0", |
| 64 | + "@babel/plugin-proposal-class-properties": "^7.16.0", |
| 65 | + "@babel/plugin-transform-runtime": "^7.16.0", |
| 66 | + "@babel/preset-env": "^7.16.0", |
| 67 | + "@babel/preset-typescript": "^7.16.0", |
| 68 | + "@ledgerhq/hw-transport-node-hid": "^6.11.2", |
| 69 | + "@types/jest": "^27.0.2", |
70 | 70 | "@types/ledgerhq__hw-transport-node-hid": "^4.22.2", |
71 | 71 | "axios": "^0.21.4", |
72 | 72 | "cross-env": "^7.0.3", |
73 | 73 | "eslint": "^7.19.0", |
74 | 74 | "gts": "^3.1.0", |
75 | | - "jest": "^27.2.0", |
| 75 | + "jest": "^27.3.1", |
76 | 76 | "prettier": "^2.4.1", |
77 | 77 | "rimraf": "^3.0.2", |
78 | | - "ts-jest": "^27.0.5", |
79 | | - "ts-proto": "^1.83.1", |
80 | | - "typedoc": "^0.22.4", |
81 | | - "typedoc-plugin-markdown": "^3.11.0", |
82 | | - "typescript": "^4.4.3" |
| 78 | + "ts-jest": "^27.0.7", |
| 79 | + "ts-proto": "^1.85.0", |
| 80 | + "typedoc": "^0.22.9", |
| 81 | + "typedoc-plugin-markdown": "^3.11.6", |
| 82 | + "typescript": "^4.4.4" |
83 | 83 | } |
84 | 84 | } |
0 commit comments