@govflanders/vl-widget-plugin
Advanced tools
Comparing version 1.3.5 to 1.3.6
{ | ||
"name": "@govflanders/vl-widget-plugin", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"license": "MIT", | ||
@@ -27,7 +27,7 @@ "contributors": [ | ||
"dependencies": { | ||
"@govflanders/vl-widget-dependency-injection": "^1.3.5", | ||
"@govflanders/vl-widget-event": "^1.3.5", | ||
"@govflanders/vl-widget-module": "^1.3.5", | ||
"@govflanders/vl-widget-utility": "^1.3.5" | ||
"@govflanders/vl-widget-dependency-injection": "^1.3.6", | ||
"@govflanders/vl-widget-event": "^1.3.6", | ||
"@govflanders/vl-widget-module": "^1.3.6", | ||
"@govflanders/vl-widget-utility": "^1.3.6" | ||
} | ||
} |
@@ -30,5 +30,5 @@ import { PluginModule } from './module'; | ||
* | ||
* @var {string|PluginModuleType} | ||
* @var {string|PluginModuleType|null|undefined} | ||
*/ | ||
pluginModule?: string | PluginModuleType; | ||
pluginModule?: string | PluginModuleType | null | undefined; | ||
} |
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
82175