@mysten/wallet-standard
Advanced tools
Comparing version 0.13.20 to 0.13.21
# @mysten/wallet-standard | ||
## 0.13.21 | ||
### Patch Changes | ||
- 7abd243: Update repo links | ||
- Updated dependencies [7abd243] | ||
- @mysten/sui@1.18.1 | ||
## 0.13.20 | ||
@@ -4,0 +12,0 @@ |
@@ -20,14 +20,14 @@ "use strict"; | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
signAndExecuteTransaction: () => import_wallet.signAndExecuteTransaction, | ||
signTransaction: () => import_wallet.signTransaction | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
__reExport(src_exports, require("@wallet-standard/core"), module.exports); | ||
module.exports = __toCommonJS(index_exports); | ||
__reExport(index_exports, require("@wallet-standard/core"), module.exports); | ||
var import_wallet = require("./wallet.js"); | ||
__reExport(src_exports, require("./features/index.js"), module.exports); | ||
__reExport(src_exports, require("./detect.js"), module.exports); | ||
__reExport(src_exports, require("./chains.js"), module.exports); | ||
__reExport(src_exports, require("./types.js"), module.exports); | ||
__reExport(index_exports, require("./features/index.js"), module.exports); | ||
__reExport(index_exports, require("./detect.js"), module.exports); | ||
__reExport(index_exports, require("./chains.js"), module.exports); | ||
__reExport(index_exports, require("./types.js"), module.exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@mysten/wallet-standard", | ||
"version": "0.13.20", | ||
"version": "0.13.21", | ||
"description": "A suite of standard utilities for implementing wallets based on the Wallet Standard.", | ||
@@ -24,8 +24,8 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@wallet-standard/core": "1.0.3", | ||
"@mysten/sui": "1.18.0" | ||
"@wallet-standard/core": "1.1.0", | ||
"@mysten/sui": "1.18.1" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^5.5.3", | ||
"typescript-json-schema": "^0.64.0", | ||
"typescript": "^5.7.2", | ||
"typescript-json-schema": "^0.65.1", | ||
"@mysten/build-scripts": "0.0.0" | ||
@@ -32,0 +32,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
249403
98
+ Added@mysten/bcs@1.2.1(transitive)
+ Added@mysten/sui@1.18.1(transitive)
+ Added@wallet-standard/core@1.1.0(transitive)
+ Added@wallet-standard/errors@0.1.0(transitive)
+ Addedchalk@5.4.1(transitive)
+ Addedcommander@12.1.0(transitive)
- Removed@mysten/bcs@1.2.0(transitive)
- Removed@mysten/sui@1.18.0(transitive)
- Removed@wallet-standard/core@1.0.3(transitive)
Updated@mysten/sui@1.18.1
Updated@wallet-standard/core@1.1.0