@mysten/sui.js
Advanced tools
Comparing version 0.0.0-experimental-20231120005751 to 0.0.0-experimental-20231120190817
# @mysten/sui.js | ||
## 0.0.0-experimental-20231120005751 | ||
## 0.0.0-experimental-20231120190817 | ||
@@ -5,0 +5,0 @@ ### Minor Changes |
@@ -1,2 +0,2 @@ | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231120005751"; | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231120190817"; | ||
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-20231120005751"; | ||
const PACKAGE_VERSION = "0.0.0-experimental-20231120190817"; | ||
const TARGETED_RPC_VERSION = "1.15.0"; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231120005751"; | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20231120190817"; | ||
export declare const TARGETED_RPC_VERSION = "1.15.0"; |
@@ -1,2 +0,2 @@ | ||
const PACKAGE_VERSION = "0.0.0-experimental-20231120005751"; | ||
const PACKAGE_VERSION = "0.0.0-experimental-20231120190817"; | ||
const TARGETED_RPC_VERSION = "1.15.0"; | ||
@@ -3,0 +3,0 @@ export { |
@@ -6,3 +6,3 @@ { | ||
"homepage": "https://sui-typescript-docs.vercel.app", | ||
"version": "0.0.0-experimental-20231120005751", | ||
"version": "0.0.0-experimental-20231120190817", | ||
"license": "Apache-2.0", | ||
@@ -126,5 +126,5 @@ "sideEffects": false, | ||
"test:unit": "vitest run unit __tests__", | ||
"test:e2e": "wait-on http://127.0.0.1:9123 -l --timeout 120000 && vitest run e2e", | ||
"test:e2e": "wait-on http://127.0.0.1:9123 -l --timeout 180000 && vitest run e2e", | ||
"test:e2e:nowait": "vitest run e2e", | ||
"prepare:e2e": "cargo build --bin sui-test-validator --bin sui --profile dev && cross-env RUST_LOG=info,sui=error,anemo_tower=warn,consensus=off cargo run --bin sui-test-validator", | ||
"prepare:e2e": "docker-compose down && docker-compose up -d && cargo build --bin sui-test-validator --bin sui --profile dev && cross-env RUST_LOG=info,sui=error,anemo_tower=warn,consensus=off cargo run --bin sui-test-validator -- --with-indexer --use-indexer-v2 --pg-port 5435 --pg-db-name sui_indexer_v2 --graphql-host 127.0.0.1 --graphql-port 9125", | ||
"size": "size-limit", | ||
@@ -131,0 +131,0 @@ "analyze": "size-limit --why", |
@@ -6,3 +6,3 @@ // Copyright (c) Mysten Labs, Inc. | ||
export const PACKAGE_VERSION = '0.0.0-experimental-20231120005751'; | ||
export const PACKAGE_VERSION = '0.0.0-experimental-20231120190817'; | ||
export const TARGETED_RPC_VERSION = '1.15.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
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
2356594