@furystack/inject
Advanced tools
Comparing version 4.0.16 to 4.0.17
@@ -0,0 +0,0 @@ export * from './injectable'; |
@@ -6,2 +6,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./injector"), exports); | ||
tslib_1.__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
export {}; | ||
//# sourceMappingURL=inject.spec.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import 'reflect-metadata'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Disposable } from '@furystack/utils'; |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; | ||
//# sourceMappingURL=injector.spec.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=constructable.js.map |
export * from './constructable'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./constructable"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@furystack/inject", | ||
"version": "4.0.16", | ||
"version": "4.0.17", | ||
"description": "Core FuryStack package", | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@furystack/utils": "^1.1.9", | ||
"@furystack/utils": "^1.1.10", | ||
"reflect-metadata": "^0.1.13", | ||
@@ -38,3 +38,3 @@ "tslib": "^1.11.1" | ||
"typings": "./dist/index.d.ts", | ||
"gitHead": "5bcb961f340d2283c0b929421e7d04f7b01852f0" | ||
"gitHead": "7bc33e6ebee975d23e4e782e37e398472c726b1d" | ||
} |
@@ -0,0 +0,0 @@ # @furystack/inject |
export * from './injectable' | ||
export * from './injector' | ||
export * from './types' |
@@ -0,0 +0,0 @@ import { Injectable } from './injectable' |
@@ -0,0 +0,0 @@ import 'reflect-metadata' |
@@ -0,0 +0,0 @@ /** |
export * from './constructable' |
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
69289
863
Updated@furystack/utils@^1.1.10