You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tabletorecords: tableToRecords now returns an Iterable, which is generated lazily, instead of
returning an Array. If you need an Array, convert the Iterable using Array.from().
record: This module no longer exports the types Record or ReadonlyRecord. Use the built-in
types Record<string, string> or Readonly<Record<string, string>> instead.
node: node versions 12, 17 are no longer supported.