@elastic/plugin-helpers
Advanced tools
Comparing version 9.0.1 to 9.0.2
@@ -22,3 +22,6 @@ const resolve = require('path').resolve; | ||
} catch (e) { | ||
// noop | ||
// rethrow error unless it's complaining about file not existing | ||
if (e.code !== 'ENOENT') { | ||
throw e; | ||
} | ||
} | ||
@@ -29,3 +32,3 @@ }); | ||
'During development your plugin must be located in `../kibana-extra/{pluginName}` ' + | ||
'relative to the Kibana directory to work with this package.\n' | ||
'relative to the Kibana directory to work with this package.\n'; | ||
@@ -32,0 +35,0 @@ if (config.kibanaRoot) { |
{ | ||
"name": "@elastic/plugin-helpers", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"description": "Just some helpers for kibana plugin devs.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
34597
688