@altodia/microservices-common
Advanced tools
Comparing version 3.0.8 to 3.0.9
@@ -24,3 +24,3 @@ "use strict"; | ||
__exportStar(require("./products"), exports); | ||
__exportStar(require("./orders"), exports); | ||
__exportStar(require("./companies"), exports); | ||
__exportStar(require("./products/orders"), exports); | ||
__exportStar(require("./products/companies"), exports); |
@@ -8,4 +8,4 @@ export * from './bills'; | ||
export * from './products'; | ||
export * from './orders'; | ||
export * from './companies'; | ||
export * from './products/orders'; | ||
export * from './products/companies'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,4 +8,4 @@ export * from './bills'; | ||
export * from './products'; | ||
export * from './orders'; | ||
export * from './companies'; | ||
export * from './products/orders'; | ||
export * from './products/companies'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@altodia/microservices-common", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
47674