@webiny/plugins
Advanced tools
Comparing version 5.40.6 to 5.41.0-beta.0
{ | ||
"name": "@webiny/plugins", | ||
"version": "5.40.6", | ||
"version": "5.41.0-beta.0", | ||
"main": "index.js", | ||
@@ -23,7 +23,7 @@ "repository": { | ||
"@types/uniqid": "5.3.2", | ||
"@webiny/cli": "5.40.6", | ||
"@webiny/project-utils": "5.40.6", | ||
"@webiny/cli": "5.41.0-beta.0", | ||
"@webiny/project-utils": "5.41.0-beta.0", | ||
"rimraf": "5.0.5", | ||
"ttypescript": "1.5.15", | ||
"typescript": "4.7.4" | ||
"typescript": "4.9.5" | ||
}, | ||
@@ -38,3 +38,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "f9da84b373e62f9f269599c4301e5e4418a98d51" | ||
"gitHead": "9ce5e75fc577aa4de2cf08d5ca734b3c98fe65b6" | ||
} |
export { PluginsContainer } from "./PluginsContainer"; | ||
export declare type Plugin<T = Record<string, any>> = { | ||
export type Plugin<T = Record<string, any>> = { | ||
type: string; | ||
@@ -8,3 +8,3 @@ name?: string; | ||
} & T; | ||
export declare type PluginCollection = (Plugin | PluginFactory | PluginCollection)[]; | ||
export declare type PluginFactory = () => Promise<Plugin | PluginCollection>; | ||
export type PluginCollection = (Plugin | PluginFactory | PluginCollection)[]; | ||
export type PluginFactory = () => Promise<Plugin | PluginCollection>; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
24552
2