diff --git a/dist-import/email/email.d.ts b/dist-import/email/index.d.ts similarity index 100% rename from dist-import/email/email.d.ts rename to dist-import/email/index.d.ts diff --git a/dist-import/email/email.js b/dist-import/email/index.js similarity index 100% rename from dist-import/email/email.js rename to dist-import/email/index.js diff --git a/dist-import/index.d.ts b/dist-import/index.d.ts index a527f79..ac14a51 100644 --- a/dist-import/index.d.ts +++ b/dist-import/index.d.ts @@ -4,3 +4,4 @@ export * from "./produtos"; export * from "./pilao-de-dados"; export * from "./residuos"; export * from "./NPS"; +export * from "./email"; diff --git a/dist-import/index.js b/dist-import/index.js index a527f79..ac14a51 100644 --- a/dist-import/index.js +++ b/dist-import/index.js @@ -4,3 +4,4 @@ export * from "./produtos"; export * from "./pilao-de-dados"; export * from "./residuos"; export * from "./NPS"; +export * from "./email"; diff --git a/dist-require/email/email.d.ts b/dist-require/email/index.d.ts similarity index 100% rename from dist-require/email/email.d.ts rename to dist-require/email/index.d.ts diff --git a/dist-require/email/email.js b/dist-require/email/index.js similarity index 100% rename from dist-require/email/email.js rename to dist-require/email/index.js diff --git a/dist-require/index.d.ts b/dist-require/index.d.ts index a527f79..ac14a51 100644 --- a/dist-require/index.d.ts +++ b/dist-require/index.d.ts @@ -4,3 +4,4 @@ export * from "./produtos"; export * from "./pilao-de-dados"; export * from "./residuos"; export * from "./NPS"; +export * from "./email"; diff --git a/dist-require/index.js b/dist-require/index.js index cb4fdcf..83d0523 100644 --- a/dist-require/index.js +++ b/dist-require/index.js @@ -20,3 +20,4 @@ __exportStar(require("./produtos"), exports); __exportStar(require("./pilao-de-dados"), exports); __exportStar(require("./residuos"), exports); __exportStar(require("./NPS"), exports); +__exportStar(require("./email"), exports); diff --git a/package.json b/package.json index 7e3eca2..75edf21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-drives", - "version": "0.96.0", + "version": "0.97.0", "description": "", "main": "src/index.ts", "exports": { diff --git a/src/email/email.ts b/src/email/index.ts similarity index 100% rename from src/email/email.ts rename to src/email/index.ts diff --git a/src/index.ts b/src/index.ts index 0a73418..424d70c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,3 +4,4 @@ export * from "./produtos" export * from "./pilao-de-dados" export * from "./residuos" export * from "./NPS" +export * from "./email"