diff --git a/dist/index.d.ts b/dist/index.d.ts index a769ea5..e21cfcc 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -9,3 +9,4 @@ export * from "./variaveisComuns"; export * from "./tipagemRotas"; export * from "./extensoes"; export * from "./logger"; +export * from "./situacoes"; diff --git a/dist/index.js b/dist/index.js index 423a81d..b1d4242 100644 --- a/dist/index.js +++ b/dist/index.js @@ -25,4 +25,5 @@ __exportStar(require("./variaveisComuns"), exports); __exportStar(require("./tipagemRotas"), exports); __exportStar(require("./extensoes"), exports); __exportStar(require("./logger"), exports); +__exportStar(require("./situacoes"), exports); //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/dist/index.js.map b/dist/index.js.map index a1b2649..55707f2 100644 --- a/dist/index.js.map +++ b/dist/index.js.map @@ -1 +1 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B;AAC5B,6CAA0B;AAC1B,8CAA2B;AAC3B,gDAA6B;AAC7B,oDAAiC;AACjC,yCAAsB;AACtB,+CAA4B;AAC5B,oDAAiC;AACjC,iDAA8B;AAC9B,8CAA2B;AAC3B,2CAAwB"} \ No newline at end of file +{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B;AAC5B,6CAA0B;AAC1B,8CAA2B;AAC3B,gDAA6B;AAC7B,oDAAiC;AACjC,yCAAsB;AACtB,+CAA4B;AAC5B,oDAAiC;AACjC,iDAA8B;AAC9B,8CAA2B;AAC3B,2CAAwB;AACxB,8CAA2B"} \ No newline at end of file diff --git a/package.json b/package.json index 2b2e8e4..58d50b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-comuns", - "version": "0.102.0", + "version": "0.103.0", "description": "", "main": "dist/index.js", "scripts": { diff --git a/src/index.ts b/src/index.ts index 743bb1d..0741f52 100644 --- a/src/index.ts +++ b/src/index.ts @@ -9,3 +9,4 @@ export * from "./variaveisComuns" export * from "./tipagemRotas" export * from "./extensoes" export * from "./logger" +export * from "./situacoes"