@aptos-labs/ts-sdk
Advanced tools
Comparing version 1.27.0 to 1.27.1
import { ChildProcessWithoutNullStreams } from 'child_process'; | ||
import { N as Network, g as AccountAddress } from '../accountAddress-C7mFGxlX.js'; | ||
import { N as Network, g as AccountAddress } from '../accountAddress-LOYE4_sG.js'; | ||
@@ -4,0 +4,0 @@ declare class LocalNode { |
@@ -48,7 +48,9 @@ { | ||
"check-version": "scripts/checkVersion.sh", | ||
"update-version": "scripts/updateVersion.sh && pnpm doc" | ||
"update-version": "scripts/updateVersion.sh && pnpm doc", | ||
"spec": "pnpm build && pnpm _spec", | ||
"_spec": "cucumber-js -p default" | ||
}, | ||
"dependencies": { | ||
"@aptos-labs/aptos-client": "^0.1.0", | ||
"@aptos-labs/aptos-cli": "^0.2.0", | ||
"@aptos-labs/aptos-client": "^0.1.1", | ||
"@noble/curves": "^1.4.0", | ||
@@ -66,2 +68,3 @@ "@noble/hashes": "^1.4.0", | ||
"@babel/traverse": "^7.23.6", | ||
"@cucumber/cucumber": "^10.8.0", | ||
"@graphql-codegen/cli": "^5.0.0", | ||
@@ -97,3 +100,3 @@ "@graphql-codegen/import-types-preset": "^3.0.0", | ||
}, | ||
"version": "1.27.0" | ||
"version": "1.27.1" | ||
} |
@@ -41,2 +41,11 @@ // Copyright © Aptos Foundation | ||
/** | ||
* Returns the number of bytes remaining in the buffer. | ||
* | ||
* Useful to tell if there's more data to be read. | ||
*/ | ||
remaining(): number { | ||
return this.buffer.byteLength - this.offset; | ||
} | ||
/** | ||
* Deserializes a string. UTF8 string is supported. Reads the string's bytes length "l" first, | ||
@@ -43,0 +52,0 @@ * and then reads "l" bytes of content. Decodes the byte array into a string. |
@@ -9,2 +9,2 @@ // Copyright © Aptos Foundation | ||
*/ | ||
export const VERSION = "1.27.0"; | ||
export const VERSION = "1.27.1"; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
5614326
42311
31