@mysten/sui
Advanced tools
Comparing version 0.0.0-experimental-20240627175632 to 0.0.0-experimental-20240701173840
# @mysten/sui.js | ||
## 0.0.0-experimental-20240627175632 | ||
## 0.0.0-experimental-20240701173840 | ||
@@ -5,0 +5,0 @@ ### Patch Changes |
@@ -25,4 +25,4 @@ "use strict"; | ||
module.exports = __toCommonJS(suins_exports); | ||
const SUI_NS_NAME_REGEX = /^(?:[a-z0-9][a-z0-9-]{0,62}(?:\.[a-z0-9][a-z0-9-]{0,62})*)?@[a-z0-9][a-z0-9-]{0,62}$/i; | ||
const SUI_NS_DOMAIN_REGEX = /^(?:[a-z0-9][a-z0-9-]{0,62}\.)+sui$/i; | ||
const SUI_NS_NAME_REGEX = /^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i; | ||
const SUI_NS_DOMAIN_REGEX = /^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i; | ||
const MAX_SUI_NS_NAME_LENGTH = 235; | ||
@@ -29,0 +29,0 @@ function isValidSuiNSName(name) { |
@@ -1,2 +0,2 @@ | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20240627175632"; | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20240701173840"; | ||
export declare const TARGETED_RPC_VERSION = "1.29.0"; |
@@ -25,4 +25,4 @@ "use strict"; | ||
module.exports = __toCommonJS(version_exports); | ||
const PACKAGE_VERSION = "0.0.0-experimental-20240627175632"; | ||
const PACKAGE_VERSION = "0.0.0-experimental-20240701173840"; | ||
const TARGETED_RPC_VERSION = "1.29.0"; | ||
//# sourceMappingURL=version.js.map |
@@ -1,3 +0,3 @@ | ||
const SUI_NS_NAME_REGEX = /^(?:[a-z0-9][a-z0-9-]{0,62}(?:\.[a-z0-9][a-z0-9-]{0,62})*)?@[a-z0-9][a-z0-9-]{0,62}$/i; | ||
const SUI_NS_DOMAIN_REGEX = /^(?:[a-z0-9][a-z0-9-]{0,62}\.)+sui$/i; | ||
const SUI_NS_NAME_REGEX = /^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i; | ||
const SUI_NS_DOMAIN_REGEX = /^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i; | ||
const MAX_SUI_NS_NAME_LENGTH = 235; | ||
@@ -4,0 +4,0 @@ function isValidSuiNSName(name) { |
@@ -1,2 +0,2 @@ | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20240627175632"; | ||
export declare const PACKAGE_VERSION = "0.0.0-experimental-20240701173840"; | ||
export declare const TARGETED_RPC_VERSION = "1.29.0"; |
@@ -1,2 +0,2 @@ | ||
const PACKAGE_VERSION = "0.0.0-experimental-20240627175632"; | ||
const PACKAGE_VERSION = "0.0.0-experimental-20240701173840"; | ||
const TARGETED_RPC_VERSION = "1.29.0"; | ||
@@ -3,0 +3,0 @@ export { |
@@ -6,3 +6,3 @@ { | ||
"homepage": "https://sdk.mystenlabs.com", | ||
"version": "0.0.0-experimental-20240627175632", | ||
"version": "0.0.0-experimental-20240701173840", | ||
"license": "Apache-2.0", | ||
@@ -9,0 +9,0 @@ "sideEffects": false, |
@@ -5,4 +5,4 @@ // Copyright (c) Mysten Labs, Inc. | ||
const SUI_NS_NAME_REGEX = | ||
/^(?:[a-z0-9][a-z0-9-]{0,62}(?:\.[a-z0-9][a-z0-9-]{0,62})*)?@[a-z0-9][a-z0-9-]{0,62}$/i; | ||
const SUI_NS_DOMAIN_REGEX = /^(?:[a-z0-9][a-z0-9-]{0,62}\.)+sui$/i; | ||
/^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i; | ||
const SUI_NS_DOMAIN_REGEX = /^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i; | ||
const MAX_SUI_NS_NAME_LENGTH = 235; | ||
@@ -9,0 +9,0 @@ |
@@ -6,3 +6,3 @@ // Copyright (c) Mysten Labs, Inc. | ||
export const PACKAGE_VERSION = '0.0.0-experimental-20240627175632'; | ||
export const PACKAGE_VERSION = '0.0.0-experimental-20240701173840'; | ||
export const TARGETED_RPC_VERSION = '1.29.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
5390821