@bull-board/api
Advanced tools
Comparing version 3.2.3 to 3.2.4
@@ -1,1 +0,1 @@ | ||
export { BullAdapter } from './dist/queueAdapters/bull'; | ||
export { BullAdapter } from './dist/src/queueAdapters/bull'; |
@@ -1,1 +0,1 @@ | ||
module.exports = require('./dist/queueAdapters/bull'); | ||
module.exports = require('./dist/src/queueAdapters/bull'); |
@@ -1,1 +0,1 @@ | ||
export { BullMQAdapter } from './dist/queueAdapters/bullMQ'; | ||
export { BullMQAdapter } from './dist/src/queueAdapters/bullMQ'; |
@@ -1,2 +0,1 @@ | ||
/// <reference path="./dist/queueAdapters/bullMQ.d.ts" /> | ||
module.exports = require('./dist/queueAdapters/bullMQ'); | ||
module.exports = require('./dist/src/queueAdapters/bullMQ'); |
{ | ||
"name": "@bull-board/api", | ||
"version": "3.2.3", | ||
"version": "3.2.4", | ||
"description": "Core server APIs of bull-board", | ||
@@ -20,6 +20,5 @@ "keywords": [ | ||
"author": "felixmosh", | ||
"main": "dist/index.js", | ||
"main": "dist/src/index.js", | ||
"files": [ | ||
"dist", | ||
"typings", | ||
"*Adapter.*" | ||
@@ -26,0 +25,0 @@ ], |
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
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
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
40521
69
652
1