@mysten/enoki
Advanced tools
Comparing version 0.4.19 to 0.4.20
# @mysten/enoki | ||
## 0.4.20 | ||
### Patch Changes | ||
- 7abd243: Update repo links | ||
- Updated dependencies [7abd243] | ||
- @mysten/sui@1.18.1 | ||
## 0.4.19 | ||
@@ -4,0 +12,0 @@ |
@@ -24,3 +24,3 @@ import type { SignatureWithBytes } from '@mysten/sui/cryptography'; | ||
}); | ||
sign(data: Uint8Array): Promise<Uint8Array>; | ||
sign(data: Uint8Array): Promise<Uint8Array<ArrayBufferLike>>; | ||
signPersonalMessage(bytes: Uint8Array): Promise<SignatureWithBytes>; | ||
@@ -27,0 +27,0 @@ signTransaction(bytes: Uint8Array): Promise<SignatureWithBytes>; |
@@ -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, { | ||
EnokiClient: () => import_EnokiClient.EnokiClient, | ||
@@ -32,3 +32,3 @@ EnokiClientError: () => import_EnokiClient.EnokiClientError, | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
var import_EnokiClient = require("./EnokiClient/index.js"); | ||
@@ -35,0 +35,0 @@ var import_EnokiFlow = require("./EnokiFlow.js"); |
@@ -24,3 +24,3 @@ import type { SignatureWithBytes } from '@mysten/sui/cryptography'; | ||
}); | ||
sign(data: Uint8Array): Promise<Uint8Array>; | ||
sign(data: Uint8Array): Promise<Uint8Array<ArrayBufferLike>>; | ||
signPersonalMessage(bytes: Uint8Array): Promise<SignatureWithBytes>; | ||
@@ -27,0 +27,0 @@ signTransaction(bytes: Uint8Array): Promise<SignatureWithBytes>; |
{ | ||
"name": "@mysten/enoki", | ||
"version": "0.4.19", | ||
"version": "0.4.20", | ||
"description": "TODO: Description", | ||
@@ -28,10 +28,10 @@ "license": "Apache-2.0", | ||
"type": "git", | ||
"url": "git+https://github.com/mystenlabs/sui.git" | ||
"url": "git+https://github.com/mystenlabs/ts-sdks.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/mystenlabs/sui/issues" | ||
"url": "https://github.com/mystenlabs/ts-sdks/issues" | ||
}, | ||
"homepage": "https://github.com/mystenlabs/sui#readme", | ||
"homepage": "https://github.com/mystenlabs/ts-sdks#readme", | ||
"devDependencies": { | ||
"@types/node": "^20.14.10", | ||
"@types/node": "^22.10.5", | ||
"@types/react": "^18.3.3", | ||
@@ -42,4 +42,4 @@ "@types/react-dom": "^18.3.0", | ||
"react-dom": "^18.3.1", | ||
"typescript": "^5.5.3", | ||
"vite": "^5.3.3", | ||
"typescript": "^5.7.2", | ||
"vite": "^6.0.7", | ||
"@mysten/build-scripts": "0.0.0" | ||
@@ -51,3 +51,3 @@ }, | ||
"nanostores": "^0.10.3", | ||
"@mysten/sui": "1.18.0" | ||
"@mysten/sui": "1.18.1" | ||
}, | ||
@@ -54,0 +54,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
349184
56
+ Added@mysten/bcs@1.2.1(transitive)
+ Added@mysten/sui@1.18.1(transitive)
+ Added@noble/curves@1.8.1(transitive)
+ Added@noble/hashes@1.7.1(transitive)
+ Added@scure/base@1.2.4(transitive)
+ Added@scure/bip32@1.6.2(transitive)
+ Added@scure/bip39@1.5.4(transitive)
+ Added@types/react@19.0.7(transitive)
- Removed@mysten/bcs@1.2.0(transitive)
- Removed@mysten/sui@1.18.0(transitive)
- Removed@noble/curves@1.8.0(transitive)
- Removed@noble/hashes@1.7.0(transitive)
- Removed@scure/base@1.2.1(transitive)
- Removed@scure/bip32@1.6.1(transitive)
- Removed@scure/bip39@1.5.1(transitive)
- Removed@types/react@19.0.4(transitive)
Updated@mysten/sui@1.18.1