@mysten/sui 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/version.ts CHANGED
@@ -3,5 +3,5 @@
3
3
 
4
4
  // This file is generated by genversion.mjs. Do not edit it directly.
5
5
 
6
- export const PACKAGE_VERSION = '1.2.0';
6
+ export const PACKAGE_VERSION = '1.2.1';
7
7
  export const TARGETED_RPC_VERSION = '1.29.0';
@@ -2,7 +2,7 @@
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  export { getZkLoginSignature, parseZkLoginSignature } from './signature.js';
5
- export { toBigEndianBytes } from './utils.js';
5
+ export { toBigEndianBytes, toPaddedBigEndianBytes } from './utils.js';
6
6
  export { computeZkLoginAddressFromSeed } from './address.js';
7
7
  export { toZkLoginPublicIdentifier, ZkLoginPublicIdentifier } from './publickey.js';
8
8
  export type { ZkLoginSignatureInputs } from './bcs.js';