dtable-sdk
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -309,2 +309,12 @@ "use strict"; | ||
} | ||
}, { | ||
key: "updatePluginSettings", | ||
value: function updatePluginSettings(plugin_name, plugin_settings) { | ||
this.dtableStore.updatePluginSettings(plugin_name, plugin_settings); | ||
} | ||
}, { | ||
key: "deletePluginSettings", | ||
value: function deletePluginSettings(plugin_name) { | ||
this.dtableStore.deletePluginSettings(plugin_name); | ||
} | ||
}]); | ||
@@ -311,0 +321,0 @@ |
{ | ||
"name": "dtable-sdk", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "dtable sdk", | ||
@@ -21,3 +21,3 @@ "main": "./dist/dtable.js", | ||
"axios": "^0.19.0", | ||
"dtable-store": "0.0.56", | ||
"dtable-store": "0.0.61", | ||
"form-data": "^3.0.0" | ||
@@ -24,0 +24,0 @@ }, |
Sorry, the diff of this file is too big to display
188019
4702
+ Addeddtable-store@0.0.61(transitive)
- Removeddtable-store@0.0.56(transitive)
Updateddtable-store@0.0.61