quidproquo-webserver
Advanced tools
Comparing version 0.0.5 to 0.0.6
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.defineDns = exports.defineRoute = void 0; | ||
exports.utils = exports.ServiceInfrastructureConfigType = exports.defineDns = exports.defineRoute = void 0; | ||
var route_1 = require("./serviceInfrastructureDefinitions/route"); | ||
@@ -8,2 +11,6 @@ Object.defineProperty(exports, "defineRoute", { enumerable: true, get: function () { return route_1.defineRoute; } }); | ||
Object.defineProperty(exports, "defineDns", { enumerable: true, get: function () { return dns_1.defineDns; } }); | ||
var ServiceInfrastructureConfig_1 = require("./serviceInfrastructureDefinitions/ServiceInfrastructureConfig"); | ||
Object.defineProperty(exports, "ServiceInfrastructureConfigType", { enumerable: true, get: function () { return ServiceInfrastructureConfig_1.ServiceInfrastructureConfigType; } }); | ||
var utils_1 = require("./utils"); | ||
Object.defineProperty(exports, "utils", { enumerable: true, get: function () { return __importDefault(utils_1).default; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "quidproquo-webserver", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "", | ||
@@ -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
10271
28
100