Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ocap/monorepo",
"version": "6.0.0",
"version": "7.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
9 changes: 8 additions & 1 deletion packages/kernel-browser-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0]

### Added

- Pass full `RemoteCommsOptions` via worker URL ([#881](https://github.com/MetaMask/ocap-kernel/pull/881), [#906](https://github.com/MetaMask/ocap-kernel/pull/906), [#915](https://github.com/MetaMask/ocap-kernel/pull/915))

## [0.5.0]

### Added
Expand Down Expand Up @@ -81,7 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-browser-runtime@0.5.0...HEAD
[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-browser-runtime@0.6.0...HEAD
[0.6.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-browser-runtime@0.5.0...@metamask/kernel-browser-runtime@0.6.0
[0.5.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-browser-runtime@0.4.0...@metamask/kernel-browser-runtime@0.5.0
[0.4.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-browser-runtime@0.3.0...@metamask/kernel-browser-runtime@0.4.0
[0.3.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-browser-runtime@0.2.0...@metamask/kernel-browser-runtime@0.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-browser-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/kernel-browser-runtime",
"version": "0.5.0",
"version": "0.6.0",
"description": "Tools for running the MetaMask Ocap Kernel in a web browser",
"keywords": [
"MetaMask",
Expand Down
11 changes: 6 additions & 5 deletions packages/kernel-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
## [0.1.0]

- **BREAKING:** Rename package from `@ocap/cli` to `@metamask/kernel-cli` and make it public ([#875](https://github.com/MetaMask/ocap-kernel/pull/875))
- Replace `@ocap/repo-tools/vite-plugins` dependency with `@metamask/kernel-utils/vite-plugins` ([#875](https://github.com/MetaMask/ocap-kernel/pull/875))
- Replace `@ocap/nodejs` dependency with `@metamask/kernel-node-runtime` ([#875](https://github.com/MetaMask/ocap-kernel/pull/875))
### Added

[Unreleased]: https://github.com/MetaMask/ocap-kernel/
- Initial release.

[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-cli@0.1.0...HEAD
[0.1.0]: https://github.com/MetaMask/ocap-kernel/releases/tag/@metamask/kernel-cli@0.1.0
2 changes: 1 addition & 1 deletion packages/kernel-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/kernel-cli",
"version": "0.0.0",
"version": "0.1.0",
"description": "Ocap Kernel cli",
"keywords": [
"MetaMask",
Expand Down
9 changes: 8 additions & 1 deletion packages/kernel-errors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0]

### Added

- Standardize vat-observable kernel errors ([#913](https://github.com/MetaMask/ocap-kernel/pull/913))

## [0.5.0]

### Added
Expand Down Expand Up @@ -50,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-errors@0.5.0...HEAD
[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-errors@0.6.0...HEAD
[0.6.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-errors@0.5.0...@metamask/kernel-errors@0.6.0
[0.5.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-errors@0.4.0...@metamask/kernel-errors@0.5.0
[0.4.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-errors@0.3.0...@metamask/kernel-errors@0.4.0
[0.3.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-errors@0.2.0...@metamask/kernel-errors@0.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/kernel-errors",
"version": "0.5.0",
"version": "0.6.0",
"description": "Ocap Kernel errors",
"keywords": [
"MetaMask",
Expand Down
9 changes: 6 additions & 3 deletions packages/kernel-node-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
## [0.1.0]

- **BREAKING:** Rename package from `@ocap/nodejs` to `@metamask/kernel-node-runtime` and make it public ([#875](https://github.com/MetaMask/ocap-kernel/pull/875))
### Added

[Unreleased]: https://github.com/MetaMask/ocap-kernel/
- Initial release.

[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-node-runtime@0.1.0...HEAD
[0.1.0]: https://github.com/MetaMask/ocap-kernel/releases/tag/@metamask/kernel-node-runtime@0.1.0
2 changes: 1 addition & 1 deletion packages/kernel-node-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/kernel-node-runtime",
"version": "0.0.0",
"version": "0.1.0",
"description": "For running Ocap Kernel experiments in a Node.js environment",
"keywords": [
"MetaMask",
Expand Down
9 changes: 8 additions & 1 deletion packages/kernel-rpc-methods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0]

### Changed

- Bump compatible versions of sibling `@metamask/*` packages

## [0.5.0]

### Changed
Expand Down Expand Up @@ -37,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-rpc-methods@0.5.0...HEAD
[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-rpc-methods@0.6.0...HEAD
[0.6.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-rpc-methods@0.5.0...@metamask/kernel-rpc-methods@0.6.0
[0.5.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-rpc-methods@0.4.0...@metamask/kernel-rpc-methods@0.5.0
[0.4.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-rpc-methods@0.3.0...@metamask/kernel-rpc-methods@0.4.0
[0.3.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-rpc-methods@0.2.0...@metamask/kernel-rpc-methods@0.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-rpc-methods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/kernel-rpc-methods",
"version": "0.5.0",
"version": "0.6.0",
"description": "Utilities for implementing Ocap Kernel JSON-RPC methods",
"keywords": [
"MetaMask",
Expand Down
9 changes: 8 additions & 1 deletion packages/kernel-shims/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0]

### Changed

- Update libp2p webrtc peer dependency to v6 ([#900](https://github.com/MetaMask/ocap-kernel/pull/900))

## [0.4.0]

### Added
Expand Down Expand Up @@ -42,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-shims@0.4.0...HEAD
[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-shims@0.5.0...HEAD
[0.5.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-shims@0.4.0...@metamask/kernel-shims@0.5.0
[0.4.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-shims@0.3.0...@metamask/kernel-shims@0.4.0
[0.3.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-shims@0.2.0...@metamask/kernel-shims@0.3.0
[0.2.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-shims@0.1.0...@metamask/kernel-shims@0.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-shims/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/kernel-shims",
"version": "0.4.0",
"version": "0.5.0",
"description": "Ocap Kernel shims",
"keywords": [
"MetaMask",
Expand Down
9 changes: 8 additions & 1 deletion packages/kernel-store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0]

### Changed

- **BREAKING:** Remove `store.kv` property and adopt branded string types for kernel identifiers ([#917](https://github.com/MetaMask/ocap-kernel/pull/917))

## [0.5.0]

### Added
Expand Down Expand Up @@ -43,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-store@0.5.0...HEAD
[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-store@0.6.0...HEAD
[0.6.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-store@0.5.0...@metamask/kernel-store@0.6.0
[0.5.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-store@0.4.0...@metamask/kernel-store@0.5.0
[0.4.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-store@0.3.0...@metamask/kernel-store@0.4.0
[0.3.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-store@0.2.0...@metamask/kernel-store@0.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/kernel-store",
"version": "0.5.0",
"version": "0.6.0",
"description": "Ocap Kernel storage abstractions and implementations",
"keywords": [
"MetaMask",
Expand Down
15 changes: 14 additions & 1 deletion packages/kernel-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0]

### Changed

- **BREAKING:** Adopt branded string types for kernel identifiers ([#917](https://github.com/MetaMask/ocap-kernel/pull/917), [#921](https://github.com/MetaMask/ocap-kernel/pull/921))
- Bump `@metamask/design-system-react` to `^0.10.0` ([#885](https://github.com/MetaMask/ocap-kernel/pull/885))
- Improve `SendMessageForm` error display ([#879](https://github.com/MetaMask/ocap-kernel/pull/879))

### Fixed

- Fix type error in `PanelContext` pending request queue ([#908](https://github.com/MetaMask/ocap-kernel/pull/908))

## [0.4.0]

### Added
Expand Down Expand Up @@ -50,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-ui@0.4.0...HEAD
[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-ui@0.5.0...HEAD
[0.5.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-ui@0.4.0...@metamask/kernel-ui@0.5.0
[0.4.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-ui@0.3.0...@metamask/kernel-ui@0.4.0
[0.3.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-ui@0.2.0...@metamask/kernel-ui@0.3.0
[0.2.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-ui@0.1.0...@metamask/kernel-ui@0.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/kernel-ui",
"version": "0.4.0",
"version": "0.5.0",
"description": "Kernel control panel UI",
"homepage": "https://github.com/MetaMask/ocap-kernel/tree/main/packages/kernel-ui#readme",
"bugs": {
Expand Down
15 changes: 14 additions & 1 deletion packages/kernel-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0]

### Added

- Add `./vite-plugins` export with `bundleVat` and `bundleVats` vat bundling utilities (moved from `@ocap/repo-tools`) ([#875](https://github.com/MetaMask/ocap-kernel/pull/875))
- Add `vite` as an optional peer dependency for the `./vite-plugins` subpath ([#875](https://github.com/MetaMask/ocap-kernel/pull/875))
- Add `CapDataStruct` export ([#917](https://github.com/MetaMask/ocap-kernel/pull/917))
- Add JSON Schema to superstruct utilities ([#876](https://github.com/MetaMask/ocap-kernel/pull/876))
- Add `@metamask/kernel-cli` utilities ([#896](https://github.com/MetaMask/ocap-kernel/pull/896))
- `getOcapHome()` for obtaining the CLI config dir
- `prettifySmallcaps()` for formatting smallcaps values for display
- Add `isCapData()` utility ([#879](https://github.com/MetaMask/ocap-kernel/pull/879))

### Changed

- **BREAKING:** Rename discoverable exo `describe()` method to `__getDescription__()` ([#869](https://github.com/MetaMask/ocap-kernel/pull/869))

## [0.4.0]

Expand Down Expand Up @@ -47,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-utils@0.4.0...HEAD
[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-utils@0.5.0...HEAD
[0.5.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-utils@0.4.0...@metamask/kernel-utils@0.5.0
[0.4.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-utils@0.3.0...@metamask/kernel-utils@0.4.0
[0.3.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-utils@0.2.0...@metamask/kernel-utils@0.3.0
[0.2.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/kernel-utils@0.1.0...@metamask/kernel-utils@0.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/kernel-utils",
"version": "0.4.0",
"version": "0.5.0",
"description": "A kitchen drawer of Ocap Kernel utilities",
"keywords": [
"MetaMask",
Expand Down
9 changes: 8 additions & 1 deletion packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0]

### Changed

- Bump compatible versions of sibling `@metamask/*` packages

## [0.6.0]

### Added
Expand Down Expand Up @@ -48,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/logger@0.6.0...HEAD
[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/logger@0.7.0...HEAD
[0.7.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/logger@0.6.0...@metamask/logger@0.7.0
[0.6.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/logger@0.5.0...@metamask/logger@0.6.0
[0.5.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/logger@0.4.0...@metamask/logger@0.5.0
[0.4.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/logger@0.3.0...@metamask/logger@0.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/logger",
"version": "0.6.0",
"version": "0.7.0",
"description": "A lightweight logging package using @metamask/streams",
"keywords": [
"MetaMask",
Expand Down
24 changes: 23 additions & 1 deletion packages/ocap-kernel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0]

### Added

- Add various configurable timeouts for remote communications ([#906](https://github.com/MetaMask/ocap-kernel/pull/906))
- Propagate relay hints from redeemed ocap URLs ([#887](https://github.com/MetaMask/ocap-kernel/pull/887))
- Add `allowedWsHosts` parameter to `initializeRemoteComms()` ([#878](https://github.com/MetaMask/ocap-kernel/pull/878))

### Changed

- **BREAKING:** Adopt branded string types for kernel identifiers ([#917](https://github.com/MetaMask/ocap-kernel/pull/917), [#921](https://github.com/MetaMask/ocap-kernel/pull/921))
- Standardize vat-observable kernel errors ([#913](https://github.com/MetaMask/ocap-kernel/pull/913))
- Upgrade libp2p to v3 and improve remote communication reliability ([#900](https://github.com/MetaMask/ocap-kernel/pull/900), [#915](https://github.com/MetaMask/ocap-kernel/pull/915))
- Auto-extract `allowedWsHosts` from plain `ws://` relay multiaddrs in `ConnectionFactory` ([#881](https://github.com/MetaMask/ocap-kernel/pull/881))
- Use `E()` for kernel service invocation to support remote presences as services ([#872](https://github.com/MetaMask/ocap-kernel/pull/872))

### Fixed

- Attempt to reconnect to unreachable relays on startup ([#918](https://github.com/MetaMask/ocap-kernel/pull/918))
- Restore single-delivery guarantee per crank and prevent rollback cache staleness ([#879](https://github.com/MetaMask/ocap-kernel/pull/879))

## [0.6.0]

### Added
Expand Down Expand Up @@ -131,7 +152,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/ocap-kernel@0.6.0...HEAD
[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/ocap-kernel@0.7.0...HEAD
[0.7.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/ocap-kernel@0.6.0...@metamask/ocap-kernel@0.7.0
[0.6.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/ocap-kernel@0.5.0...@metamask/ocap-kernel@0.6.0
[0.5.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/ocap-kernel@0.4.0...@metamask/ocap-kernel@0.5.0
[0.4.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/ocap-kernel@0.3.0...@metamask/ocap-kernel@0.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/ocap-kernel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/ocap-kernel",
"version": "0.6.0",
"version": "0.7.0",
"description": "OCap kernel core components",
"keywords": [
"MetaMask",
Expand Down
9 changes: 8 additions & 1 deletion packages/streams/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0]

### Changed

- Bump compatible versions of sibling `@metamask/*` packages

## [0.5.0]

### Changed
Expand Down Expand Up @@ -46,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/streams@0.5.0...HEAD
[Unreleased]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/streams@0.6.0...HEAD
[0.6.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/streams@0.5.0...@metamask/streams@0.6.0
[0.5.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/streams@0.4.0...@metamask/streams@0.5.0
[0.4.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/streams@0.3.0...@metamask/streams@0.4.0
[0.3.0]: https://github.com/MetaMask/ocap-kernel/compare/@metamask/streams@0.2.0...@metamask/streams@0.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/streams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/streams",
"version": "0.5.0",
"version": "0.6.0",
"description": "SES-compatible streams, in the lineage of `@endo/stream`",
"keywords": [
"MetaMask",
Expand Down
Loading