Comparing version 0.0.0-20240815T034325 to 0.0.0-20240815T034436
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.0.0-20240815T034325"; | ||
export declare const version = "0.0.0-20240815T034436"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '0.0.0-20240815T034325'; | ||
exports.version = '0.0.0-20240815T034436'; | ||
//# sourceMappingURL=version.js.map |
/** @internal */ | ||
export declare const version = "0.0.0-20240815T034325"; | ||
export declare const version = "0.0.0-20240815T034436"; | ||
//# sourceMappingURL=version.d.ts.map |
/** @internal */ | ||
export const version = '0.0.0-20240815T034325'; | ||
export const version = '0.0.0-20240815T034436'; | ||
//# sourceMappingURL=version.js.map |
@@ -59,3 +59,3 @@ import { hexToBytes } from '../bytes/toBytes.js' | ||
type ReturnType<to extends To> = toRlp.ReturnType<to> | ||
export type ErrorType = toRlp.ErrorType | ErrorType_ | ||
type ErrorType = toRlp.ErrorType | ErrorType_ | ||
} | ||
@@ -79,3 +79,3 @@ export function bytesToRlp<to extends To = 'bytes'>( | ||
type ReturnType<to extends To> = toRlp.ReturnType<to> | ||
export type ErrorType = toRlp.ErrorType | ErrorType_ | ||
type ErrorType = toRlp.ErrorType | ErrorType_ | ||
} | ||
@@ -82,0 +82,0 @@ export function hexToRlp<to extends To = 'hex'>( |
{ | ||
"name": "ox", | ||
"description": "Ethereum Standard Library", | ||
"version": "0.0.0-20240815T034325", | ||
"version": "0.0.0-20240815T034436", | ||
"main": "./_cjs/index.js", | ||
@@ -6,0 +6,0 @@ "module": "./_esm/index.js", |
/** @internal */ | ||
export const version = '0.0.0-20240815T034325' | ||
export const version = '0.0.0-20240815T034436' |
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
416269