Skip to content

Commit 571b780

Browse files
committed
chore(release): publish
- @endo/base64@1.0.10 - @endo/benchmark@0.1.2 - @endo/bundle-source@4.1.0 - @endo/captp@4.4.6 - @endo/check-bundle@1.0.15 - @endo/cjs-module-analyzer@1.0.10 - @endo/cli@2.3.9 - @endo/common@1.2.11 - @endo/compartment-mapper@1.6.1 - @endo/daemon@2.4.9 - @endo/env-options@1.1.9 - @endo/errors@1.2.11 - @endo/eslint-plugin@2.3.1 - @endo/evasive-transform@2.0.0 - @endo/eventual-send@1.3.2 - @endo/exo@1.5.10 - @endo/far@1.1.12 - @endo/immutable-arraybuffer@1.1.0 - @endo/import-bundle@1.5.0 - @endo/init@1.1.10 - @endo/lockdown@1.0.16 - @endo/lp32@1.1.11 - @endo/marshal@1.7.0 - @endo/memoize@1.1.11 - @endo/module-source@1.3.1 - @endo/nat@5.1.1 - @endo/netstring@1.0.16 - @endo/ocapn@0.2.0 - @endo/panic@0.2.0 - @endo/pass-style@1.6.0 - @endo/patterns@1.6.0 - @endo/promise-kit@1.1.11 - ses@1.13.0 - @endo/ses-ava@1.3.0 - @endo/skel@1.1.11 - @endo/stream@1.2.11 - @endo/stream-node@1.1.11 - @endo/stream-types-test@1.0.16 - @endo/test262-runner@0.1.46 - @endo/trampoline@1.0.4 - @endo/where@1.0.10 - @endo/zip@1.0.10
1 parent 11c0eac commit 571b780

84 files changed

Lines changed: 455 additions & 43 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/base64/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [1.0.10](https://github.com/endojs/endo/compare/@endo/base64@1.0.9...@endo/base64@1.0.10) (2025-06-02)
7+
8+
**Note:** Version bump only for package @endo/base64
9+
10+
11+
12+
13+
614
### [1.0.9](https://github.com/endojs/endo/compare/@endo/base64@1.0.8...@endo/base64@1.0.9) (2024-11-13)
715

816
**Note:** Version bump only for package @endo/base64

packages/base64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/base64",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "Transcodes base64",
55
"keywords": [
66
"base64",

packages/benchmark/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.1.2](https://github.com/endojs/endo/compare/@endo/benchmark@0.1.1...@endo/benchmark@0.1.2) (2025-06-02)
7+
8+
**Note:** Version bump only for package @endo/benchmark
9+
10+
11+
12+
13+
614
### 0.1.1 (2025-03-24)
715

816

packages/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/benchmark",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"description": "Endo benchmarking ",
66
"keywords": [],

packages/bundle-source/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.1.0](https://github.com/endojs/endo/compare/@endo/bundle-source@4.0.0...@endo/bundle-source@4.1.0) (2025-06-02)
7+
8+
9+
### Features
10+
11+
* **bundle-source:** Thread importHook option to endoZipBase64 format ([e30441f](https://github.com/endojs/endo/commit/e30441f07630949518d6df35535a56347a84b797))
12+
13+
14+
### Bug Fixes
15+
16+
* **types:** include cacheSourceMaps in BundleOptions ([1a63ace](https://github.com/endojs/endo/commit/1a63ace9cffd8348e3f1a15058a7dc8a9338261a))
17+
18+
19+
620
## [4.0.0](https://github.com/endojs/endo/compare/@endo/bundle-source@3.5.1...@endo/bundle-source@4.0.0) (2025-03-24)
721

822

packages/bundle-source/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/bundle-source",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Create source bundles from ES Modules",
55
"type": "module",
66
"main": "src/index.js",

packages/captp/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [4.4.6](https://github.com/endojs/endo/compare/@endo/captp@4.4.5...@endo/captp@4.4.6) (2025-06-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **types:** abort reason optional ([a601d86](https://github.com/endojs/endo/commit/a601d8631a0df2ec0459b477bb6d95e45e6f6a46))
12+
13+
14+
615
### [4.4.5](https://github.com/endojs/endo/compare/@endo/captp@4.4.4...@endo/captp@4.4.5) (2025-03-24)
716

817
**Note:** Version bump only for package @endo/captp

packages/captp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/captp",
3-
"version": "4.4.5",
3+
"version": "4.4.6",
44
"description": "Capability Transfer Protocol for distributed objects",
55
"type": "module",
66
"keywords": [

packages/check-bundle/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [1.0.15](https://github.com/endojs/endo/compare/@endo/check-bundle@1.0.14...@endo/check-bundle@1.0.15) (2025-06-02)
7+
8+
**Note:** Version bump only for package @endo/check-bundle
9+
10+
11+
12+
13+
614
### [1.0.14](https://github.com/endojs/endo/compare/@endo/check-bundle@1.0.13...@endo/check-bundle@1.0.14) (2025-03-24)
715

816
**Note:** Version bump only for package @endo/check-bundle

packages/check-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/check-bundle",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"description": "Checks the integrity of an Endo bundle.",
55
"keywords": [
66
"endo",

0 commit comments

Comments
 (0)