Socket
Socket
Sign inDemoInstall

@mysten/sui

Package Overview
Dependencies
Maintainers
7
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mysten/sui - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

CHANGELOG.md
# @mysten/sui.js
## 1.1.1
### Patch Changes
- 101f1ff4b8: Fix coinWithBalance when passing balance using a number instead of a bigint
## 1.1.0

@@ -4,0 +10,0 @@

2

dist/cjs/transactions/intents/CoinWithBalance.js

@@ -46,3 +46,3 @@ "use strict";

type: coinType === SUI_TYPE && useGasCoin ? "gas" : coinType,
balance
balance: BigInt(balance)
}

@@ -49,0 +49,0 @@ })

@@ -1,2 +0,2 @@

export declare const PACKAGE_VERSION = "1.1.0";
export declare const PACKAGE_VERSION = "1.1.1";
export declare const TARGETED_RPC_VERSION = "1.28.0";

@@ -25,4 +25,4 @@ "use strict";

module.exports = __toCommonJS(version_exports);
const PACKAGE_VERSION = "1.1.0";
const PACKAGE_VERSION = "1.1.1";
const TARGETED_RPC_VERSION = "1.28.0";
//# sourceMappingURL=version.js.map

@@ -23,3 +23,3 @@ import { bigint, object, parse, string } from "valibot";

type: coinType === SUI_TYPE && useGasCoin ? "gas" : coinType,
balance
balance: BigInt(balance)
}

@@ -26,0 +26,0 @@ })

@@ -1,2 +0,2 @@

export declare const PACKAGE_VERSION = "1.1.0";
export declare const PACKAGE_VERSION = "1.1.1";
export declare const TARGETED_RPC_VERSION = "1.28.0";

@@ -1,2 +0,2 @@

const PACKAGE_VERSION = "1.1.0";
const PACKAGE_VERSION = "1.1.1";
const TARGETED_RPC_VERSION = "1.28.0";

@@ -3,0 +3,0 @@ export {

@@ -6,3 +6,3 @@ {

"homepage": "https://sdk.mystenlabs.com",
"version": "1.1.0",
"version": "1.1.1",
"license": "Apache-2.0",

@@ -9,0 +9,0 @@ "sideEffects": false,

// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import type { Input } from 'valibot';
import { bigint, object, parse, string } from 'valibot';

@@ -39,4 +40,4 @@

type: coinType === SUI_TYPE && useGasCoin ? 'gas' : coinType,
balance,
},
balance: BigInt(balance),
} satisfies Input<typeof CoinWithBalanceData>,
}),

@@ -43,0 +44,0 @@ );

@@ -6,3 +6,3 @@ // Copyright (c) Mysten Labs, Inc.

export const PACKAGE_VERSION = '1.1.0';
export const PACKAGE_VERSION = '1.1.1';
export const TARGETED_RPC_VERSION = '1.28.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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc