Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@octet-stream octet-stream released this 18 Jun 14:09

Update

  • Improved TS typings - the result of SuspenderHook function will be the same as SuspenderImplementation you provided (for example, if your SuspenderImplementation function returns User type, then SuspenderHook will also return User type instead of any).
  • Add exports section, so this package can be used with both CJS and ESM in Node.js. The next major release will be ESM only.

All changes: v1.0.0...v1.1.0