assemblerjs
Advanced tools
Comparing version
@@ -123,3 +123,3 @@ /** | ||
declare interface AssemblageDefinition { | ||
export declare interface AssemblageDefinition { | ||
singleton?: false; | ||
@@ -357,3 +357,3 @@ events?: string[]; | ||
* and that can wrap an `Assemblage` with its own parameters decorator (e.g. @Use, @Context, ...). | ||
* Note that it must be placed before the `Assemnblage` decorator. | ||
* Note that it must be placed before the `Assemblage` decorator. | ||
* | ||
@@ -360,0 +360,0 @@ * @param { function(): void | undefined } fn A function to execute after `super`. |
{ | ||
"name": "assemblerjs", | ||
"description": "A general purpose and zero-dependency Dependency Injection library for node and browser.", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"author": "Benoît LAHOZ <info@benoitlahoz.io>", | ||
@@ -32,3 +32,3 @@ "bugs": "https://github.com/benoitlahoz/assemblerjs/issues", | ||
"type": "module", | ||
"main": "./dist/index.cjs", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
@@ -35,0 +35,0 @@ "types": "./dist/index.d.ts", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
72002
0.01%0
-100%