@furystack/inject
Advanced tools
Comparing version 8.0.1 to 8.0.2
@@ -1,5 +0,5 @@ | ||
export * from './injectable'; | ||
export * from './injector'; | ||
export * from './injected'; | ||
export * from './models'; | ||
export * from './injectable.js'; | ||
export * from './injector.js'; | ||
export * from './injected.js'; | ||
export * from './models/index.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
import { Injector } from './injector'; | ||
import { Injector } from './injector.js'; | ||
/** | ||
@@ -3,0 +3,0 @@ * The default options for the injectable classes |
@@ -1,2 +0,2 @@ | ||
import { Injector } from './injector'; | ||
import { Injector } from './injector.js'; | ||
export const Injected = (ctor) => (target, propertyKey) => { | ||
@@ -3,0 +3,0 @@ const targetCtor = target.constructor; |
@@ -1,2 +0,2 @@ | ||
export * from './constructable'; | ||
export * from './constructable.js'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@furystack/inject", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "Core FuryStack package", | ||
@@ -11,12 +11,3 @@ "type": "module", | ||
".": { | ||
"import": "./esm/index.js", | ||
"types": "./types/index.d.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"types/*" | ||
] | ||
"import": "./esm/index.js" | ||
} | ||
@@ -50,3 +41,3 @@ }, | ||
"dependencies": { | ||
"@furystack/utils": "^4.0.1" | ||
"@furystack/utils": "^4.0.2" | ||
}, | ||
@@ -53,0 +44,0 @@ "devDependencies": { |
@@ -1,4 +0,4 @@ | ||
export * from './injectable' | ||
export * from './injector' | ||
export * from './injected' | ||
export * from './models' | ||
export * from './injectable.js' | ||
export * from './injector.js' | ||
export * from './injected.js' | ||
export * from './models/index.js' |
@@ -1,3 +0,3 @@ | ||
import { Injector } from './injector' | ||
import type { Constructable } from './models/constructable' | ||
import { Injector } from './injector.js' | ||
import type { Constructable } from './models/constructable.js' | ||
@@ -4,0 +4,0 @@ /** |
@@ -1,3 +0,3 @@ | ||
import { Injector } from './injector' | ||
import type { Constructable } from './models/constructable' | ||
import { Injector } from './injector.js' | ||
import type { Constructable } from './models/constructable.js' | ||
@@ -4,0 +4,0 @@ export const Injected: <T extends Constructable<unknown>>(ctor: T) => PropertyDecorator = |
import type { Disposable } from '@furystack/utils' | ||
import type { InjectableOptions } from './injectable' | ||
import type { Constructable } from './models/constructable' | ||
import type { InjectableOptions } from './injectable.js' | ||
import type { Constructable } from './models/constructable.js' | ||
@@ -5,0 +5,0 @@ export class Injector implements Disposable { |
@@ -1,1 +0,1 @@ | ||
export * from './constructable' | ||
export * from './constructable.js' |
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
55953
Updated@furystack/utils@^4.0.2