Skip to content

Commit

Permalink
refactor: rename container:resolved event to container_binding:resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Dec 19, 2023
1 parent a6ab2f4 commit 5ea7676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@
},
"dependencies": {
"@adonisjs/ace": "^12.3.2-3",
"@adonisjs/application": "^8.0.0-3",
"@adonisjs/application": "^8.0.0-4",
"@adonisjs/bodyparser": "^10.0.0-3",
"@adonisjs/config": "^4.2.1-7",
"@adonisjs/encryption": "^5.1.2-5",
"@adonisjs/env": "^4.2.0-8",
"@adonisjs/events": "^9.0.0-2",
"@adonisjs/fold": "^9.9.3-12",
"@adonisjs/fold": "^9.9.3-13",
"@adonisjs/hash": "^8.3.1-9",
"@adonisjs/http-server": "^7.0.0-4",
"@adonisjs/logger": "^5.4.2-8",
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export type IgnitorOptions = { importer: Importer }
* types.
*/
export interface EventsList extends HttpServerEvents {
'container:resolved': ContainerResolveEventData<ContainerBindings>
'container_binding:resolved': ContainerResolveEventData<ContainerBindings>
'http:server_ready': { port: number; host: string }
}

Expand Down

0 comments on commit 5ea7676

Please sign in to comment.