@bolt-liquidity-hq/cosmwasm-client 0.1.0-beta.11 → 0.1.0-beta.12

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 (1) hide show
  1. package/package.json +17 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bolt-liquidity-hq/cosmwasm-client",
3
- "version": "0.1.0-beta.11",
3
+ "version": "0.1.0-beta.12",
4
4
  "description": "Typescript SDK to interact with Bolt Liquidity on CosmWasm based blockchains.",
5
5
  "homepage": "",
6
6
  "repository": {
@@ -50,6 +50,19 @@
50
50
  "LICENSE",
51
51
  "README.md"
52
52
  ],
53
+ "dependencies": {
54
+ "@archwayhq/arch3.js": "^0.7.5",
55
+ "@cosmjs/cosmwasm-stargate": "^0.33.1",
56
+ "@cosmjs/encoding": "^0.36.0",
57
+ "@cosmjs/proto-signing": "^0.33.1",
58
+ "bignumber.js": "^9.3.1",
59
+ "cosmjs-types": "^0.10.1",
60
+ "@bolt-liquidity-hq/core": "0.1.0-beta.12"
61
+ },
62
+ "devDependencies": {},
63
+ "peerDependencies": {},
64
+ "peerDependenciesMeta": {},
65
+ "sideEffects": false,
53
66
  "scripts": {
54
67
  "build": "tsup",
55
68
  "dev": "tsup --watch",
@@ -70,20 +83,6 @@
70
83
  "check-exports": "attw --pack .",
71
84
  "size": "size-limit",
72
85
  "docs:api": "typedoc",
73
- "prepublishOnly": "pnpm run build",
74
- "ci": "pnpm run lint && pnpm run format:check && pnpm run typecheck && pnpm run test && pnpm run build && pnpm run check-exports && pnpm run size"
75
- },
76
- "dependencies": {
77
- "@archwayhq/arch3.js": "^0.7.5",
78
- "@bolt-liquidity-hq/core": "workspace:*",
79
- "@cosmjs/cosmwasm-stargate": "^0.33.1",
80
- "@cosmjs/encoding": "^0.36.0",
81
- "@cosmjs/proto-signing": "^0.33.1",
82
- "bignumber.js": "^9.3.1",
83
- "cosmjs-types": "^0.10.1"
84
- },
85
- "devDependencies": {},
86
- "peerDependencies": {},
87
- "peerDependenciesMeta": {},
88
- "sideEffects": false
89
- }
86
+ "ci": "pnpm run build && pnpm run lint && pnpm run format:check && pnpm run typecheck && pnpm run check-exports && pnpm run size && pnpm run test"
87
+ }
88
+ }