From 6e961044e536e28e75d0fc79b1366347a52b8b07 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 18 Aug 2022 13:55:11 -0400 Subject: [PATCH] *Update dist --- dist/index.d.ts | 1 + dist/index.d.ts.map | 2 +- dist/index.js | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/index.d.ts b/dist/index.d.ts index bd50c16..0c185fd 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,3 +1,4 @@ export * from "./types.js"; +export * from "./util.js"; export * from "./resolverModule.js"; //# sourceMappingURL=index.d.ts.map diff --git a/dist/index.d.ts.map b/dist/index.d.ts.map index 14b675a..56a863d 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,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC"} \ No newline at end of file +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC"} \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index 3e7483c..78f77bd 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,2 +1,3 @@ export * from "./types.js"; +export * from "./util.js"; export * from "./resolverModule.js";