@mysten/sui
Advanced tools
Comparing version 1.14.4 to 1.15.0
# @mysten/sui.js | ||
## 1.15.0 | ||
### Minor Changes | ||
- 6460e45: Adding back 'Client-Request-Method' header | ||
## 1.14.4 | ||
@@ -4,0 +10,0 @@ |
@@ -62,2 +62,3 @@ "use strict"; | ||
"Client-Target-Api-Version": import_version.TARGETED_RPC_VERSION, | ||
"Client-Request-Method": input.method, | ||
...__privateGet(this, _options).rpc?.headers | ||
@@ -64,0 +65,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
export declare const PACKAGE_VERSION = "1.14.4"; | ||
export declare const PACKAGE_VERSION = "1.15.0"; | ||
export declare const TARGETED_RPC_VERSION = "1.39.0"; |
@@ -25,4 +25,4 @@ "use strict"; | ||
module.exports = __toCommonJS(version_exports); | ||
const PACKAGE_VERSION = "1.14.4"; | ||
const PACKAGE_VERSION = "1.15.0"; | ||
const TARGETED_RPC_VERSION = "1.39.0"; | ||
//# sourceMappingURL=version.js.map |
@@ -39,2 +39,3 @@ var __typeError = (msg) => { | ||
"Client-Target-Api-Version": TARGETED_RPC_VERSION, | ||
"Client-Request-Method": input.method, | ||
...__privateGet(this, _options).rpc?.headers | ||
@@ -41,0 +42,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
export declare const PACKAGE_VERSION = "1.14.4"; | ||
export declare const PACKAGE_VERSION = "1.15.0"; | ||
export declare const TARGETED_RPC_VERSION = "1.39.0"; |
@@ -1,2 +0,2 @@ | ||
const PACKAGE_VERSION = "1.14.4"; | ||
const PACKAGE_VERSION = "1.15.0"; | ||
const TARGETED_RPC_VERSION = "1.39.0"; | ||
@@ -3,0 +3,0 @@ export { |
@@ -6,3 +6,3 @@ { | ||
"homepage": "https://sdk.mystenlabs.com", | ||
"version": "1.14.4", | ||
"version": "1.15.0", | ||
"license": "Apache-2.0", | ||
@@ -9,0 +9,0 @@ "sideEffects": false, |
@@ -98,2 +98,3 @@ // Copyright (c) Mysten Labs, Inc. | ||
'Client-Target-Api-Version': TARGETED_RPC_VERSION, | ||
'Client-Request-Method': input.method, | ||
...this.#options.rpc?.headers, | ||
@@ -100,0 +101,0 @@ }, |
@@ -6,3 +6,3 @@ // Copyright (c) Mysten Labs, Inc. | ||
export const PACKAGE_VERSION = '1.14.4'; | ||
export const PACKAGE_VERSION = '1.15.0'; | ||
export const TARGETED_RPC_VERSION = '1.39.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
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
5302379
92777