Skip to content

Commit

Permalink
fix: etd-history export
Browse files Browse the repository at this point in the history
  • Loading branch information
sirily11 committed Jan 22, 2022
1 parent b5ad2f8 commit b390212
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/etd-history/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@etherdata-blockchain/history",
"version": "1.5.6",
"main": "dist/index.js",
"version": "1.5.5",
"main": "src/index.ts",
"license": "MIT",
"dependencies": {
"moment": "^2.29.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/etd-history/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from "./history";
export * from "./interfaces";
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
global.TextEncoder = require("util").TextEncoder;
global.TextDecoder = require("util").TextDecoder;

import { ETDHistory } from "./history";
import { ETDHistory } from "../history";

import moment from "moment";

Expand Down

0 comments on commit b390212

Please sign in to comment.