@hyperledger/cactus-core-api
Advanced tools
Comparing version 1.0.0-rc.1 to 1.0.0-rc.2
@@ -10,2 +10,2 @@ import { IPluginFactoryOptions } from "./i-plugin-factory-options"; | ||
*/ | ||
export declare type PluginFactoryFactory = (pluginFactoryOptions: IPluginFactoryOptions) => Promise<PluginFactory<ICactusPlugin, any, IPluginFactoryOptions>>; | ||
export declare type PluginFactoryFactory = (pluginFactoryOptions: IPluginFactoryOptions) => Promise<PluginFactory<ICactusPlugin, unknown, IPluginFactoryOptions>>; |
@@ -1,1 +0,2 @@ | ||
export declare type IExpressRequestHandler = (req: any, res: any, next: (err: any) => void) => void; | ||
import type { Request, Response, NextFunction } from "express"; | ||
export declare type IExpressRequestHandler = (req: Request, res: Response, next: NextFunction) => void; |
{ | ||
"name": "@hyperledger/cactus-core-api", | ||
"version": "1.0.0-rc.1", | ||
"version": "1.0.0-rc.2", | ||
"description": "Contains type definitions/interfaces for the kernel of the codebase. Kept separate from the implementation so that it is easier to use it as a dependency.", | ||
@@ -77,6 +77,6 @@ "main": "dist/lib/main/typescript/index.js", | ||
"dependencies": { | ||
"@hyperledger/cactus-common": "1.0.0-rc.1", | ||
"@hyperledger/cactus-common": "1.0.0-rc.2", | ||
"axios": "0.21.4" | ||
}, | ||
"gitHead": "bfe342e9f443737a3bc083e0d9697024021229ae" | ||
"gitHead": "b673fbe019554b6f946d14a7e928f92d3d4126ee" | ||
} |
Sorry, the diff of this file is too big to display
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
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
3674366
41634
0
+ Added@hyperledger/cactus-common@1.0.0-rc.2(transitive)
- Removed@hyperledger/cactus-common@1.0.0-rc.1(transitive)