Skip to content
Open
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
6 changes: 0 additions & 6 deletions .changeset/blue-deserts-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/blue-kids-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fancy-pots-enjoy.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/soft-icons-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-toes-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/whole-schools-rescue.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/yummy-mangos-behave.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/compartment-mapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @endo/compartment-mapper

## 2.0.1

### Patch Changes

- [#3111](https://github.com/endojs/endo/pull/3111) [`154102b`](https://github.com/endojs/endo/commit/154102b47491f8fc587c891cfe69d206bd7833d2) Thanks [@boneskull](https://github.com/boneskull)! - Fix type of `PackageDataHook.packageData` which now correctly allows `$root$` as a key.

- [#3127](https://github.com/endojs/endo/pull/3127) [`6ada52b`](https://github.com/endojs/endo/commit/6ada52b6e6fdb19508624a1c93bd4a65c60670dd) Thanks [@turadg](https://github.com/turadg)! - Remove stale runtime dependencies from package manifests.

- [#3115](https://github.com/endojs/endo/pull/3115) [`1cd1246`](https://github.com/endojs/endo/commit/1cd12469b6874bb181238c2d2e41ce9bc6e8bb9f) Thanks [@boneskull](https://github.com/boneskull)! - Remove unused "error" `ModuleSourceHookModuleSource` type.

- Updated dependencies [[`6ada52b`](https://github.com/endojs/endo/commit/6ada52b6e6fdb19508624a1c93bd4a65c60670dd), [`a675d8e`](https://github.com/endojs/endo/commit/a675d8ec9df34d69cef84da6dec7750180108b59)]:
- @endo/[email protected]
- [email protected]

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compartment-mapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/compartment-mapper",
"version": "2.0.0",
"version": "2.0.1",
"description": "The compartment mapper assembles Node applications in a sandbox",
"keywords": [
"node",
Expand Down
6 changes: 6 additions & 0 deletions packages/lp32/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @endo/lp32

## 1.2.1

### Patch Changes

- [#3127](https://github.com/endojs/endo/pull/3127) [`6ada52b`](https://github.com/endojs/endo/commit/6ada52b6e6fdb19508624a1c93bd4a65c60670dd) Thanks [@turadg](https://github.com/turadg)! - Remove stale runtime dependencies from package manifests.

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lp32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/lp32",
"version": "1.2.0",
"version": "1.2.1",
"description": "32 bit unsigned host byte order length prefix message streams as async iterators",
"keywords": [
"stream",
Expand Down
9 changes: 9 additions & 0 deletions packages/marshal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @endo/marshal

## 1.9.1

### Patch Changes

- [#3127](https://github.com/endojs/endo/pull/3127) [`6ada52b`](https://github.com/endojs/endo/commit/6ada52b6e6fdb19508624a1c93bd4a65c60670dd) Thanks [@turadg](https://github.com/turadg)! - Remove stale runtime dependencies from package manifests.

- Updated dependencies [[`6ada52b`](https://github.com/endojs/endo/commit/6ada52b6e6fdb19508624a1c93bd4a65c60670dd)]:
- @endo/[email protected]

## 1.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/marshal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/marshal",
"version": "1.9.0",
"version": "1.9.1",
"description": "marshal: encoding and deconding of Passable subgraphs",
"type": "module",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/memoize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @endo/memoize

## 1.2.1

### Patch Changes

- [#3107](https://github.com/endojs/endo/pull/3107) [`05cdb5f`](https://github.com/endojs/endo/commit/05cdb5f550aa3e5057bffdbbf761fae80fd76e9a) Thanks [@erights](https://github.com/erights)! - `@endo/memoize` no longer depends on `ses`, just `@endo/harden`

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/memoize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/memoize",
"version": "1.2.0",
"version": "1.2.1",
"description": "Safe function memoization",
"keywords": [],
"author": "Endo contributors",
Expand Down
9 changes: 9 additions & 0 deletions packages/module-source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @endo/module-source

## 1.4.1

### Patch Changes

- [#3127](https://github.com/endojs/endo/pull/3127) [`6ada52b`](https://github.com/endojs/endo/commit/6ada52b6e6fdb19508624a1c93bd4a65c60670dd) Thanks [@turadg](https://github.com/turadg)! - Remove stale runtime dependencies from package manifests.

- Updated dependencies [[`a675d8e`](https://github.com/endojs/endo/commit/a675d8ec9df34d69cef84da6dec7750180108b59)]:
- [email protected]

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/module-source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/module-source",
"version": "1.4.0",
"version": "1.4.1",
"description": "Ponyfill for the SES ModuleSource and module-to-program transformer",
"keywords": [
"ses",
Expand Down
9 changes: 9 additions & 0 deletions packages/netstring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @endo/netstring

## 1.1.1

### Patch Changes

- [#3127](https://github.com/endojs/endo/pull/3127) [`6ada52b`](https://github.com/endojs/endo/commit/6ada52b6e6fdb19508624a1c93bd4a65c60670dd) Thanks [@turadg](https://github.com/turadg)! - Remove stale runtime dependencies from package manifests.

- Updated dependencies [[`d1d9625`](https://github.com/endojs/endo/commit/d1d96256f47c5209dfce3f3d52d3f222f266121a)]:
- @endo/[email protected]

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/netstring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/netstring",
"version": "1.1.0",
"version": "1.1.1",
"description": "Implements a JavaScript async iterator protocol for consuming and producing binary netstrings.",
"keywords": [],
"author": "Endo contributors",
Expand Down
9 changes: 9 additions & 0 deletions packages/pass-style/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @endo/pass-style

## 1.7.1

### Patch Changes

- [#3127](https://github.com/endojs/endo/pull/3127) [`6ada52b`](https://github.com/endojs/endo/commit/6ada52b6e6fdb19508624a1c93bd4a65c60670dd) Thanks [@turadg](https://github.com/turadg)! - Remove stale runtime dependencies from package manifests.

- Updated dependencies [[`d1d9625`](https://github.com/endojs/endo/commit/d1d96256f47c5209dfce3f3d52d3f222f266121a)]:
- @endo/[email protected]

## 1.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pass-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/pass-style",
"version": "1.7.0",
"version": "1.7.1",
"description": "Defines the taxonomy of Passable objects.",
"keywords": [],
"author": "Endo contributors",
Expand Down
15 changes: 15 additions & 0 deletions packages/patterns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @endo/patterns

## 1.9.0

### Minor Changes

- [#3067](https://github.com/endojs/endo/pull/3067) [`8195a5a`](https://github.com/endojs/endo/commit/8195a5aa8dd99d147b34e40ce8fa7328ce596e87) Thanks [@gibson042](https://github.com/gibson042)! - - Updates `containerHasSplit` to consider copyArray elements in forward order,
better aligning with intuition.

### Patch Changes

- [#3127](https://github.com/endojs/endo/pull/3127) [`6ada52b`](https://github.com/endojs/endo/commit/6ada52b6e6fdb19508624a1c93bd4a65c60670dd) Thanks [@turadg](https://github.com/turadg)! - Remove stale runtime dependencies from package manifests.

- Updated dependencies [[`6ada52b`](https://github.com/endojs/endo/commit/6ada52b6e6fdb19508624a1c93bd4a65c60670dd)]:
- @endo/[email protected]
- @endo/[email protected]

## 1.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/patterns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/patterns",
"version": "1.8.0",
"version": "1.9.0",
"description": "Pattern matching for Passable objects, expressed as Passable data",
"keywords": [],
"author": "Endo contributors",
Expand Down
6 changes: 6 additions & 0 deletions packages/promise-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @endo/promise-kit

## 1.2.1

### Patch Changes

- [#3108](https://github.com/endojs/endo/pull/3108) [`d1d9625`](https://github.com/endojs/endo/commit/d1d96256f47c5209dfce3f3d52d3f222f266121a) Thanks [@erights](https://github.com/erights)! - `@endo/promise-kit` no longer depends on `ses`, just `@endo/harden`

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/promise-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/promise-kit",
"version": "1.2.0",
"version": "1.2.1",
"description": "Helper for making promises",
"keywords": [
"promise"
Expand Down
10 changes: 10 additions & 0 deletions packages/ses/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ses

## 1.16.0

### Minor Changes

- [#3129](https://github.com/endojs/endo/pull/3129) [`a675d8e`](https://github.com/endojs/endo/commit/a675d8ec9df34d69cef84da6dec7750180108b59) Thanks [@erights](https://github.com/erights)! - `overrideTaming: 'moderate'` includes `overrideTaming: 'min'`.

Previously `overrideTaming: 'min'` correctly enabled `Iterator.prototype.constructor` to be overridden by assignment, but due to an oversight, `overrideTaming: 'moderate'` did not. Now it does.

To make such mistakes less likely, this PR also adopts a style where all records within larger enablements triple-dot the corresponding record from a smaller enablement, if present.

## 1.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ses",
"version": "1.15.0",
"version": "1.16.0",
"description": "Hardened JavaScript for Fearless Cooperation",
"keywords": [
"lockdown",
Expand Down
6 changes: 6 additions & 0 deletions packages/stream-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @endo/stream-node

## 1.2.1

### Patch Changes

- [#3127](https://github.com/endojs/endo/pull/3127) [`6ada52b`](https://github.com/endojs/endo/commit/6ada52b6e6fdb19508624a1c93bd4a65c60670dd) Thanks [@turadg](https://github.com/turadg)! - Remove stale runtime dependencies from package manifests.

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/stream-node",
"version": "1.2.0",
"version": "1.2.1",
"description": "Uint8Array async iterator adapters for Node.js streams",
"keywords": [
"stream",
Expand Down