Skip to content

Commit

Permalink
chore: Release 2024-08-01 (#2396)
Browse files Browse the repository at this point in the history
Posts a release to address a bugfix in `importBundle` when using
`inescapableGlobalProperties` and the `endoZipBase64` format.
  • Loading branch information
kriskowal authored Aug 1, 2024
2 parents 8c01dd4 + 444c81a commit 59b756e
Show file tree
Hide file tree
Showing 59 changed files with 506 additions and 275 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ https://github.com/endojs/endo/labels/next-release

```sh
yarn
git add -um 'chore: Update yarn.lock'
git commit -um 'chore: Update yarn.lock'
```

* Push the branch.
Expand Down
8 changes: 8 additions & 0 deletions packages/captp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [4.2.2](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-08-01)

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





### [4.2.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-07-30)

**Note:** Version bump only for package @endo/captp
Expand Down
14 changes: 7 additions & 7 deletions packages/captp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/captp",
"version": "4.2.1",
"version": "4.2.2",
"description": "Capability Transfer Protocol for distributed objects",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -48,17 +48,17 @@
},
"devDependencies": {
"@endo/init": "^1.1.3",
"@endo/ses-ava": "^1.2.3",
"@endo/ses-ava": "^1.2.4",
"ava": "^6.1.3",
"c8": "^7.14.0",
"typescript": "5.5.2"
},
"dependencies": {
"@endo/errors": "^1.2.3",
"@endo/eventual-send": "^1.2.3",
"@endo/marshal": "^1.5.1",
"@endo/nat": "^5.0.8",
"@endo/promise-kit": "^1.1.3"
"@endo/errors": "^1.2.4",
"@endo/eventual-send": "^1.2.4",
"@endo/marshal": "^1.5.2",
"@endo/nat": "^5.0.9",
"@endo/promise-kit": "^1.1.4"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [2.3.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-08-01)

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





## [2.3.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-07-30)


Expand Down
28 changes: 14 additions & 14 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/cli",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"description": "Endo command line interface",
"keywords": [],
Expand Down Expand Up @@ -32,22 +32,22 @@
},
"dependencies": {
"@endo/bundle-source": "^3.3.0",
"@endo/compartment-mapper": "^1.2.0",
"@endo/daemon": "^2.4.0",
"@endo/errors": "^1.2.3",
"@endo/eventual-send": "^1.2.3",
"@endo/exo": "^1.5.1",
"@endo/far": "^1.1.3",
"@endo/import-bundle": "^1.2.0",
"@endo/lockdown": "^1.0.8",
"@endo/pass-style": "^1.4.1",
"@endo/patterns": "^1.4.1",
"@endo/promise-kit": "^1.1.3",
"@endo/stream-node": "^1.1.3",
"@endo/compartment-mapper": "^1.2.1",
"@endo/daemon": "^2.4.1",
"@endo/errors": "^1.2.4",
"@endo/eventual-send": "^1.2.4",
"@endo/exo": "^1.5.2",
"@endo/far": "^1.1.4",
"@endo/import-bundle": "^1.2.1",
"@endo/lockdown": "^1.0.9",
"@endo/pass-style": "^1.4.2",
"@endo/patterns": "^1.4.2",
"@endo/promise-kit": "^1.1.4",
"@endo/stream-node": "^1.1.4",
"@endo/where": "^1.0.6",
"commander": "^5.0.0",
"open": "^9.1.0",
"ses": "^1.6.0"
"ses": "^1.7.0"
},
"devDependencies": {
"ava": "^6.1.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [1.2.4](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-08-01)

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





### [1.2.3](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-07-30)


Expand Down
12 changes: 6 additions & 6 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/common",
"version": "1.2.3",
"version": "1.2.4",
"description": "common low level utilities",
"keywords": [],
"author": "Endo contributors",
Expand Down Expand Up @@ -41,13 +41,13 @@
"test:xs": "exit 0"
},
"dependencies": {
"@endo/errors": "^1.2.3",
"@endo/eventual-send": "^1.2.3",
"@endo/promise-kit": "^1.1.3"
"@endo/errors": "^1.2.4",
"@endo/eventual-send": "^1.2.4",
"@endo/promise-kit": "^1.1.4"
},
"devDependencies": {
"@endo/lockdown": "^1.0.8",
"@endo/ses-ava": "^1.2.3",
"@endo/lockdown": "^1.0.9",
"@endo/ses-ava": "^1.2.4",
"ava": "^6.1.3",
"c8": "^7.14.0",
"tsd": "^0.30.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/compartment-mapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [1.2.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-08-01)

**Note:** Version bump only for package @endo/compartment-mapper





## [1.2.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-07-30)


Expand Down
6 changes: 3 additions & 3 deletions packages/compartment-mapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/compartment-mapper",
"version": "1.2.0",
"version": "1.2.1",
"description": "The compartment mapper assembles Node applications in a sandbox",
"keywords": [
"node",
Expand Down Expand Up @@ -56,9 +56,9 @@
},
"dependencies": {
"@endo/cjs-module-analyzer": "^1.0.6",
"@endo/module-source": "^1.0.0",
"@endo/module-source": "^1.0.1",
"@endo/zip": "^1.0.6",
"ses": "^1.6.0"
"ses": "^1.7.0"
},
"devDependencies": {
"ava": "^6.1.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [2.4.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-08-01)

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





## [2.4.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-07-30)


Expand Down
34 changes: 17 additions & 17 deletions packages/daemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/daemon",
"version": "2.4.0",
"version": "2.4.1",
"private": true,
"description": "Endo daemon",
"keywords": [
Expand Down Expand Up @@ -45,28 +45,28 @@
},
"dependencies": {
"@endo/base64": "^1.0.6",
"@endo/captp": "^4.2.1",
"@endo/compartment-mapper": "^1.2.0",
"@endo/errors": "^1.2.3",
"@endo/eventual-send": "^1.2.3",
"@endo/exo": "^1.5.1",
"@endo/far": "^1.1.3",
"@endo/import-bundle": "^1.2.0",
"@endo/captp": "^4.2.2",
"@endo/compartment-mapper": "^1.2.1",
"@endo/errors": "^1.2.4",
"@endo/eventual-send": "^1.2.4",
"@endo/exo": "^1.5.2",
"@endo/far": "^1.1.4",
"@endo/import-bundle": "^1.2.1",
"@endo/init": "^1.1.3",
"@endo/lockdown": "^1.0.8",
"@endo/marshal": "^1.5.1",
"@endo/netstring": "^1.0.8",
"@endo/patterns": "^1.4.1",
"@endo/promise-kit": "^1.1.3",
"@endo/stream": "^1.2.3",
"@endo/stream-node": "^1.1.3",
"@endo/lockdown": "^1.0.9",
"@endo/marshal": "^1.5.2",
"@endo/netstring": "^1.0.9",
"@endo/patterns": "^1.4.2",
"@endo/promise-kit": "^1.1.4",
"@endo/stream": "^1.2.4",
"@endo/stream-node": "^1.1.4",
"@endo/where": "^1.0.6",
"ses": "^1.6.0",
"ses": "^1.7.0",
"ws": "^8.13.0"
},
"devDependencies": {
"@endo/bundle-source": "^3.3.0",
"@endo/ses-ava": "^1.2.3",
"@endo/ses-ava": "^1.2.4",
"ava": "^6.1.3",
"babel-eslint": "^10.1.0",
"c8": "^7.14.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [1.2.4](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-08-01)

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





### [1.2.3](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-07-30)

**Note:** Version bump only for package @endo/errors
Expand Down
8 changes: 4 additions & 4 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/errors",
"version": "1.2.3",
"version": "1.2.4",
"description": "Package exports of the `assert` global",
"keywords": [],
"author": "Endo contributors",
Expand Down Expand Up @@ -36,11 +36,11 @@
"test:xs": "exit 0"
},
"dependencies": {
"ses": "^1.6.0"
"ses": "^1.7.0"
},
"devDependencies": {
"@endo/lockdown": "^1.0.8",
"@endo/ses-ava": "^1.2.3",
"@endo/lockdown": "^1.0.9",
"@endo/ses-ava": "^1.2.4",
"ava": "^6.1.3",
"c8": "^7.14.0",
"ses0_18_3": "npm:[email protected]",
Expand Down
8 changes: 8 additions & 0 deletions packages/evasive-transform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [1.2.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-08-01)

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





## [1.2.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-07-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/evasive-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/evasive-transform",
"version": "1.2.0",
"version": "1.2.1",
"description": "Source transforms to evade SES censorship",
"keywords": [
"ses",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@endo/ses-ava": "^1.2.3",
"@endo/ses-ava": "^1.2.4",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/babel__generator": "^7.6.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/eventual-send/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [1.2.4](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-08-01)

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





### [1.2.3](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-07-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/eventual-send/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/eventual-send",
"version": "1.2.3",
"version": "1.2.4",
"description": "Extend a Promise class to implement the eventual-send API",
"type": "module",
"main": "src/no-shim.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@endo/env-options": "^1.1.5"
},
"devDependencies": {
"@endo/lockdown": "^1.0.8",
"@endo/lockdown": "^1.0.9",
"ava": "^6.1.3",
"c8": "^7.14.0",
"tsd": "^0.30.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/exo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [1.5.2](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-08-01)

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





### [1.5.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-07-30)

**Note:** Version bump only for package @endo/exo
Expand Down
Loading

0 comments on commit 59b756e

Please sign in to comment.