Comparing version 0.0.0-20240816T001506 to 0.0.0-20240816T022724
@@ -7,2 +7,3 @@ export * as Bytes from './Bytes.js'; | ||
export * as Types from './Types.js'; | ||
export * as Value from './Value.js'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Types = exports.Rlp = exports.Hex = exports.Errors = exports.Data = exports.Bytes = void 0; | ||
exports.Value = exports.Types = exports.Rlp = exports.Hex = exports.Errors = exports.Data = exports.Bytes = void 0; | ||
exports.Bytes = require("./Bytes.js"); | ||
@@ -10,2 +10,3 @@ exports.Data = require("./Data.js"); | ||
exports.Types = require("./Types.js"); | ||
exports.Value = require("./Value.js"); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.0.0-20240816T001506"; | ||
export declare const version = "0.0.0-20240816T022724"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '0.0.0-20240816T001506'; | ||
exports.version = '0.0.0-20240816T022724'; | ||
//# sourceMappingURL=version.js.map |
@@ -7,2 +7,3 @@ export * as Bytes from './Bytes.js'; | ||
export * as Types from './Types.js'; | ||
export * as Value from './Value.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -7,2 +7,3 @@ export * as Bytes from './Bytes.js'; | ||
export * as Types from './Types.js'; | ||
export * as Value from './Value.js'; | ||
//# sourceMappingURL=index.js.map |
/** @internal */ | ||
export declare const version = "0.0.0-20240816T001506"; | ||
export declare const version = "0.0.0-20240816T022724"; | ||
//# sourceMappingURL=version.d.ts.map |
/** @internal */ | ||
export const version = '0.0.0-20240816T001506'; | ||
export const version = '0.0.0-20240816T022724'; | ||
//# sourceMappingURL=version.js.map |
@@ -7,1 +7,2 @@ export * as Bytes from './Bytes.js' | ||
export * as Types from './Types.js' | ||
export * as Value from './Value.js' |
{ | ||
"name": "ox", | ||
"description": "Ethereum Standard Library", | ||
"version": "0.0.0-20240816T001506", | ||
"version": "0.0.0-20240816T022724", | ||
"main": "./_cjs/index.js", | ||
@@ -64,2 +64,12 @@ "module": "./_esm/index.js", | ||
}, | ||
"./Constants": { | ||
"import": { | ||
"types": "./_esm/Constants.d.ts", | ||
"default": "./_esm/Constants.js" | ||
}, | ||
"default": { | ||
"types": "./_cjs/Constants.d.ts", | ||
"default": "./_cjs/Constants.js" | ||
} | ||
}, | ||
"./Data": { | ||
@@ -115,2 +125,12 @@ "import": { | ||
}, | ||
"./Value": { | ||
"import": { | ||
"types": "./_esm/Value.d.ts", | ||
"default": "./_esm/Value.js" | ||
}, | ||
"default": { | ||
"types": "./_cjs/Value.d.ts", | ||
"default": "./_cjs/Value.js" | ||
} | ||
}, | ||
".": { | ||
@@ -117,0 +137,0 @@ "import": { |
/** @internal */ | ||
export const version = '0.0.0-20240816T001506' | ||
export const version = '0.0.0-20240816T022724' |
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
497436
410
8539