@epip/crud
Advanced tools
Comparing version 1.0.34 to 1.0.35
@@ -1,2 +0,2 @@ | ||
export {ApiController} from "./swg-ctrl.decorator"; | ||
export {ApiGetAll} from "./swg-get-all.decorator"; | ||
export * from "./swg-ctrl.decorator"; | ||
export * from "./swg-crud.decorator"; |
@@ -1,3 +0,3 @@ | ||
export { ApiController } from "./swg-ctrl.decorator"; | ||
export { ApiGetAll } from "./swg-get-all.decorator"; | ||
export * from "./swg-ctrl.decorator"; | ||
export * from "./swg-crud.decorator"; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ApiGetAll = exports.ApiController = void 0; | ||
var swg_ctrl_decorator_1 = require("./swg-ctrl.decorator"); | ||
Object.defineProperty(exports, "ApiController", { enumerable: true, get: function () { return swg_ctrl_decorator_1.ApiController; } }); | ||
var swg_get_all_decorator_1 = require("./swg-get-all.decorator"); | ||
Object.defineProperty(exports, "ApiGetAll", { enumerable: true, get: function () { return swg_get_all_decorator_1.ApiGetAll; } }); | ||
__exportStar(require("./swg-ctrl.decorator"), exports); | ||
__exportStar(require("./swg-crud.decorator"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@epip/crud", | ||
"version": "1.0.34", | ||
"version": "1.0.35", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "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
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
741
144601
52