@furystack/inject
Advanced tools
Comparing version 7.0.5 to 7.1.0
{ | ||
"name": "@furystack/inject", | ||
"version": "7.0.5", | ||
"version": "7.1.0", | ||
"description": "Core FuryStack package", | ||
@@ -32,3 +32,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@furystack/utils": "^3.0.9" | ||
"@furystack/utils": "^3.1.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
import { Injector } from './injector' | ||
import { Constructable } from './models/constructable' | ||
import type { Constructable } from './models/constructable' | ||
@@ -4,0 +4,0 @@ /** |
import { Injector } from './injector' | ||
import { Constructable } from './models/constructable' | ||
import type { Constructable } from './models/constructable' | ||
@@ -4,0 +4,0 @@ export const Injected: <T extends Constructable<unknown>>(ctor: T) => PropertyDecorator = |
@@ -1,2 +0,3 @@ | ||
import { Disposable, using, usingAsync } from '@furystack/utils' | ||
import type { Disposable } from '@furystack/utils' | ||
import { using, usingAsync } from '@furystack/utils' | ||
import { Injectable } from './injectable' | ||
@@ -3,0 +4,0 @@ import { Injected } from './injected' |
@@ -1,4 +0,4 @@ | ||
import { Disposable } from '@furystack/utils' | ||
import { InjectableOptions } from './injectable' | ||
import { Constructable } from './models/constructable' | ||
import type { Disposable } from '@furystack/utils' | ||
import type { InjectableOptions } from './injectable' | ||
import type { Constructable } from './models/constructable' | ||
@@ -5,0 +5,0 @@ export class Injector implements Disposable { |
@@ -1,2 +0,2 @@ | ||
import { Constructable } from './models/constructable'; | ||
import type { Constructable } from './models/constructable'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Options for the injectable instance |
@@ -1,3 +0,3 @@ | ||
import { Constructable } from './models/constructable'; | ||
import type { Constructable } from './models/constructable'; | ||
export declare const Injected: <T extends Constructable<unknown>>(ctor: T) => PropertyDecorator; | ||
//# sourceMappingURL=injected.d.ts.map |
@@ -1,4 +0,4 @@ | ||
import { Disposable } from '@furystack/utils'; | ||
import { InjectableOptions } from './injectable'; | ||
import { Constructable } from './models/constructable'; | ||
import type { Disposable } from '@furystack/utils'; | ||
import type { InjectableOptions } from './injectable'; | ||
import type { Constructable } from './models/constructable'; | ||
export declare class Injector implements Disposable { | ||
@@ -5,0 +5,0 @@ /** |
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
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
81099
1000
Updated@furystack/utils@^3.1.0