lambdaorm-client-node
Advanced tools
Comparing version 0.7.21 to 0.7.22
export * from './application'; | ||
export * from './infrastructure'; | ||
export * from './domain'; | ||
export { Orm } from './infrastructure/adapters/orm'; | ||
export declare const orm: import("./application").IOrm; |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.orm = exports.Orm = void 0; | ||
exports.orm = void 0; | ||
const orm_1 = require("./infrastructure/adapters/orm"); | ||
@@ -23,5 +23,3 @@ __exportStar(require("./application"), exports); | ||
__exportStar(require("./domain"), exports); | ||
var orm_2 = require("./infrastructure/adapters/orm"); | ||
Object.defineProperty(exports, "Orm", { enumerable: true, get: function () { return orm_2.Orm; } }); | ||
exports.orm = orm_1.Orm.instance; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "lambdaorm-client-node", | ||
"version": "0.7.21", | ||
"version": "0.7.22", | ||
"description": "Client form lambda ORM service", | ||
@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@gmail.com>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
241121
4919