Skip to content

Commit e0683e0

Browse files
committed
chore(release): publish
- @endo/bundle-source@3.5.1 - @endo/captp@4.4.4 - @endo/check-bundle@1.0.13 - @endo/cli@2.3.7 - @endo/common@1.2.9 - @endo/compartment-mapper@1.5.0 - @endo/daemon@2.4.7 - @endo/errors@1.2.9 - @endo/eslint-plugin@2.3.0 - @endo/evasive-transform@1.3.4 - @endo/eventual-send@1.3.0 - @endo/exo@1.5.8 - @endo/far@1.1.10 - @endo/immutable-arraybuffer@0.2.3 - @endo/import-bundle@1.3.3 - @endo/init@1.1.8 - @endo/lockdown@1.0.14 - @endo/lp32@1.1.9 - @endo/marshal@1.6.3 - @endo/memoize@1.1.9 - @endo/module-source@1.2.0 - @endo/nat@5.0.14 - @endo/netstring@1.0.14 - @endo/pass-style@1.4.8 - @endo/patterns@1.4.8 - @endo/promise-kit@1.1.9 - ses@1.11.0 - @endo/ses-ava@1.2.9 - @endo/skel@1.1.9 - @endo/stream@1.2.9 - @endo/stream-node@1.1.9 - @endo/stream-types-test@1.0.14 - @endo/test262-runner@0.1.44
1 parent 14dda10 commit e0683e0

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

+327
-33
lines changed

packages/bundle-source/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+
### [3.5.1](https://github.com/endojs/endo/compare/@endo/bundle-source@3.5.0...@endo/bundle-source@3.5.1) (2025-01-24)
7+
8+
**Note:** Version bump only for package @endo/bundle-source
9+
10+
11+
12+
13+
614
## [3.5.0](https://github.com/endojs/endo/compare/@endo/bundle-source@3.4.2...@endo/bundle-source@3.5.0) (2024-11-13)
715

816

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.0",
3+
"version": "3.5.1",
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.4](https://github.com/endojs/endo/compare/@endo/captp@4.4.3...@endo/captp@4.4.4) (2025-01-24)
7+
8+
**Note:** Version bump only for package @endo/captp
9+
10+
11+
12+
13+
614
### [4.4.3](https://github.com/endojs/endo/compare/@endo/captp@4.4.2...@endo/captp@4.4.3) (2024-11-13)
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.3",
3+
"version": "4.4.4",
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.13](https://github.com/endojs/endo/compare/@endo/check-bundle@1.0.12...@endo/check-bundle@1.0.13) (2025-01-24)
7+
8+
**Note:** Version bump only for package @endo/check-bundle
9+
10+
11+
12+
13+
614
### [1.0.12](https://github.com/endojs/endo/compare/@endo/check-bundle@1.0.11...@endo/check-bundle@1.0.12) (2024-11-13)
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.12",
3+
"version": "1.0.13",
44
"description": "Checks the integrity of an Endo bundle.",
55
"keywords": [
66
"endo",

packages/cli/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+
### [2.3.7](https://github.com/endojs/endo/compare/@endo/cli@2.3.6...@endo/cli@2.3.7) (2025-01-24)
7+
8+
**Note:** Version bump only for package @endo/cli
9+
10+
11+
12+
13+
614
### [2.3.6](https://github.com/endojs/endo/compare/@endo/cli@2.3.5...@endo/cli@2.3.6) (2024-11-13)
715

816
**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.6",
3+
"version": "2.3.7",
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.9](https://github.com/endojs/endo/compare/@endo/common@1.2.8...@endo/common@1.2.9) (2025-01-24)
7+
8+
**Note:** Version bump only for package @endo/common
9+
10+
11+
12+
13+
614
### [1.2.8](https://github.com/endojs/endo/compare/@endo/common@1.2.7...@endo/common@1.2.8) (2024-11-13)
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.8",
3+
"version": "1.2.9",
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.5.0](https://github.com/endojs/endo/compare/@endo/compartment-mapper@1.4.0...@endo/compartment-mapper@1.5.0) (2025-01-24)
7+
8+
9+
### Features
10+
11+
* **compartment-mapper:** Export all parsers ([c5f5d43](https://github.com/endojs/endo/commit/c5f5d433b1df60ef0f74b1a5458675a4e37806e0))
12+
* **compartment-mapper:** more renames returned from captureFromMap / makeArchiveCompartmentMap ([630592d](https://github.com/endojs/endo/commit/630592d38824316479255453cf49a646a9ff0e75))
13+
* **compartment-mapper:** Relax package discovery ([ab885a2](https://github.com/endojs/endo/commit/ab885a226eb05eb715df9da05c63c11731abf494))
14+
* **compartment-mapper:** Thread native flag to opt-in for native XS runtime modules ([aa1e77f](https://github.com/endojs/endo/commit/aa1e77f9af62dca40a357e92fd869ecdb8a35379))
15+
16+
17+
### Bug Fixes
18+
19+
* **compartment-mapper:** Development condition only implies devDependencies for entry package ([b7d7b23](https://github.com/endojs/endo/commit/b7d7b2388308e23217dc7d126ba081c465cf4b1f))
20+
* **compartment-mapper:** Fix path for language for extension test ([99a1cb5](https://github.com/endojs/endo/commit/99a1cb5e960fa62c2dab49ff0724162710730330))
21+
* **compartment-mapper:** Qualify dynamic import test failure cases ([f470696](https://github.com/endojs/endo/commit/f4706960afef22b98780ca4cbffe6ccf82ed9b1b))
22+
23+
24+
625
## [1.4.0](https://github.com/endojs/endo/compare/@endo/compartment-mapper@1.3.1...@endo/compartment-mapper@1.4.0) (2024-11-13)
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.4.0",
3+
"version": "1.5.0",
44
"description": "The compartment mapper assembles Node applications in a sandbox",
55
"keywords": [
66
"node",

packages/daemon/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+
### [2.4.7](https://github.com/endojs/endo/compare/@endo/daemon@2.4.6...@endo/daemon@2.4.7) (2025-01-24)
7+
8+
**Note:** Version bump only for package @endo/daemon
9+
10+
11+
12+
13+
614
### [2.4.6](https://github.com/endojs/endo/compare/@endo/daemon@2.4.5...@endo/daemon@2.4.6) (2024-11-13)
715

816
**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.6",
3+
"version": "2.4.7",
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.9](https://github.com/endojs/endo/compare/@endo/errors@1.2.8...@endo/errors@1.2.9) (2025-01-24)
7+
8+
**Note:** Version bump only for package @endo/errors
9+
10+
11+
12+
13+
614
### [1.2.8](https://github.com/endojs/endo/compare/@endo/errors@1.2.7...@endo/errors@1.2.8) (2024-11-13)
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.8",
3+
"version": "1.2.9",
44
"description": "Package exports of the `assert` global",
55
"keywords": [],
66
"author": "Endo contributors",

packages/eslint-plugin/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.3.0](https://github.com/endojs/endo/compare/@endo/eslint-plugin@2.2.3...@endo/eslint-plugin@2.3.0) (2025-01-24)
7+
8+
9+
### Features
10+
11+
* **ses:** Add XS variant of shim ([f6c8456](https://github.com/endojs/endo/commit/f6c84566bb6a698709dc3474726000f07b94f3db))
12+
13+
14+
615
### [2.2.3](https://github.com/endojs/endo/compare/@endo/eslint-plugin@2.2.2...@endo/eslint-plugin@2.2.3) (2024-11-13)
716

817
**Note:** Version bump only for package @endo/eslint-plugin

packages/eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/eslint-plugin",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"description": "ESLint plugin for using Endo",
55
"keywords": [
66
"eslint",

packages/evasive-transform/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.4](https://github.com/endojs/endo/compare/@endo/evasive-transform@1.3.3...@endo/evasive-transform@1.3.4) (2025-01-24)
7+
8+
**Note:** Version bump only for package @endo/evasive-transform
9+
10+
11+
12+
13+
614
### [1.3.3](https://github.com/endojs/endo/compare/@endo/evasive-transform@1.3.2...@endo/evasive-transform@1.3.3) (2024-11-13)
715

816
**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.3",
3+
"version": "1.3.4",
44
"description": "Source transforms to evade SES censorship",
55
"keywords": [
66
"ses",

packages/eventual-send/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.3.0](https://github.com/endojs/endo/compare/@endo/eventual-send@1.2.8...@endo/eventual-send@1.3.0) (2025-01-24)
7+
8+
9+
### Features
10+
11+
* EReturn type ([5aefe10](https://github.com/endojs/endo/commit/5aefe1032be33c70c097663a86f240c857dcd2a1))
12+
13+
14+
615
### [1.2.8](https://github.com/endojs/endo/compare/@endo/eventual-send@1.2.7...@endo/eventual-send@1.2.8) (2024-11-13)
716

817
**Note:** Version bump only for package @endo/eventual-send

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.2.8",
3+
"version": "1.3.0",
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.8](https://github.com/endojs/endo/compare/@endo/exo@1.5.7...@endo/exo@1.5.8) (2025-01-24)
7+
8+
**Note:** Version bump only for package @endo/exo
9+
10+
11+
12+
13+
614
### [1.5.7](https://github.com/endojs/endo/compare/@endo/exo@1.5.6...@endo/exo@1.5.7) (2024-11-13)
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.7",
3+
"version": "1.5.8",
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.10](https://github.com/endojs/endo/compare/@endo/far@1.1.9...@endo/far@1.1.10) (2025-01-24)
7+
8+
**Note:** Version bump only for package @endo/far
9+
10+
11+
12+
13+
614
### [1.1.9](https://github.com/endojs/endo/compare/@endo/far@1.1.8...@endo/far@1.1.9) (2024-11-13)
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.9",
3+
"version": "1.1.10",
44
"description": "Helpers for distributed objects.",
55
"type": "module",
66
"main": "src/index.js",

packages/immutable-arraybuffer/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+
### [0.2.3](https://github.com/endojs/endo/compare/@endo/immutable-arraybuffer@0.2.2...@endo/immutable-arraybuffer@0.2.3) (2025-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **immutable-arraybuffer:** update to recent spec ([#2688](https://github.com/endojs/endo/issues/2688)) ([daa1e2b](https://github.com/endojs/endo/commit/daa1e2b59894600fea1f1669fa84d14ce307789e))
12+
13+
14+
615
### [0.2.2](https://github.com/endojs/endo/compare/@endo/immutable-arraybuffer@0.2.1...@endo/immutable-arraybuffer@0.2.2) (2024-11-13)
716

817
**Note:** Version bump only for package @endo/immutable-arraybuffer

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.2",
3+
"version": "0.2.3",
44
"private": true,
55
"description": "Immutable ArrayBuffer",
66
"keywords": [],

packages/import-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.3.3](https://github.com/endojs/endo/compare/@endo/import-bundle@1.3.2...@endo/import-bundle@1.3.3) (2025-01-24)
7+
8+
**Note:** Version bump only for package @endo/import-bundle
9+
10+
11+
12+
13+
614
### [1.3.2](https://github.com/endojs/endo/compare/@endo/import-bundle@1.3.1...@endo/import-bundle@1.3.2) (2024-11-13)
715

816
**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.2",
3+
"version": "1.3.3",
44
"description": "load modules created by @endo/bundle-source",
55
"keywords": [],
66
"author": "Endo contributors",

packages/init/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.8](https://github.com/endojs/endo/compare/@endo/init@1.1.7...@endo/init@1.1.8) (2025-01-24)
7+
8+
**Note:** Version bump only for package @endo/init
9+
10+
11+
12+
13+
614
### [1.1.7](https://github.com/endojs/endo/compare/@endo/init@1.1.6...@endo/init@1.1.7) (2024-11-13)
715

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

packages/init/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/init",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "Prepare Endo environment on import",
55
"type": "module",
66
"main": "index.js",

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

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

0 commit comments

Comments
 (0)