@mysten/deepbook-v3
Advanced tools
Comparing version 0.12.22 to 0.12.23
# @mysten/deepbook-v3 | ||
## 0.12.23 | ||
### Patch Changes | ||
- 7abd243: Update repo links | ||
- Updated dependencies [7abd243] | ||
- @mysten/sui@1.18.1 | ||
## 0.12.22 | ||
@@ -4,0 +12,0 @@ |
@@ -19,4 +19,4 @@ "use strict"; | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
BalanceManagerContract: () => import_balanceManager.BalanceManagerContract, | ||
@@ -30,3 +30,3 @@ DeepBookAdminContract: () => import_deepbookAdmin.DeepBookAdminContract, | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
var import_client = require("./client.js"); | ||
@@ -33,0 +33,0 @@ var import_balanceManager = require("./transactions/balanceManager.js"); |
@@ -5,3 +5,3 @@ { | ||
"description": "Sui Deepbook SDK", | ||
"version": "0.12.22", | ||
"version": "0.12.23", | ||
"license": "Apache-2.0", | ||
@@ -27,14 +27,14 @@ "type": "commonjs", | ||
"dependencies": { | ||
"@mysten/sui": "1.18.0" | ||
"@mysten/sui": "1.18.1" | ||
}, | ||
"devDependencies": { | ||
"@iarna/toml": "^2.2.5", | ||
"@types/node": "^20.14.10", | ||
"@types/node": "^22.10.5", | ||
"tmp": "^0.2.3", | ||
"ts-node": "^10.9.2", | ||
"ts-retry-promise": "^0.8.1", | ||
"typescript": "^5.5.3", | ||
"vite": "^5.3.3", | ||
"vitest": "^2.0.1", | ||
"wait-on": "^7.2.0", | ||
"typescript": "^5.7.2", | ||
"vite": "^6.0.7", | ||
"vitest": "^2.1.8", | ||
"wait-on": "^8.0.1", | ||
"@mysten/build-scripts": "0.0.0" | ||
@@ -50,6 +50,4 @@ }, | ||
"lint": "pnpm run eslint:check && pnpm run prettier:check", | ||
"lint:fix": "pnpm run eslint:fix && pnpm run prettier:fix", | ||
"test:e2e": "wait-on http://127.0.0.1:9123 -l --timeout 120000 && vitest run e2e", | ||
"prepare:e2e": "cargo build --bin sui --profile dev && cross-env RUST_LOG=warn,sui=error,anemo_tower=warn,consensus=off cargo run --bin sui -- start --with-faucet --force-regenesis" | ||
"lint:fix": "pnpm run eslint:fix && pnpm run prettier:fix" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
808063
77
+ Added@mysten/bcs@1.2.1(transitive)
+ Added@mysten/sui@1.18.1(transitive)
- Removed@mysten/bcs@1.2.0(transitive)
- Removed@mysten/sui@1.18.0(transitive)
Updated@mysten/sui@1.18.1