dtable-sdk
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -310,2 +310,8 @@ "use strict"; | ||
}, { | ||
key: "getPluginSettings", | ||
value: function getPluginSettings(plugin_name) { | ||
var plugin_settings = this.dtableStore.value.plugin_settings; | ||
return plugin_settings[plugin_name] || null; | ||
} | ||
}, { | ||
key: "updatePluginSettings", | ||
@@ -312,0 +318,0 @@ value: function updatePluginSettings(plugin_name, plugin_settings) { |
{ | ||
"name": "dtable-sdk", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "dtable sdk", | ||
@@ -5,0 +5,0 @@ "main": "./dist/dtable.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
188234
4708