diff --git a/dist/index.d.ts b/dist/index.d.ts index 33bcfc0..5597d5d 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,5 +1,5 @@ import RpcNetwork from "./rpcNetwork.js"; import RpcQuery from "./rpcNetwork.js"; -export * from "./types"; +export * from "./types.js"; export { RpcNetwork, RpcQuery }; //# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/index.d.ts.map b/dist/index.d.ts.map index 9d99fbf..fc54449 100644 --- a/dist/index.d.ts.map +++ b/dist/index.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,iBAAiB,CAAC;AACzC,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAEvC,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,CAAC"} \ No newline at end of file +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,iBAAiB,CAAC;AACzC,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AAEvC,cAAc,YAAY,CAAC;AAE3B,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,CAAC"} \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index 6067186..952652c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,4 +1,4 @@ import RpcNetwork from "./rpcNetwork.js"; import RpcQuery from "./rpcNetwork.js"; -export * from "./types"; +export * from "./types.js"; export { RpcNetwork, RpcQuery };