@mysten/sui.js
Advanced tools
Comparing version 0.0.0-experimental-20240206220714 to 0.0.0-experimental-20240208021912
# @mysten/sui.js | ||
## 0.0.0-experimental-20240206220714 | ||
## 0.0.0-experimental-20240208021912 | ||
@@ -15,4 +15,5 @@ ### Minor Changes | ||
- 13e922d9b1: Fix multiple shared objects not respecting mutable correctly | ||
- 220a766d86: Fix WebSocket constructor not being properly assigned in SuiClient HTTP transport | ||
- Updated dependencies [bae8802fe3] | ||
- @mysten/bcs@0.0.0-experimental-20240206220714 | ||
- @mysten/bcs@0.0.0-experimental-20240208021912 | ||
@@ -19,0 +20,0 @@ ## 0.49.1 |
@@ -118,3 +118,3 @@ "use strict"; | ||
{ | ||
WebSocketConstructor: __privateGet(this, _options).WebSocketConstructor, | ||
WebSocketConstructor, | ||
...__privateGet(this, _options).websocket | ||
@@ -121,0 +121,0 @@ } |
@@ -1,2 +0,2 @@ | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20240206220714"; | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20240208021912"; | ||
export declare const TARGETED_RPC_VERSION = "1.19.0"; |
@@ -25,4 +25,4 @@ "use strict"; | ||
module.exports = __toCommonJS(version_exports); | ||
const PACKAGE_VERSION = "0.0.0-experimental-20240206220714"; | ||
const PACKAGE_VERSION = "0.0.0-experimental-20240208021912"; | ||
const TARGETED_RPC_VERSION = "1.19.0"; | ||
//# sourceMappingURL=version.js.map |
@@ -95,3 +95,3 @@ var __accessCheck = (obj, member, msg) => { | ||
{ | ||
WebSocketConstructor: __privateGet(this, _options).WebSocketConstructor, | ||
WebSocketConstructor, | ||
...__privateGet(this, _options).websocket | ||
@@ -98,0 +98,0 @@ } |
@@ -1,2 +0,2 @@ | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20240206220714"; | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20240208021912"; | ||
export declare const TARGETED_RPC_VERSION = "1.19.0"; |
@@ -1,2 +0,2 @@ | ||
const PACKAGE_VERSION = "0.0.0-experimental-20240206220714"; | ||
const PACKAGE_VERSION = "0.0.0-experimental-20240208021912"; | ||
const TARGETED_RPC_VERSION = "1.19.0"; | ||
@@ -3,0 +3,0 @@ export { |
@@ -6,3 +6,3 @@ { | ||
"homepage": "https://sdk.mystenlabs.com", | ||
"version": "0.0.0-experimental-20240206220714", | ||
"version": "0.0.0-experimental-20240208021912", | ||
"license": "Apache-2.0", | ||
@@ -114,3 +114,3 @@ "sideEffects": false, | ||
"tweetnacl": "^1.0.3", | ||
"@mysten/bcs": "0.0.0-experimental-20240206220714" | ||
"@mysten/bcs": "0.0.0-experimental-20240208021912" | ||
}, | ||
@@ -117,0 +117,0 @@ "scripts": { |
@@ -79,3 +79,3 @@ // Copyright (c) Mysten Labs, Inc. | ||
{ | ||
WebSocketConstructor: this.#options.WebSocketConstructor, | ||
WebSocketConstructor, | ||
...this.#options.websocket, | ||
@@ -82,0 +82,0 @@ }, |
@@ -6,3 +6,3 @@ // Copyright (c) Mysten Labs, Inc. | ||
export const PACKAGE_VERSION = '0.0.0-experimental-20240206220714'; | ||
export const PACKAGE_VERSION = '0.0.0-experimental-20240208021912'; | ||
export const TARGETED_RPC_VERSION = '1.19.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
2378873
+ Added@mysten/bcs@0.0.0-experimental-20240208021912(transitive)
- Removed@mysten/bcs@0.0.0-experimental-20240206220714(transitive)