Skip to content

Commit

Permalink
Final update for typings
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1193 committed May 27, 2022
1 parent c41014c commit 24d8af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adonis-typings/kvn-response.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import TransformerAbstractI from 'adonis-bumblebee-ts/build/Bumblebee/TransformerAbstract'
declare module '@ioc:Adonis/Core/HttpContext' {
interface HttpContextContract {
transform?: TransformerAbstractI;
transform?: any;
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adonis-kvn-response",
"version": "2.0.9",
"version": "2.1.0",
"description": "AdonisJS response helper for REST API",
"main": "build/src/providers/KvnResponseProvider.js",
"dependencies": {
Expand Down

0 comments on commit 24d8af7

Please sign in to comment.