cecon-interfaces 1.5.4 → 1.5.5

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export * from './99-interfaces';
1
2
  export * from './app';
2
3
  export * from './billing';
3
4
  export * from './billing-order';
@@ -53,4 +54,3 @@ export * from './viacep';
53
54
  export * from './voucher';
54
55
  export * from './wa-server';
55
56
  export * from './withdraw';
56
- export * from './99-interfaces';
package/dist/index.js CHANGED
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./99-interfaces"), exports);
17
18
  __exportStar(require("./app"), exports);
18
19
  __exportStar(require("./billing"), exports);
19
20
  __exportStar(require("./billing-order"), exports);
@@ -69,4 +70,3 @@ __exportStar(require("./viacep"), exports);
69
70
  __exportStar(require("./voucher"), exports);
70
71
  __exportStar(require("./wa-server"), exports);
71
72
  __exportStar(require("./withdraw"), exports);
72
- __exportStar(require("./99-interfaces"), exports);
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.04",
3
+ "version": "1.5.05",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.04",
3
+ "version": "1.5.05",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",