@atlas-engine/bootstrapper_contracts
Advanced tools
Comparing version 1.0.1 to 1.0.2-alpha.1
define(["require", "exports"], function (require, exports) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.disposableDiscoveryTag = exports.extensionDiscoveryTag = exports.socketEndpointDiscoveryTag = exports.routerDiscoveryTag = void 0; | ||
exports.routerDiscoveryTag = 'routerDiscoveryTag'; | ||
@@ -5,0 +6,0 @@ exports.socketEndpointDiscoveryTag = 'socketEndpointDiscoveryTag'; |
@@ -1,9 +0,17 @@ | ||
define(["require", "exports", "./constants"], function (require, exports, constants_1) { | ||
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" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
define(["require", "exports", "./constants", "./idisposable"], function (require, exports, constants_1, idisposable_1) { | ||
"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(constants_1); | ||
__exportStar(constants_1, exports); | ||
__exportStar(idisposable_1, exports); | ||
}); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.disposableDiscoveryTag = exports.extensionDiscoveryTag = exports.socketEndpointDiscoveryTag = exports.routerDiscoveryTag = void 0; | ||
exports.routerDiscoveryTag = 'routerDiscoveryTag'; | ||
@@ -4,0 +5,0 @@ exports.socketEndpointDiscoveryTag = 'socketEndpointDiscoveryTag'; |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
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" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./constants")); | ||
__exportStar(require("./constants"), exports); | ||
__exportStar(require("./idisposable"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@atlas-engine/bootstrapper_contracts", | ||
"version": "1.0.1", | ||
"version": "1.0.2-alpha.1", | ||
"description": "Contains the contracts for bootstrapping a NodeJS application that uses ioc.", | ||
@@ -27,5 +27,5 @@ "main": "dist/commonjs/index.js", | ||
"@process-engine/ci_tools": "^3.0.0", | ||
"@types/node": "^12.11.7", | ||
"eslint": "^6.6.0", | ||
"typescript": "^3.4.5" | ||
"@types/node": "12.12.36", | ||
"eslint": "6.8.0", | ||
"typescript": "3.9.3" | ||
}, | ||
@@ -32,0 +32,0 @@ "scripts": { |
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
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
6802
61
2