dtable-sdk
Advanced tools
Comparing version 0.0.37 to 0.0.38
@@ -268,2 +268,7 @@ "use strict"; | ||
}, { | ||
key: "deleteRowById", | ||
value: function deleteRowById(table, row_id) { | ||
this.dtableStore.deleteRowById(table._id, row_id); | ||
} | ||
}, { | ||
key: "modifyRow", | ||
@@ -270,0 +275,0 @@ value: function modifyRow(table, row, updated) { |
{ | ||
"name": "dtable-sdk", | ||
"version": "0.0.37", | ||
"version": "0.0.38", | ||
"description": "dtable sdk", | ||
@@ -21,3 +21,3 @@ "main": "./dist/dtable.js", | ||
"axios": "^0.19.0", | ||
"dtable-store": "^1.0.14", | ||
"dtable-store": "^1.2.9", | ||
"form-data": "^3.0.0" | ||
@@ -24,0 +24,0 @@ }, |
Sorry, the diff of this file is too big to display
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
192396
4836
Updateddtable-store@^1.2.9