Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #2272

Merged
merged 5 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ https://github.com/endojs/endo/labels/next-release
git commit -am 'docs: Update release notes'
```

* Update `yarn.lock`.

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

* Push the branch.

```sh
Expand Down Expand Up @@ -123,6 +130,13 @@ https://github.com/endojs/endo/labels/next-release
yarn lerna version --no-push --conventional-graduate
```

* Update `yarn.lock`.

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

* Publish the versions to npm.
Being a member of the project or organization and having two-factor
authentication may be necessary. It may be necessary to login with
Expand Down
8 changes: 8 additions & 0 deletions packages/base64/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.0.5](https://github.com/endojs/endo/compare/@endo/base64@1.0.4...@endo/base64@1.0.5) (2024-05-07)

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





### [1.0.4](https://github.com/endojs/endo/compare/@endo/base64@1.0.3...@endo/base64@1.0.4) (2024-04-04)

**Note:** Version bump only for package @endo/base64
Expand Down
2 changes: 1 addition & 1 deletion packages/base64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/base64",
"version": "1.0.4",
"version": "1.0.5",
"description": "Transcodes base64",
"keywords": [
"base64",
Expand Down
8 changes: 8 additions & 0 deletions packages/bundle-source/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.

### [3.2.3](https://github.com/endojs/endo/compare/@endo/bundle-source@3.2.2...@endo/bundle-source@3.2.3) (2024-05-07)

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





### [3.2.2](https://github.com/endojs/endo/compare/@endo/bundle-source@3.2.1...@endo/bundle-source@3.2.2) (2024-04-04)

**Note:** Version bump only for package @endo/bundle-source
Expand Down
18 changes: 9 additions & 9 deletions packages/bundle-source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/bundle-source",
"version": "3.2.2",
"version": "3.2.3",
"description": "Create source bundles from ES Modules",
"type": "module",
"main": "src/index.js",
Expand All @@ -25,20 +25,20 @@
"lint:types": "tsc"
},
"dependencies": {
"@endo/base64": "^1.0.4",
"@endo/compartment-mapper": "^1.1.4",
"@endo/evasive-transform": "^1.1.1",
"@endo/init": "^1.1.1",
"@endo/promise-kit": "^1.1.1",
"@endo/where": "^1.0.4",
"@endo/base64": "^1.0.5",
"@endo/compartment-mapper": "^1.1.5",
"@endo/evasive-transform": "^1.1.2",
"@endo/init": "^1.1.2",
"@endo/promise-kit": "^1.1.2",
"@endo/where": "^1.0.5",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"acorn": "^8.2.4",
"rollup": "^2.79.1"
},
"devDependencies": {
"@endo/lockdown": "^1.0.6",
"@endo/ses-ava": "^1.2.1",
"@endo/lockdown": "^1.0.7",
"@endo/ses-ava": "^1.2.2",
"ava": "^6.1.2",
"c8": "^7.14.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/captp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.2.0](https://github.com/endojs/endo/compare/@endo/captp@4.1.1...@endo/captp@4.2.0) (2024-05-07)


### Features

* **types:** fromCapData is Passable, but unknown is more practical ([5fa54f0](https://github.com/endojs/endo/commit/5fa54f0287b467d3d6baf354a36263a4aa36ec55))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* **types:** fromCapData is Passable, but unknown is more practical ([5fa54f0](https://github.com/endojs/endo/commit/5fa54f0287b467d3d6baf354a36263a4aa36ec55))
* **types:** `fromCapData` is `Passable`, but `unknown` is more practical ([5fa54f0](https://github.com/endojs/endo/commit/5fa54f0287b467d3d6baf354a36263a4aa36ec55))

If you think it is worth it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking, I see only

/**
* @template Slot
* @callback FromCapData
* @param {CapData<Slot>} data
* @returns {any} a Passable
*/
which says any, not unknown. Did you mean any?




### [4.1.1](https://github.com/endojs/endo/compare/@endo/captp@4.1.0...@endo/captp@4.1.1) (2024-04-04)

**Note:** Version bump only for package @endo/captp
Expand Down
16 changes: 8 additions & 8 deletions packages/captp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/captp",
"version": "4.1.1",
"version": "4.2.0",
"description": "Capability Transfer Protocol for distributed objects",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -47,17 +47,17 @@
"lint:types": "tsc"
},
"devDependencies": {
"@endo/init": "^1.1.1",
"@endo/ses-ava": "^1.2.1",
"@endo/init": "^1.1.2",
"@endo/ses-ava": "^1.2.2",
"ava": "^6.1.2",
"c8": "^7.14.0"
},
"dependencies": {
"@endo/errors": "^1.2.1",
"@endo/eventual-send": "^1.2.1",
"@endo/marshal": "^1.4.1",
"@endo/nat": "^5.0.6",
"@endo/promise-kit": "^1.1.1"
"@endo/errors": "^1.2.2",
"@endo/eventual-send": "^1.2.2",
"@endo/marshal": "^1.5.0",
"@endo/nat": "^5.0.7",
"@endo/promise-kit": "^1.1.2"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/check-bundle/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.0.7](https://github.com/endojs/endo/compare/@endo/check-bundle@1.0.6...@endo/check-bundle@1.0.7) (2024-05-07)

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





### [1.0.6](https://github.com/endojs/endo/compare/@endo/check-bundle@1.0.5...@endo/check-bundle@1.0.6) (2024-04-04)

**Note:** Version bump only for package @endo/check-bundle
Expand Down
14 changes: 7 additions & 7 deletions packages/check-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/check-bundle",
"version": "1.0.6",
"version": "1.0.7",
"description": "Checks the integrity of an Endo bundle.",
"keywords": [
"endo",
Expand Down Expand Up @@ -40,14 +40,14 @@
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js"
},
"dependencies": {
"@endo/base64": "^1.0.4",
"@endo/compartment-mapper": "^1.1.4",
"@endo/errors": "^1.2.1"
"@endo/base64": "^1.0.5",
"@endo/compartment-mapper": "^1.1.5",
"@endo/errors": "^1.2.2"
},
"devDependencies": {
"@endo/bundle-source": "^3.2.2",
"@endo/init": "^1.1.1",
"@endo/zip": "^1.0.4",
"@endo/bundle-source": "^3.2.3",
"@endo/init": "^1.1.2",
"@endo/zip": "^1.0.5",
"ava": "^6.1.2",
"babel-eslint": "^10.0.3",
"c8": "^7.14.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cjs-module-analyzer/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.0.5](https://github.com/endojs/endo/compare/@endo/cjs-module-analyzer@1.0.4...@endo/cjs-module-analyzer@1.0.5) (2024-05-07)

**Note:** Version bump only for package @endo/cjs-module-analyzer





### [1.0.4](https://github.com/endojs/endo/compare/@endo/cjs-module-analyzer@1.0.3...@endo/cjs-module-analyzer@1.0.4) (2024-04-04)

**Note:** Version bump only for package @endo/cjs-module-analyzer
Expand Down
2 changes: 1 addition & 1 deletion packages/cjs-module-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/cjs-module-analyzer",
"version": "1.0.4",
"version": "1.0.5",
"description": "A JavaScript lexer dedicated to static analysis and transformation of ECMAScript modules.",
"keywords": [],
"author": "Endo contributors",
Expand Down
26 changes: 26 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.0](https://github.com/endojs/endo/compare/@endo/cli@2.1.1...@endo/cli@2.2.0) (2024-05-07)


### Features

* **cli:** Add eval to demo web UI ([8b0fe92](https://github.com/endojs/endo/commit/8b0fe921dd521e0c145fea353bd2fb5765bcf9e5))
* **cli:** Add eval value viewer ([5b5e10a](https://github.com/endojs/endo/commit/5b5e10a3032b780bd0af44c4fa4c9fc40aed68ca))
* **cli:** Add responsive curly braces and square brackets ([6095ad5](https://github.com/endojs/endo/commit/6095ad502bae52d8dd5f25b706f0f2ed02d1789f))
* **cli:** Add show button to inventory in web UI ([3535f53](https://github.com/endojs/endo/commit/3535f53cec4bd923e0e5d327d9fa9d691eb06eb0))
* **cli:** demo: Add a coat of paint, scroll, chat ([85dad01](https://github.com/endojs/endo/commit/85dad012ee74a24188f926a8fd8ff1a670449df0))
* **cli:** Less fancy value representations ([f1faf9d](https://github.com/endojs/endo/commit/f1faf9dfaeacbed6b04476dca72e37664eafd59f))
* **cli:** Show dotted paths ([c1e6db6](https://github.com/endojs/endo/commit/c1e6db6f3e3755cde596b26e0e915d798878c1af))
* **cli:** Store more value types ([0eb8759](https://github.com/endojs/endo/commit/0eb8759acc0fec6191f037ab3c99990a3f6207ba))
* **daemon:** Always stop the daemon on purge ([c6a9b0c](https://github.com/endojs/endo/commit/c6a9b0cf9cae0b64dbf5d45ab98fb270352060d4))
* **daemon:** Invitations ([0f3a2a3](https://github.com/endojs/endo/commit/0f3a2a33783f4915471af717024b77441d4446c2))


### Bug Fixes

* **cli:** demo: Fix type error when receiving message from self ([d1c58c4](https://github.com/endojs/endo/commit/d1c58c41e5dcb72d36e6b01b923d66483d96d5a7))
* **cli:** Remove spooky accelerator cross-coupling ([1a086d7](https://github.com/endojs/endo/commit/1a086d7e554fb16f1f768a25c96e7e646a38079a))
* **cli:** Remove stray endowments element ([4e78372](https://github.com/endojs/endo/commit/4e78372677badfa42b4696d8c95e3d30ac019f19))
* **cli:** Update cat.js guide ([ddc0825](https://github.com/endojs/endo/commit/ddc08257a2c1999d9d3ce3e8b7b5e8795aed56a4))



### [2.1.1](https://github.com/endojs/endo/compare/@endo/cli@2.1.0...@endo/cli@2.1.1) (2024-04-04)

**Note:** Version bump only for package @endo/cli
Expand Down
30 changes: 15 additions & 15 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/cli",
"version": "2.1.1",
"version": "2.2.0",
"private": true,
"description": "Endo command line interface",
"keywords": [],
Expand Down Expand Up @@ -31,22 +31,22 @@
"test": "exit 0"
},
"dependencies": {
"@endo/bundle-source": "^3.2.2",
"@endo/compartment-mapper": "^1.1.4",
"@endo/daemon": "^2.2.0",
"@endo/eventual-send": "^1.2.1",
"@endo/exo": "^1.4.0",
"@endo/far": "^1.1.1",
"@endo/import-bundle": "^1.1.1",
"@endo/lockdown": "^1.0.6",
"@endo/pass-style": "^1.3.1",
"@endo/patterns": "^1.3.1",
"@endo/promise-kit": "^1.1.1",
"@endo/stream-node": "^1.1.1",
"@endo/where": "^1.0.4",
"@endo/bundle-source": "^3.2.3",
"@endo/compartment-mapper": "^1.1.5",
"@endo/daemon": "^2.3.0",
"@endo/eventual-send": "^1.2.2",
"@endo/exo": "^1.5.0",
"@endo/far": "^1.1.2",
"@endo/import-bundle": "^1.1.2",
"@endo/lockdown": "^1.0.7",
"@endo/pass-style": "^1.4.0",
"@endo/patterns": "^1.4.0",
"@endo/promise-kit": "^1.1.2",
"@endo/stream-node": "^1.1.2",
"@endo/where": "^1.0.5",
"commander": "^5.0.0",
"open": "^9.1.0",
"ses": "^1.4.1"
"ses": "^1.5.0"
},
"devDependencies": {
"ava": "^6.1.2",
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.2](https://github.com/endojs/endo/compare/@endo/common@1.2.1...@endo/common@1.2.2) (2024-05-07)

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





### [1.2.1](https://github.com/endojs/endo/compare/@endo/common@1.2.0...@endo/common@1.2.1) (2024-04-04)

**Note:** Version bump only for package @endo/common
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.1",
"version": "1.2.2",
"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.1",
"@endo/eventual-send": "^1.2.1",
"@endo/promise-kit": "^1.1.1"
"@endo/errors": "^1.2.2",
"@endo/eventual-send": "^1.2.2",
"@endo/promise-kit": "^1.1.2"
},
"devDependencies": {
"@endo/lockdown": "^1.0.6",
"@endo/ses-ava": "^1.2.1",
"@endo/lockdown": "^1.0.7",
"@endo/ses-ava": "^1.2.2",
"ava": "^6.1.2",
"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.1.5](https://github.com/endojs/endo/compare/@endo/compartment-mapper@1.1.4...@endo/compartment-mapper@1.1.5) (2024-05-07)

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





### [1.1.4](https://github.com/endojs/endo/compare/@endo/compartment-mapper@1.1.3...@endo/compartment-mapper@1.1.4) (2024-04-04)

**Note:** Version bump only for package @endo/compartment-mapper
Expand Down
10 changes: 5 additions & 5 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.1.4",
"version": "1.1.5",
"description": "The compartment mapper assembles Node applications in a sandbox",
"keywords": [
"node",
Expand Down Expand Up @@ -47,10 +47,10 @@
"test": "ava"
},
"dependencies": {
"@endo/cjs-module-analyzer": "^1.0.4",
"@endo/static-module-record": "^1.1.1",
"@endo/zip": "^1.0.4",
"ses": "^1.4.1"
"@endo/cjs-module-analyzer": "^1.0.5",
"@endo/static-module-record": "^1.1.2",
"@endo/zip": "^1.0.5",
"ses": "^1.5.0"
},
"devDependencies": {
"ava": "^6.1.2",
Expand Down
Loading
Loading