Skip to content

Commit 59b756e

Browse files
authored
chore: Release 2024-08-01 (#2396)
Posts a release to address a bugfix in `importBundle` when using `inescapableGlobalProperties` and the `endoZipBase64` format.
2 parents 8c01dd4 + 444c81a commit 59b756e

Some content is hidden

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

59 files changed

+506
-275
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ https://github.com/endojs/endo/labels/next-release
7676

7777
```sh
7878
yarn
79-
git add -um 'chore: Update yarn.lock'
79+
git commit -um 'chore: Update yarn.lock'
8080
```
8181

8282
* Push the branch.

packages/captp/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+
### [4.2.2](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-08-01)
7+
8+
**Note:** Version bump only for package @endo/captp
9+
10+
11+
12+
13+
614
### [4.2.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-07-30)
715

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

packages/captp/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/captp",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "Capability Transfer Protocol for distributed objects",
55
"type": "module",
66
"keywords": [
@@ -48,17 +48,17 @@
4848
},
4949
"devDependencies": {
5050
"@endo/init": "^1.1.3",
51-
"@endo/ses-ava": "^1.2.3",
51+
"@endo/ses-ava": "^1.2.4",
5252
"ava": "^6.1.3",
5353
"c8": "^7.14.0",
5454
"typescript": "5.5.2"
5555
},
5656
"dependencies": {
57-
"@endo/errors": "^1.2.3",
58-
"@endo/eventual-send": "^1.2.3",
59-
"@endo/marshal": "^1.5.1",
60-
"@endo/nat": "^5.0.8",
61-
"@endo/promise-kit": "^1.1.3"
57+
"@endo/errors": "^1.2.4",
58+
"@endo/eventual-send": "^1.2.4",
59+
"@endo/marshal": "^1.5.2",
60+
"@endo/nat": "^5.0.9",
61+
"@endo/promise-kit": "^1.1.4"
6262
},
6363
"bugs": {
6464
"url": "https://github.com/endojs/endo/issues"

packages/cli/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+
### [2.3.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-08-01)
7+
8+
**Note:** Version bump only for package @endo/cli
9+
10+
11+
12+
13+
614
## [2.3.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-07-30)
715

816

packages/cli/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/cli",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"private": true,
55
"description": "Endo command line interface",
66
"keywords": [],
@@ -32,22 +32,22 @@
3232
},
3333
"dependencies": {
3434
"@endo/bundle-source": "^3.3.0",
35-
"@endo/compartment-mapper": "^1.2.0",
36-
"@endo/daemon": "^2.4.0",
37-
"@endo/errors": "^1.2.3",
38-
"@endo/eventual-send": "^1.2.3",
39-
"@endo/exo": "^1.5.1",
40-
"@endo/far": "^1.1.3",
41-
"@endo/import-bundle": "^1.2.0",
42-
"@endo/lockdown": "^1.0.8",
43-
"@endo/pass-style": "^1.4.1",
44-
"@endo/patterns": "^1.4.1",
45-
"@endo/promise-kit": "^1.1.3",
46-
"@endo/stream-node": "^1.1.3",
35+
"@endo/compartment-mapper": "^1.2.1",
36+
"@endo/daemon": "^2.4.1",
37+
"@endo/errors": "^1.2.4",
38+
"@endo/eventual-send": "^1.2.4",
39+
"@endo/exo": "^1.5.2",
40+
"@endo/far": "^1.1.4",
41+
"@endo/import-bundle": "^1.2.1",
42+
"@endo/lockdown": "^1.0.9",
43+
"@endo/pass-style": "^1.4.2",
44+
"@endo/patterns": "^1.4.2",
45+
"@endo/promise-kit": "^1.1.4",
46+
"@endo/stream-node": "^1.1.4",
4747
"@endo/where": "^1.0.6",
4848
"commander": "^5.0.0",
4949
"open": "^9.1.0",
50-
"ses": "^1.6.0"
50+
"ses": "^1.7.0"
5151
},
5252
"devDependencies": {
5353
"ava": "^6.1.3",

packages/common/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.2.4](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-08-01)
7+
8+
**Note:** Version bump only for package @endo/common
9+
10+
11+
12+
13+
614
### [1.2.3](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-07-30)
715

816

packages/common/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/common",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "common low level utilities",
55
"keywords": [],
66
"author": "Endo contributors",
@@ -41,13 +41,13 @@
4141
"test:xs": "exit 0"
4242
},
4343
"dependencies": {
44-
"@endo/errors": "^1.2.3",
45-
"@endo/eventual-send": "^1.2.3",
46-
"@endo/promise-kit": "^1.1.3"
44+
"@endo/errors": "^1.2.4",
45+
"@endo/eventual-send": "^1.2.4",
46+
"@endo/promise-kit": "^1.1.4"
4747
},
4848
"devDependencies": {
49-
"@endo/lockdown": "^1.0.8",
50-
"@endo/ses-ava": "^1.2.3",
49+
"@endo/lockdown": "^1.0.9",
50+
"@endo/ses-ava": "^1.2.4",
5151
"ava": "^6.1.3",
5252
"c8": "^7.14.0",
5353
"tsd": "^0.30.7",

packages/compartment-mapper/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.2.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-08-01)
7+
8+
**Note:** Version bump only for package @endo/compartment-mapper
9+
10+
11+
12+
13+
614
## [1.2.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-07-30)
715

816

packages/compartment-mapper/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@endo/compartment-mapper",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "The compartment mapper assembles Node applications in a sandbox",
55
"keywords": [
66
"node",
@@ -56,9 +56,9 @@
5656
},
5757
"dependencies": {
5858
"@endo/cjs-module-analyzer": "^1.0.6",
59-
"@endo/module-source": "^1.0.0",
59+
"@endo/module-source": "^1.0.1",
6060
"@endo/zip": "^1.0.6",
61-
"ses": "^1.6.0"
61+
"ses": "^1.7.0"
6262
},
6363
"devDependencies": {
6464
"ava": "^6.1.3",

packages/daemon/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+
### [2.4.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-08-01)
7+
8+
**Note:** Version bump only for package @endo/daemon
9+
10+
11+
12+
13+
614
## [2.4.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-07-30)
715

816

0 commit comments

Comments
 (0)