nestjs-http-manager
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -1,3 +0,3 @@ | ||
export * from './http-manager.module'; | ||
export * from './http-manager.service'; | ||
export * from './types/request-options'; | ||
export * from './http-manager/http-manager.module'; | ||
export * from './http-manager/http-manager.service'; | ||
export * from './http-manager/types/request-options'; |
@@ -17,5 +17,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./http-manager.module"), exports); | ||
__exportStar(require("./http-manager.service"), exports); | ||
__exportStar(require("./types/request-options"), exports); | ||
__exportStar(require("./http-manager/http-manager.module"), exports); | ||
__exportStar(require("./http-manager/http-manager.service"), exports); | ||
__exportStar(require("./http-manager/types/request-options"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "nestjs-http-manager", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"author": "byteflowstudio", | ||
@@ -23,6 +23,3 @@ "description": "Обертка над http-модулем с использованием реактивного программирования и отловом ошибок для nestjs", | ||
"typescript": "^5.4.5" | ||
}, | ||
"files": [ | ||
"dist" | ||
] | ||
} | ||
} |
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
91438
19
223
1