lambdaorm-client-node
Advanced tools
Comparing version 0.7.18 to 0.7.19
@@ -1,6 +0,6 @@ | ||
import { OrmClient } from './orm'; | ||
export * from './IOrm'; | ||
export * from './manager'; | ||
export * from './client'; | ||
export { OrmClient } from './orm'; | ||
import { OrmClient } from './infrastructure/adapters/orm'; | ||
export * from './application'; | ||
export * from './infrastructure'; | ||
export * from './domain'; | ||
export { OrmClient } from './infrastructure/adapters/orm'; | ||
export declare const ormClient: OrmClient; |
10
index.js
@@ -18,9 +18,9 @@ "use strict"; | ||
exports.ormClient = exports.OrmClient = void 0; | ||
const orm_1 = require("./orm"); | ||
__exportStar(require("./IOrm"), exports); | ||
__exportStar(require("./manager"), exports); | ||
__exportStar(require("./client"), exports); | ||
var orm_2 = require("./orm"); | ||
const orm_1 = require("./infrastructure/adapters/orm"); | ||
__exportStar(require("./application"), exports); | ||
__exportStar(require("./infrastructure"), exports); | ||
__exportStar(require("./domain"), exports); | ||
var orm_2 = require("./infrastructure/adapters/orm"); | ||
Object.defineProperty(exports, "OrmClient", { enumerable: true, get: function () { return orm_2.OrmClient; } }); | ||
exports.ormClient = orm_1.OrmClient.instance; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "lambdaorm-client-node", | ||
"version": "0.7.18", | ||
"version": "0.7.19", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
230021
61
4654
1