@fuel-ts/utils
Advanced tools
Comparing version 0.0.0-pr-3554-20250106201303 to 0.0.0-pr-3579-20250113101939
@@ -1,2 +0,2 @@ | ||
import type { BytesLike } from '@fuel-ts/interfaces'; | ||
export type BytesLike = Uint8Array | string; | ||
/** | ||
@@ -3,0 +3,0 @@ * Get a typed Uint8Array from a BytesLike object. |
@@ -1,3 +0,3 @@ | ||
import type { BytesLike } from '@fuel-ts/interfaces'; | ||
import type { BN } from '@fuel-ts/math'; | ||
import type { BytesLike } from './arrayify'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Encode value as a Base58-encoded string. |
@@ -1,4 +0,4 @@ | ||
import type { BytesLike } from '@fuel-ts/interfaces'; | ||
import type { BytesLike } from './arrayify'; | ||
export declare const compressBytecode: (bytecodeAsBinary?: BytesLike) => string; | ||
export declare const decompressBytecode: (bytecodeAsBase64: string) => Uint8Array; | ||
//# sourceMappingURL=bytecode.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import type { BytesLike } from '@fuel-ts/interfaces'; | ||
import type { BytesLike } from './arrayify'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Concatenates multiple Uint8Arrays into a single Uint8Array. |
@@ -1,2 +0,2 @@ | ||
import type { BytesLike } from '@fuel-ts/interfaces'; | ||
import type { BytesLike } from './arrayify'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Returns a hex string by slicing data from the start offset to the end offset. |
@@ -1,2 +0,2 @@ | ||
import type { BytesLike } from '@fuel-ts/interfaces'; | ||
import type { BytesLike } from './arrayify'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Returns a hex representation of the inputted bytes. |
@@ -1,2 +0,2 @@ | ||
import type { BytesLike } from '@fuel-ts/interfaces'; | ||
import type { BytesLike } from './arrayify'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Returns the string represented by the UTF-8 data bytes. |
{ | ||
"name": "@fuel-ts/utils", | ||
"version": "0.0.0-pr-3554-20250106201303", | ||
"version": "0.0.0-pr-3579-20250113101939", | ||
"description": "Utilities (and test utilities) collection", | ||
@@ -45,6 +45,5 @@ "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)", | ||
"fflate": "0.8.2", | ||
"@fuel-ts/errors": "0.0.0-pr-3554-20250106201303", | ||
"@fuel-ts/interfaces": "0.0.0-pr-3554-20250106201303", | ||
"@fuel-ts/math": "0.0.0-pr-3554-20250106201303", | ||
"@fuel-ts/versions": "0.0.0-pr-3554-20250106201303" | ||
"@fuel-ts/errors": "0.0.0-pr-3579-20250113101939", | ||
"@fuel-ts/math": "0.0.0-pr-3579-20250113101939", | ||
"@fuel-ts/versions": "0.0.0-pr-3579-20250113101939" | ||
}, | ||
@@ -51,0 +50,0 @@ "peerDependencies": { |
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 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 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
1342600
5
13497
+ Added@fuel-ts/errors@0.0.0-pr-3579-20250113101939(transitive)
+ Added@fuel-ts/math@0.0.0-pr-3579-20250113101939(transitive)
+ Added@fuel-ts/versions@0.0.0-pr-3579-20250113101939(transitive)
- Removed@fuel-ts/errors@0.0.0-pr-3554-20250106201303(transitive)
- Removed@fuel-ts/interfaces@0.0.0-pr-3554-20250106201303(transitive)
- Removed@fuel-ts/math@0.0.0-pr-3554-20250106201303(transitive)
- Removed@fuel-ts/versions@0.0.0-pr-3554-20250106201303(transitive)