dtable-sdk
Advanced tools
Comparing version 0.0.77 to 0.0.78
@@ -624,2 +624,23 @@ "use strict"; | ||
} | ||
}, { | ||
key: "getGeolocationDisplayString", | ||
value: function getGeolocationDisplayString(value) { | ||
return (0, _dtableStore.getGeolocationDisplayString)(value); | ||
} | ||
}, { | ||
key: "getDurationDisplayString", | ||
value: function getDurationDisplayString(value, columnData) { | ||
return (0, _dtableStore.getDurationDisplayString)(value, columnData); | ||
} | ||
}, { | ||
key: "getDateDisplayString", | ||
value: function getDateDisplayString(value, columnData) { | ||
var format = columnData.format; | ||
return (0, _dtableStore.getDateDisplayString)(value, format); | ||
} | ||
}, { | ||
key: "getCollaboratorsName", | ||
value: function getCollaboratorsName(collaborators, value) { | ||
return (0, _dtableStore.getCollaboratorsName)(collaborators, value); | ||
} | ||
}]); | ||
@@ -626,0 +647,0 @@ |
{ | ||
"name": "dtable-sdk", | ||
"version": "0.0.77", | ||
"version": "0.0.78", | ||
"description": "dtable sdk", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
802584
20755
0