@adonisjs/fold
Advanced tools
Comparing version 9.9.3-12 to 9.9.3-13
@@ -265,3 +265,3 @@ var __defProp = Object.defineProperty; | ||
} | ||
this.#options.emitter.emit("container:resolved", { | ||
this.#options.emitter.emit("container_binding:resolved", { | ||
binding, | ||
@@ -268,0 +268,0 @@ value |
@@ -73,3 +73,3 @@ import type { Exception } from '@poppinss/utils'; | ||
/** | ||
* The data emitted using the `container:resolve` event. If known bindings | ||
* The data emitted by the `container_binding:resolved` event. If known bindings | ||
* are defined, then the bindings and values will be correctly | ||
@@ -76,0 +76,0 @@ * inferred. |
{ | ||
"name": "@adonisjs/fold", | ||
"version": "9.9.3-12", | ||
"version": "9.9.3-13", | ||
"description": "A simple and straight forward implementation for IoC container in JavaScript", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
170807