build
This commit is contained in:
parent
ee9317406d
commit
5fbd0d8eb2
11 changed files with 6 additions and 1 deletions
1
dist-import/index.d.ts
vendored
1
dist-import/index.d.ts
vendored
|
|
@ -4,3 +4,4 @@ export * from "./produtos";
|
||||||
export * from "./pilao-de-dados";
|
export * from "./pilao-de-dados";
|
||||||
export * from "./residuos";
|
export * from "./residuos";
|
||||||
export * from "./NPS";
|
export * from "./NPS";
|
||||||
|
export * from "./email";
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,4 @@ export * from "./produtos";
|
||||||
export * from "./pilao-de-dados";
|
export * from "./pilao-de-dados";
|
||||||
export * from "./residuos";
|
export * from "./residuos";
|
||||||
export * from "./NPS";
|
export * from "./NPS";
|
||||||
|
export * from "./email";
|
||||||
|
|
|
||||||
1
dist-require/index.d.ts
vendored
1
dist-require/index.d.ts
vendored
|
|
@ -4,3 +4,4 @@ export * from "./produtos";
|
||||||
export * from "./pilao-de-dados";
|
export * from "./pilao-de-dados";
|
||||||
export * from "./residuos";
|
export * from "./residuos";
|
||||||
export * from "./NPS";
|
export * from "./NPS";
|
||||||
|
export * from "./email";
|
||||||
|
|
|
||||||
|
|
@ -20,3 +20,4 @@ __exportStar(require("./produtos"), exports);
|
||||||
__exportStar(require("./pilao-de-dados"), exports);
|
__exportStar(require("./pilao-de-dados"), exports);
|
||||||
__exportStar(require("./residuos"), exports);
|
__exportStar(require("./residuos"), exports);
|
||||||
__exportStar(require("./NPS"), exports);
|
__exportStar(require("./NPS"), exports);
|
||||||
|
__exportStar(require("./email"), exports);
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "p-drives",
|
"name": "p-drives",
|
||||||
"version": "0.96.0",
|
"version": "0.97.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,4 @@ export * from "./produtos"
|
||||||
export * from "./pilao-de-dados"
|
export * from "./pilao-de-dados"
|
||||||
export * from "./residuos"
|
export * from "./residuos"
|
||||||
export * from "./NPS"
|
export * from "./NPS"
|
||||||
|
export * from "./email"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue