Skip to content

Commit 9b67848

Browse files
committed
chore(release): publish
- @endo/benchmark@0.1.1 - @endo/bundle-source@4.0.0 - @endo/captp@4.4.5 - @endo/check-bundle@1.0.14 - @endo/cli@2.3.8 - @endo/common@1.2.10 - @endo/compartment-mapper@1.6.0 - @endo/daemon@2.4.8 - @endo/errors@1.2.10 - @endo/evasive-transform@1.4.0 - @endo/eventual-send@1.3.1 - @endo/exo@1.5.9 - @endo/far@1.1.11 - @endo/immutable-arraybuffer@0.2.4 - @endo/import-bundle@1.4.0 - @endo/init@1.1.9 - @endo/lockdown@1.0.15 - @endo/lp32@1.1.10 - @endo/marshal@1.6.4 - @endo/memoize@1.1.10 - @endo/module-source@1.3.0 - @endo/nat@5.1.0 - @endo/netstring@1.0.15 - @endo/pass-style@1.5.0 - @endo/patterns@1.5.0 - @endo/promise-kit@1.1.10 - ses@1.12.0 - @endo/ses-ava@1.2.10 - @endo/skel@1.1.10 - @endo/stream@1.2.10 - @endo/stream-node@1.1.10 - @endo/stream-types-test@1.0.15 - @endo/test262-runner@0.1.45
1 parent 6cf51fe commit 9b67848

Some content is hidden

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

66 files changed

+367
-33
lines changed

packages/benchmark/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
### 0.1.1 (2025-03-24)
7+
8+
9+
### Bug Fixes
10+
11+
* add echo to run-test.sh ([0f9bd62](https://github.com/endojs/endo/commit/0f9bd62f853758ea70d11e67ec333924d2c7da3a))
12+
* **camelCase:** Change to ([b5a9bf0](https://github.com/endojs/endo/commit/b5a9bf0944c6d96f630e7a1dd5c83f40d371a988))
13+
* **time:** change the function name to get time ([da0d44f](https://github.com/endojs/endo/commit/da0d44fdfe5de0c96abe1493c2ddf23d8cabff20))

packages/benchmark/package.json

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

packages/bundle-source/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
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.0.0](https://github.com/endojs/endo/compare/@endo/bundle-source@3.5.1...@endo/bundle-source@4.0.0) (2025-03-24)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* **bundle-source:** * This change replaces the implementation of getExport
12+
and nestedEvaluate bundle formats in some ways that are not strictly
13+
backward-compatible.
14+
First, the Rollup implementation used different
15+
heuristics to distinguish a CommonJS module from an ESM, and the new
16+
algorithm is more in line with precedent as set in Node.js 18.
17+
Second, the Endo implementation does not support live export bindings.
18+
Third, the Endo implementation does not tolerate missing dependencies
19+
or devDependencies.
20+
Any treatment on the generated source that is not just evaluation is
21+
fragile and likely to break, and although we make no guarantees about
22+
stability of the generated string, this change definitely frustrates
23+
some usage in practice, which we have already addressed in Agoric SDK.
24+
This change preserves the assumption that getExport and nestedEvaluate
25+
may reach for devDependencies of the entry package by default.
26+
27+
### Features
28+
29+
* **bundle-source:** Replace getExport and nestedEvaluate implementations with endoScript implementation ([aae5655](https://github.com/endojs/endo/commit/aae5655f889ca2b504096eccfbede0be0dcf22ac))
30+
31+
32+
633
### [3.5.1](https://github.com/endojs/endo/compare/@endo/bundle-source@3.5.0...@endo/bundle-source@3.5.1) (2025-01-24)
734

835
**Note:** Version bump only for package @endo/bundle-source

packages/bundle-source/package.json

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

packages/captp/CHANGELOG.md

+8
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+
### [4.4.5](https://github.com/endojs/endo/compare/@endo/captp@4.4.4...@endo/captp@4.4.5) (2025-03-24)
7+
8+
**Note:** Version bump only for package @endo/captp
9+
10+
11+
12+
13+
614
### [4.4.4](https://github.com/endojs/endo/compare/@endo/captp@4.4.3...@endo/captp@4.4.4) (2025-01-24)
715

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

packages/captp/package.json

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

packages/check-bundle/CHANGELOG.md

+8
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.14](https://github.com/endojs/endo/compare/@endo/check-bundle@1.0.13...@endo/check-bundle@1.0.14) (2025-03-24)
7+
8+
**Note:** Version bump only for package @endo/check-bundle
9+
10+
11+
12+
13+
614
### [1.0.13](https://github.com/endojs/endo/compare/@endo/check-bundle@1.0.12...@endo/check-bundle@1.0.13) (2025-01-24)
715

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

packages/check-bundle/package.json

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

packages/cli/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
### [2.3.8](https://github.com/endojs/endo/compare/@endo/cli@2.3.7...@endo/cli@2.3.8) (2025-03-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** tolerate [#2702](https://github.com/endojs/endo/issues/2702) stderr noise ([#2704](https://github.com/endojs/endo/issues/2704)) ([1bf94a1](https://github.com/endojs/endo/commit/1bf94a146bac85ad1efc1429986368f0dacf2f36))
12+
* **daemon,cli:** fix [#2700](https://github.com/endojs/endo/issues/2700) use endo/init to prepare async hooks ([aacefe4](https://github.com/endojs/endo/commit/aacefe4ab6266d1096db7939abbed95bbda6f4f5))
13+
14+
15+
616
### [2.3.7](https://github.com/endojs/endo/compare/@endo/cli@2.3.6...@endo/cli@2.3.7) (2025-01-24)
717

818
**Note:** Version bump only for package @endo/cli

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/cli",
3-
"version": "2.3.7",
3+
"version": "2.3.8",
44
"private": true,
55
"description": "Endo command line interface",
66
"keywords": [],

packages/common/CHANGELOG.md

+8
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.2.10](https://github.com/endojs/endo/compare/@endo/common@1.2.9...@endo/common@1.2.10) (2025-03-24)
7+
8+
**Note:** Version bump only for package @endo/common
9+
10+
11+
12+
13+
614
### [1.2.9](https://github.com/endojs/endo/compare/@endo/common@1.2.8...@endo/common@1.2.9) (2025-01-24)
715

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

packages/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/common",
3-
"version": "1.2.9",
3+
"version": "1.2.10",
44
"description": "common low level utilities",
55
"keywords": [],
66
"author": "Endo contributors",

packages/compartment-mapper/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.6.0](https://github.com/endojs/endo/compare/@endo/compartment-mapper@1.5.0...@endo/compartment-mapper@1.6.0) (2025-03-24)
7+
8+
9+
### Features
10+
11+
* **compartment-mapper:** a simple version of allowing exports override via define semantics with little new consequences ([8e33f8c](https://github.com/endojs/endo/commit/8e33f8c8c1520e726be36b281ae686e7a95d8870))
12+
* **compartment-mapper:** add option for custom logger to various functions ([493b4c2](https://github.com/endojs/endo/commit/493b4c24714189c884cb5b648f876cb3ee5ad21c))
13+
* **compartment-mapper:** cjs - allow overwriting exports field with define semantics ([7b1785c](https://github.com/endojs/endo/commit/7b1785c8a0c93a497f22c3f2a963d2c1acc33cc7))
14+
* **compartment-mapper:** makeFunctor to go with makeScript from makeBundle ([ee87476](https://github.com/endojs/endo/commit/ee87476e0efcf8f6e412eec93eba5f3853ead6f3))
15+
16+
17+
### Bug Fixes
18+
19+
* **compartment-mapper:** Make bundled code more robust against primordial replacement/manipulation ([#2725](https://github.com/endojs/endo/issues/2725)) ([9aac805](https://github.com/endojs/endo/commit/9aac8051275d031d8d6e84c34d20aa9c3c9b64a8)), closes [/github.com/endojs/endo/pull/2707#discussion_r1953346697](https://github.com/endojs//github.com/endojs/endo/pull/2707/issues/discussion_r1953346697)
20+
* **compartment-mapper:** make the cjs support for `defineProperty(module, 'exports'` work ([433bfbb](https://github.com/endojs/endo/commit/433bfbb1c44f88baf852228bb012972ba2c0cbc0))
21+
* **compartment-mapper:** sync module transforms in bundle.js ([1d29043](https://github.com/endojs/endo/commit/1d29043e8de08091b1b59059e91eba3be29983b7))
22+
23+
24+
625
## [1.5.0](https://github.com/endojs/endo/compare/@endo/compartment-mapper@1.4.0...@endo/compartment-mapper@1.5.0) (2025-01-24)
726

827

packages/compartment-mapper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/compartment-mapper",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "The compartment mapper assembles Node applications in a sandbox",
55
"keywords": [
66
"node",

packages/daemon/CHANGELOG.md

+9
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+
### [2.4.8](https://github.com/endojs/endo/compare/@endo/daemon@2.4.7...@endo/daemon@2.4.8) (2025-03-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **daemon,cli:** fix [#2700](https://github.com/endojs/endo/issues/2700) use endo/init to prepare async hooks ([aacefe4](https://github.com/endojs/endo/commit/aacefe4ab6266d1096db7939abbed95bbda6f4f5))
12+
13+
14+
615
### [2.4.7](https://github.com/endojs/endo/compare/@endo/daemon@2.4.6...@endo/daemon@2.4.7) (2025-01-24)
716

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

packages/daemon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/daemon",
3-
"version": "2.4.7",
3+
"version": "2.4.8",
44
"private": true,
55
"description": "Endo daemon",
66
"keywords": [

packages/errors/CHANGELOG.md

+8
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.2.10](https://github.com/endojs/endo/compare/@endo/errors@1.2.9...@endo/errors@1.2.10) (2025-03-24)
7+
8+
**Note:** Version bump only for package @endo/errors
9+
10+
11+
12+
13+
614
### [1.2.9](https://github.com/endojs/endo/compare/@endo/errors@1.2.8...@endo/errors@1.2.9) (2025-01-24)
715

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

packages/errors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/errors",
3-
"version": "1.2.9",
3+
"version": "1.2.10",
44
"description": "Package exports of the `assert` global",
55
"keywords": [],
66
"author": "Endo contributors",

packages/evasive-transform/CHANGELOG.md

+9
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+
## [1.4.0](https://github.com/endojs/endo/compare/@endo/evasive-transform@1.3.4...@endo/evasive-transform@1.4.0) (2025-03-24)
7+
8+
9+
### Features
10+
11+
* **evasive-transform:** Preserve format with Babel ([ee78005](https://github.com/endojs/endo/commit/ee780058d3b08a21e0eaa76f0d8fb99238295a17))
12+
13+
14+
615
### [1.3.4](https://github.com/endojs/endo/compare/@endo/evasive-transform@1.3.3...@endo/evasive-transform@1.3.4) (2025-01-24)
716

817
**Note:** Version bump only for package @endo/evasive-transform

packages/evasive-transform/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/evasive-transform",
3-
"version": "1.3.4",
3+
"version": "1.4.0",
44
"description": "Source transforms to evade SES censorship",
55
"keywords": [
66
"ses",

packages/eventual-send/CHANGELOG.md

+8
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.3.1](https://github.com/endojs/endo/compare/@endo/eventual-send@1.3.0...@endo/eventual-send@1.3.1) (2025-03-24)
7+
8+
**Note:** Version bump only for package @endo/eventual-send
9+
10+
11+
12+
13+
614
## [1.3.0](https://github.com/endojs/endo/compare/@endo/eventual-send@1.2.8...@endo/eventual-send@1.3.0) (2025-01-24)
715

816

packages/eventual-send/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/eventual-send",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Extend a Promise class to implement the eventual-send API",
55
"type": "module",
66
"main": "src/no-shim.js",

packages/exo/CHANGELOG.md

+8
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.5.9](https://github.com/endojs/endo/compare/@endo/exo@1.5.8...@endo/exo@1.5.9) (2025-03-24)
7+
8+
**Note:** Version bump only for package @endo/exo
9+
10+
11+
12+
13+
614
### [1.5.8](https://github.com/endojs/endo/compare/@endo/exo@1.5.7...@endo/exo@1.5.8) (2025-01-24)
715

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

packages/exo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/exo",
3-
"version": "1.5.8",
3+
"version": "1.5.9",
44
"description": "exo: remotable objects protected by interface guards.",
55
"keywords": [],
66
"author": "Endo contributors",

packages/far/CHANGELOG.md

+8
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.1.11](https://github.com/endojs/endo/compare/@endo/far@1.1.10...@endo/far@1.1.11) (2025-03-24)
7+
8+
**Note:** Version bump only for package @endo/far
9+
10+
11+
12+
13+
614
### [1.1.10](https://github.com/endojs/endo/compare/@endo/far@1.1.9...@endo/far@1.1.10) (2025-01-24)
715

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

packages/far/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/far",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "Helpers for distributed objects.",
55
"type": "module",
66
"main": "src/index.js",

packages/immutable-arraybuffer/CHANGELOG.md

+8
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.2.4](https://github.com/endojs/endo/compare/@endo/immutable-arraybuffer@0.2.3...@endo/immutable-arraybuffer@0.2.4) (2025-03-24)
7+
8+
**Note:** Version bump only for package @endo/immutable-arraybuffer
9+
10+
11+
12+
13+
614
### [0.2.3](https://github.com/endojs/endo/compare/@endo/immutable-arraybuffer@0.2.2...@endo/immutable-arraybuffer@0.2.3) (2025-01-24)
715

816

packages/immutable-arraybuffer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/immutable-arraybuffer",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"private": true,
55
"description": "Immutable ArrayBuffer",
66
"keywords": [],

packages/import-bundle/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.4.0](https://github.com/endojs/endo/compare/@endo/import-bundle@1.3.3...@endo/import-bundle@1.4.0) (2025-03-24)
7+
8+
9+
### Features
10+
11+
* **import-bundle:** Add typedImportBundle (instead of type on importBundle) ([6cf51fe](https://github.com/endojs/endo/commit/6cf51fec20ae04bebd3a1d80543ccc070aa6923c))
12+
* **import-bundle:** Test bundle format [#2719](https://github.com/endojs/endo/issues/2719) ([17ec018](https://github.com/endojs/endo/commit/17ec018b68f0340d24296b62b0917b9a3127a623))
13+
* **types:** ImportableBundle ([d9c11e1](https://github.com/endojs/endo/commit/d9c11e156c45715620ada45401923a722a8e9317))
14+
15+
16+
### Bug Fixes
17+
18+
* **import-bundle:** Generalize type of importBundle to given generic or any ([d3304eb](https://github.com/endojs/endo/commit/d3304eb97246b5db5c36572998feefa914cf75f2))
19+
20+
21+
622
### [1.3.3](https://github.com/endojs/endo/compare/@endo/import-bundle@1.3.2...@endo/import-bundle@1.3.3) (2025-01-24)
723

824
**Note:** Version bump only for package @endo/import-bundle

packages/import-bundle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/import-bundle",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"description": "load modules created by @endo/bundle-source",
55
"keywords": [],
66
"author": "Endo contributors",

0 commit comments

Comments
 (0)