|
1 | 1 | {
|
2 | 2 | "name": "@lum-network/sdk-javascript",
|
3 |
| - "version": "0.7.14", |
| 3 | + "version": "0.7.15", |
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",
|
|
35 | 35 | "format": "prettier --write '**/*.{js,jsx,ts,tsx,css,json,md,html,yml}'",
|
36 | 36 | "bump": "npm version",
|
37 | 37 | "preget-proto": "rm -rf proto",
|
38 |
| - "get-proto": "COSMOS_REF=v0.46.7 IBC_REF=v5.0.1 LUM_REF=v1.3.0 sh ./scripts/get-proto.sh", |
| 38 | + "get-proto": "COSMOS_REF=v0.46.7 IBC_REF=v5.0.1 LUM_REF=v1.3.1 sh ./scripts/get-proto.sh", |
39 | 39 | "define-proto": "sh ./scripts/define-proto.sh",
|
40 | 40 | "postdefine-proto": "prettier --write \"src/codec/**/*.ts\""
|
41 | 41 | },
|
42 | 42 | "dependencies": {
|
43 |
| - "@cosmjs/amino": "0.26.5", |
44 |
| - "@cosmjs/crypto": "0.26.5", |
45 |
| - "@cosmjs/encoding": "0.26.5", |
46 |
| - "@cosmjs/math": "0.26.5", |
47 |
| - "@cosmjs/proto-signing": "0.26.5", |
48 |
| - "@cosmjs/stargate": "0.26.5", |
49 |
| - "@cosmjs/tendermint-rpc": "0.26.5", |
50 |
| - "@cosmjs/utils": "0.26.5", |
51 |
| - "@ledgerhq/hw-app-cosmos": "^6.11.2", |
52 |
| - "@ledgerhq/hw-transport": "^6.11.2", |
53 |
| - "@types/crypto-js": "^4.0.2", |
| 43 | + "@cosmjs/amino": "0.29.5", |
| 44 | + "@cosmjs/crypto": "0.29.5", |
| 45 | + "@cosmjs/encoding": "0.29.5", |
| 46 | + "@cosmjs/math": "0.29.5", |
| 47 | + "@cosmjs/proto-signing": "0.29.5", |
| 48 | + "@cosmjs/stargate": "0.29.5", |
| 49 | + "@cosmjs/tendermint-rpc": "0.29.5", |
| 50 | + "@cosmjs/utils": "0.29.5", |
| 51 | + "@ledgerhq/hw-app-cosmos": "^6.27.10", |
| 52 | + "@ledgerhq/hw-transport": "^6.27.10", |
| 53 | + "@types/crypto-js": "^4.1.1", |
54 | 54 | "@types/ledgerhq__hw-transport": "^4.21.4",
|
55 |
| - "@types/uuid": "^8.3.1", |
| 55 | + "@types/uuid": "^9.0.0", |
56 | 56 | "crypto-browserify": "^3.12.0",
|
57 | 57 | "crypto-js": "^4.1.1",
|
58 |
| - "long": "^4.0.0", |
59 |
| - "uuid": "^8.3.2" |
| 58 | + "long": "^5.2.1", |
| 59 | + "uuid": "^9.0.0" |
60 | 60 | },
|
61 | 61 | "optionalDependencies": {},
|
62 | 62 | "devDependencies": {
|
|
0 commit comments