@mysten/wallet-standard
Advanced tools
Comparing version 0.0.0-experimental-20241219203517 to 0.0.0-experimental-20250110194755
# @mysten/wallet-standard | ||
## 0.0.0-experimental-20241219203517 | ||
## 0.0.0-experimental-20250110194755 | ||
### Patch Changes | ||
- Updated dependencies [539168a] | ||
- @mysten/sui@0.0.0-experimental-20250110194755 | ||
## 0.13.21 | ||
### Patch Changes | ||
- 7abd243: Update repo links | ||
- Updated dependencies [7abd243] | ||
- @mysten/sui@1.18.1 | ||
## 0.13.20 | ||
### Patch Changes | ||
- Updated dependencies [4f012b9] | ||
@@ -14,3 +29,3 @@ - Updated dependencies [85bd9e4] | ||
- Updated dependencies [a872b97] | ||
- @mysten/sui@0.0.0-experimental-20241219203517 | ||
- @mysten/sui@1.18.0 | ||
@@ -17,0 +32,0 @@ ## 0.13.19 |
@@ -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.0.0-experimental-20241219203517", | ||
"version": "0.0.0-experimental-20250110194755", | ||
"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": "0.0.0-experimental-20241219203517" | ||
"@wallet-standard/core": "1.1.0", | ||
"@mysten/sui": "0.0.0-experimental-20250110194755" | ||
}, | ||
"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
249883
98
+ Added@mysten/bcs@1.2.1(transitive)
+ Added@mysten/sui@0.0.0-experimental-20250110194755(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@0.0.0-experimental-20241219203517(transitive)
- Removed@wallet-standard/core@1.0.3(transitive)
Updated@wallet-standard/core@1.1.0