@bull-board/koa 6.12.1 → 6.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { AppControllerRoute, AppViewRoute, BullBoardQueues, ControllerHandlerReturnType, IServerAdapter, UIConfig } from '@bull-board/api/dist/typings/app';
1
+ import type { AppControllerRoute, AppViewRoute, BullBoardQueues, ControllerHandlerReturnType, IServerAdapter, UIConfig } from '@bull-board/api/typings/app';
2
2
  import Koa from 'koa';
3
3
  export declare class KoaAdapter implements IServerAdapter {
4
4
  private basePath;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bull-board/koa",
3
- "version": "6.12.1",
3
+ "version": "6.12.2",
4
4
  "description": "A Koa.js server adapter for Bull-Board dashboard.",
5
5
  "keywords": [
6
6
  "bull",
@@ -24,12 +24,12 @@
24
24
  "dist"
25
25
  ],
26
26
  "scripts": {
27
- "build": "tsc",
27
+ "build": "yarn clean && tsc",
28
28
  "clean": "rm -rf dist"
29
29
  },
30
30
  "dependencies": {
31
- "@bull-board/api": "6.12.1",
32
- "@bull-board/ui": "6.12.1",
31
+ "@bull-board/api": "6.12.2",
32
+ "@bull-board/ui": "6.12.2",
33
33
  "@koa/bodyparser": "^5.1.2",
34
34
  "@ladjs/koa-views": "^9.0.0",
35
35
  "ejs": "^3.1.10",