Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-03-18 17:58:54 +00:00
parent 66736a1775
commit ea1261a218
433 changed files with 3684 additions and 1810 deletions

View file

@ -83,7 +83,9 @@ module.exports = function () {
set time(val) {
setTime(val);
},
get timeHighByte() {
return (_time >>> 8) & 0xff;
},
get crc() {
return _crc;
},