Skip to content

2.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 18:15
38fe219

@metamask/kernel-browser-runtime 0.1.0

Added

  • Initial release.

@metamask/kernel-rpc-methods 0.2.0

Changed

  • Support Promise<void> in addition to void for result types (#528)

@metamask/kernel-shims 0.2.0

Added

  • Add eventual send shim (#536)

Fixed

  • Enable sideEffects in package.json (#522)
    • This indicates to bundlers and other tools that imports from this package may cause side effects, as they all do.

@metamask/kernel-store 0.2.0

Added

  • Make export paths compatible with Browserify (#533)

@metamask/logger 0.2.0

Changed

  • Include JSON-RPC notifications in KernelMessage type (#528)

@metamask/ocap-kernel 0.2.0

Added

  • Make export paths compatible with Browserify (#533)
  • Properly handle syscall failures (#520)
  • Add Kernel.getStatus() (#522)
  • Use JSON-RPC notifications for vat syscalls (#528)

Removed

  • Remove waitForSyscallsToComplete() (#527)

@metamask/streams 0.2.0

Added

  • Make export paths compatible with Browserify (#533)