@common-stack/core
Advanced tools
Comparing version 0.0.14-25 to 0.0.14-26
export * from './field-error'; | ||
export * from './interfaces'; | ||
export declare enum TaggedType { | ||
MICROSERVICE = "MICROSERVICE", | ||
} | ||
export * from './constants'; |
@@ -78,6 +78,3 @@ module.exports = | ||
__export(__webpack_require__(1)); | ||
var TaggedType; | ||
(function (TaggedType) { | ||
TaggedType["MICROSERVICE"] = "MICROSERVICE"; | ||
})(TaggedType = exports.TaggedType || (exports.TaggedType = {})); | ||
__export(__webpack_require__(2)); | ||
@@ -117,4 +114,36 @@ | ||
/***/ }), | ||
/* 2 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(__webpack_require__(3)); | ||
/***/ }), | ||
/* 3 */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var CommonType; | ||
(function (CommonType) { | ||
CommonType["LOGGER"] = "LOGGER"; | ||
CommonType["ENVIRONMENT"] = "ENVIRONMENT"; | ||
CommonType["HEMERA"] = "HEMERA"; | ||
})(CommonType = exports.CommonType || (exports.CommonType = {})); | ||
var TaggedType; | ||
(function (TaggedType) { | ||
TaggedType["MICROSERVICE"] = "MICROSERVICE"; | ||
})(TaggedType = exports.TaggedType || (exports.TaggedType = {})); | ||
/***/ }) | ||
/******/ ]); | ||
//# sourceMappingURL=index.js.map |
@@ -1,1 +0,1 @@ | ||
export * from './hemera-settings'; | ||
export * from './common-settings'; |
{ | ||
"name": "@common-stack/core", | ||
"version": "0.0.14-25", | ||
"version": "0.0.14-26", | ||
"description": "Sample core for higher packages to depend on", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
10955
10
160