@furystack/inject
Advanced tools
Comparing version 4.0.21 to 4.0.24
@@ -0,0 +0,0 @@ export * from './injectable'; |
@@ -0,0 +0,0 @@ "use strict"; |
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 |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@furystack/inject", | ||
"version": "4.0.21", | ||
"version": "4.0.24", | ||
"description": "Core FuryStack package", | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@furystack/utils": "^1.1.12", | ||
"@furystack/utils": "^1.1.15", | ||
"reflect-metadata": "^0.1.13", | ||
@@ -35,6 +35,6 @@ "tslib": "^1.11.1" | ||
"devDependencies": { | ||
"@types/jest": "^25.1.4" | ||
"@types/jest": "^25.2.1" | ||
}, | ||
"typings": "./dist/index.d.ts", | ||
"gitHead": "4b80b998c48b129de1ecfdd794ab7e0775ceffbf" | ||
"gitHead": "93cb149e47515e02ac02a41a5c3a4fed94df014f" | ||
} |
@@ -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
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
69220
Updated@furystack/utils@^1.1.15