willgm / web-crypto-storage

A tiny promise-based crypto keyval storage using IndexedDB and the native Web Crypto API
MIT License
375 stars 19 forks source link

Support for TypeScript 4.5 #28

Closed willgm closed 2 years ago

willgm commented 2 years ago

The custom TypedArray type were replaced by the new BufferSource type on TS 4.5.

BREAKING CHANGE: Some type definitions on the public API needed to be changed due to TypeScript

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 3.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: