@mysten/sui.js
Advanced tools
Comparing version 0.0.0-experimental-20231117000130 to 0.0.0-experimental-20231117210618
# @mysten/sui.js | ||
## 0.0.0-experimental-20231117000130 | ||
## 0.0.0-experimental-20231117210618 | ||
@@ -9,2 +9,6 @@ ### Minor Changes | ||
### Patch Changes | ||
- 9ac7e2f3d: Add additional type exports to zklogin package | ||
## 0.46.1 | ||
@@ -11,0 +15,0 @@ |
@@ -287,3 +287,3 @@ "use strict"; | ||
} else { | ||
transactionBlock.setSenderIfNotSet(await signer.getPublicKey().toSuiAddress()); | ||
transactionBlock.setSenderIfNotSet(signer.toSuiAddress()); | ||
transactionBytes = await transactionBlock.build({ client: this }); | ||
@@ -290,0 +290,0 @@ } |
@@ -1,2 +0,2 @@ | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231117000130"; | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231117210618"; | ||
export declare const TARGETED_RPC_VERSION = "1.15.0"; |
@@ -25,4 +25,4 @@ "use strict"; | ||
module.exports = __toCommonJS(version_exports); | ||
const PACKAGE_VERSION = "0.0.0-experimental-20231117000130"; | ||
const PACKAGE_VERSION = "0.0.0-experimental-20231117210618"; | ||
const TARGETED_RPC_VERSION = "1.15.0"; | ||
//# sourceMappingURL=version.js.map |
@@ -5,1 +5,2 @@ export { getZkLoginSignature, parseZkLoginSignature } from './signature.js'; | ||
export { ZkLoginPublicIdentifier } from './publickey.js'; | ||
export type { ZkLoginSignatureInputs } from './bcs.js'; |
@@ -268,3 +268,3 @@ import { fromB58, toB64, toHEX } from "@mysten/bcs"; | ||
} else { | ||
transactionBlock.setSenderIfNotSet(await signer.getPublicKey().toSuiAddress()); | ||
transactionBlock.setSenderIfNotSet(signer.toSuiAddress()); | ||
transactionBytes = await transactionBlock.build({ client: this }); | ||
@@ -271,0 +271,0 @@ } |
@@ -1,2 +0,2 @@ | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231117000130"; | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231117210618"; | ||
export declare const TARGETED_RPC_VERSION = "1.15.0"; |
@@ -1,2 +0,2 @@ | ||
const PACKAGE_VERSION = "0.0.0-experimental-20231117000130"; | ||
const PACKAGE_VERSION = "0.0.0-experimental-20231117210618"; | ||
const TARGETED_RPC_VERSION = "1.15.0"; | ||
@@ -3,0 +3,0 @@ export { |
@@ -5,1 +5,2 @@ export { getZkLoginSignature, parseZkLoginSignature } from './signature.js'; | ||
export { ZkLoginPublicIdentifier } from './publickey.js'; | ||
export type { ZkLoginSignatureInputs } from './bcs.js'; |
@@ -6,3 +6,3 @@ { | ||
"homepage": "https://sui-typescript-docs.vercel.app", | ||
"version": "0.0.0-experimental-20231117000130", | ||
"version": "0.0.0-experimental-20231117210618", | ||
"license": "Apache-2.0", | ||
@@ -9,0 +9,0 @@ "sideEffects": false, |
@@ -441,3 +441,3 @@ // Copyright (c) Mysten Labs, Inc. | ||
} else { | ||
transactionBlock.setSenderIfNotSet(await signer.getPublicKey().toSuiAddress()); | ||
transactionBlock.setSenderIfNotSet(signer.toSuiAddress()); | ||
transactionBytes = await transactionBlock.build({ client: this }); | ||
@@ -444,0 +444,0 @@ } |
@@ -6,3 +6,3 @@ // Copyright (c) Mysten Labs, Inc. | ||
export const PACKAGE_VERSION = '0.0.0-experimental-20231117000130'; | ||
export const PACKAGE_VERSION = '0.0.0-experimental-20231117210618'; | ||
export const TARGETED_RPC_VERSION = '1.15.0'; |
@@ -8,1 +8,2 @@ // Copyright (c) Mysten Labs, Inc. | ||
export { ZkLoginPublicIdentifier } from './publickey.js'; | ||
export type { ZkLoginSignatureInputs } from './bcs.js'; |
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2356424
42286