@smart-moov/plugin
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -73,3 +73,16 @@ "use strict"; | ||
} | ||
/** | ||
* Returns autocomplete for configuration | ||
* | ||
* @param {string} query Query string | ||
* @param {object} ctx Context | ||
*/ | ||
autocomplete(query, ctx) { | ||
return _asyncToGenerator(function* () { | ||
return []; | ||
})(); | ||
} | ||
} | ||
@@ -76,0 +89,0 @@ |
{ | ||
"name": "@smart-moov/plugin", | ||
"description": "Base for Smart Moov plugins, available in the Smart Moov Marketplace", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "repository": "git@github.com:smart-moov/plugin.git", |
@@ -49,2 +49,12 @@ import Plugin from './Plugin' | ||
} | ||
/** | ||
* Returns autocomplete for configuration | ||
* | ||
* @param {string} query Query string | ||
* @param {object} ctx Context | ||
*/ | ||
async autocomplete (query, ctx) { | ||
return [] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
23020
441