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 2024-07-30 #2391

Merged
merged 5 commits into from
Jul 30, 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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,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'
```

* Publish the versions to npm.
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.6](https://github.com/endojs/endo/compare/@endo/base64@1.0.5...@endo/base64@1.0.6) (2024-07-30)

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





### [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
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.5",
"version": "1.0.6",
"description": "Transcodes base64",
"keywords": [
"base64",
Expand Down
26 changes: 26 additions & 0 deletions packages/bundle-source/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.

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


### Features

* **bundle-source:** Add `tag` command-line flag ([ba1f346](https://github.com/endojs/endo/commit/ba1f346513d0302c1e114925ed4abeb9d31d4afb))
* **bundle-source:** Add a no-cache mode for bundling to stdout ([25401c2](https://github.com/endojs/endo/commit/25401c232348aca94be0421940c9551365de0fc7))
* **bundle-source:** Entrain devDependencies with development condition ([308307e](https://github.com/endojs/endo/commit/308307e1b1b940d77f770daea5aa4b10e595a667))
* **bundle-source:** New endoScript format to obviate Rollup ([583c7e3](https://github.com/endojs/endo/commit/583c7e3ae4e12948a788f41f0c49aa2ff8e19584))
* **bundle-source:** Support JSON modules in nested evaluate and get export bundle formats ([33df698](https://github.com/endojs/endo/commit/33df6983cdd4331d5ade8ddc90e258557cb8b7d7))
* **bundle-source:** Zip original sources with --no-transforms ([2af54c3](https://github.com/endojs/endo/commit/2af54c36c0a62ee108dc691c3f09e928337bc0d3))
* **bundle-support:** CLI support for other formats ([80252b2](https://github.com/endojs/endo/commit/80252b26279181f20c88f1993feb4264f3fbb221))


### Bug Fixes

* **bundle-source:** Mention --no-transforms in bundle-source usage ([5da60c8](https://github.com/endojs/endo/commit/5da60c806b85264582ba5943fd1c0792b2a9f32b))
* **bundle-source:** Recognize default metadata ([5ee3a9b](https://github.com/endojs/endo/commit/5ee3a9b875d568f2045ae871dc6c2ad1ddd0c617))


### Performance Improvements

* **bundle-source:** Allow imports to run parallel ([f3afe94](https://github.com/endojs/endo/commit/f3afe942f1530ce0476ff83b82a62cfe04446df4))



### [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
Expand Down
3 changes: 2 additions & 1 deletion packages/bundle-source/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
User-visible changes to `@endo/bundle-source`:

# Next version
# v3.3.0 (2024-07-30)

- Adds support for `--no-transforms` (`-T`) which generates bundles with
original sources.
Expand Down
20 changes: 10 additions & 10 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.3",
"version": "3.3.0",
"description": "Create source bundles from ES Modules",
"type": "module",
"main": "src/index.js",
Expand All @@ -25,22 +25,22 @@
"lint:types": "tsc"
},
"dependencies": {
"@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",
"@endo/base64": "^1.0.6",
"@endo/compartment-mapper": "^1.2.0",
"@endo/evasive-transform": "^1.2.0",
"@endo/init": "^1.1.3",
"@endo/promise-kit": "^1.1.3",
"@endo/where": "^1.0.6",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"acorn": "^8.2.4",
"rollup": "^2.79.1"
},
"devDependencies": {
"@endo/lockdown": "^1.0.7",
"@endo/ses-ava": "^1.2.2",
"@endo/zip": "^1.0.5",
"@endo/lockdown": "^1.0.8",
"@endo/ses-ava": "^1.2.3",
"@endo/zip": "^1.0.6",
"ava": "^6.1.3",
"c8": "^7.14.0",
"eslint": "^8.57.0",
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.1](https://github.com/endojs/endo/compare/@endo/captp@4.2.0...@endo/captp@4.2.1) (2024-07-30)

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





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


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.2.0",
"version": "4.2.1",
"description": "Capability Transfer Protocol for distributed objects",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -47,18 +47,18 @@
"lint:types": "tsc"
},
"devDependencies": {
"@endo/init": "^1.1.2",
"@endo/ses-ava": "^1.2.2",
"@endo/init": "^1.1.3",
"@endo/ses-ava": "^1.2.3",
"ava": "^6.1.3",
"c8": "^7.14.0",
"typescript": "5.5.2"
},
"dependencies": {
"@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"
"@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"
},
"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.8](https://github.com/endojs/endo/compare/@endo/check-bundle@1.0.7...@endo/check-bundle@1.0.8) (2024-07-30)

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





### [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
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.7",
"version": "1.0.8",
"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.5",
"@endo/compartment-mapper": "^1.1.5",
"@endo/errors": "^1.2.2"
"@endo/base64": "^1.0.6",
"@endo/compartment-mapper": "^1.2.0",
"@endo/errors": "^1.2.3"
},
"devDependencies": {
"@endo/bundle-source": "^3.2.3",
"@endo/init": "^1.1.2",
"@endo/zip": "^1.0.5",
"@endo/bundle-source": "^3.3.0",
"@endo/init": "^1.1.3",
"@endo/zip": "^1.0.6",
"ava": "^6.1.3",
"babel-eslint": "^10.1.0",
"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.6](https://github.com/endojs/endo/compare/@endo/cjs-module-analyzer@1.0.5...@endo/cjs-module-analyzer@1.0.6) (2024-07-30)

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





### [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
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.5",
"version": "1.0.6",
"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.3.0](https://github.com/endojs/endo/compare/@endo/cli@2.2.0...@endo/cli@2.3.0) (2024-07-30)


### Features

* Add a `--verbose` option to the `endo list` command ([3389a83](https://github.com/endojs/endo/commit/3389a8341cc5f1465bcc3337b86d9a4ef047d133))
* Add common aliases to CLI commands ([b22479c](https://github.com/endojs/endo/commit/b22479c33f949ece859c9ee6689be2e9d688f764))
* additional dot-delimited petname path support ([254459c](https://github.com/endojs/endo/commit/254459c2547f29b9d6dd96544b859bced38becf3))
* **cli:** Add `move|mv [options] <from> <to>` ([0b2d6dc](https://github.com/endojs/endo/commit/0b2d6dc543572bbc0f87acba9bd1b2f74782b03d))
* **cli:** Add copy command ([4ae3915](https://github.com/endojs/endo/commit/4ae39153f78ca74ae15791236f418811e869b2ea))
* **cli:** Add mkdir command ([63a58b1](https://github.com/endojs/endo/commit/63a58b179cd8469b7140c3bc138b33de0869e529))
* **cli:** Further dot-delimited path support ([b7035b4](https://github.com/endojs/endo/commit/b7035b47687546dbd804b22f39eab4d18f1b19b5))
* **cli:** Support pet name paths for store command ([33c70b3](https://github.com/endojs/endo/commit/33c70b35b77691bbbeff77dd55c1eb559602fed4))
* **daemon,cli:** Make caplets in pet name paths ([ad80978](https://github.com/endojs/endo/commit/ad8097878e7680f2de2019fdd286d94b8b43e38c))
* **daemon:** Accept spread path at makeDirectory() ([61dc434](https://github.com/endojs/endo/commit/61dc4347b3a0b3ad6dea2a52b9cb0466c1cdc161))


### Bug Fixes

* clean up temp bundle when make() throws ([97c6aed](https://github.com/endojs/endo/commit/97c6aed42fae06c2e323969a00fedbc0b338c85e)), closes [#2290](https://github.com/endojs/endo/issues/2290)
* **cli:** Fix result name parsing in request command ([67a22bd](https://github.com/endojs/endo/commit/67a22bda487512a8d7d74c853ca9e5e121c77920))
* **cli:** Re-enable using eval without specified result name ([26b188f](https://github.com/endojs/endo/commit/26b188f393c5ea23a6d6d6a2f83323a73fc4ee38))
* endow with original unstructured `assert` ([#2323](https://github.com/endojs/endo/issues/2323)) ([8b2bedb](https://github.com/endojs/endo/commit/8b2bedb8fec02050508495ae9e78cd50a275286d)), closes [#2324](https://github.com/endojs/endo/issues/2324) [#2324](https://github.com/endojs/endo/issues/2324)



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


Expand Down
32 changes: 16 additions & 16 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/cli",
"version": "2.2.0",
"version": "2.3.0",
"private": true,
"description": "Endo command line interface",
"keywords": [],
Expand Down Expand Up @@ -31,23 +31,23 @@
"test": "exit 0"
},
"dependencies": {
"@endo/bundle-source": "^3.2.3",
"@endo/compartment-mapper": "^1.1.5",
"@endo/daemon": "^2.3.0",
"@endo/errors": "^1.2.2",
"@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",
"@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/where": "^1.0.6",
"commander": "^5.0.0",
"open": "^9.1.0",
"ses": "^1.5.0"
"ses": "^1.6.0"
},
"devDependencies": {
"ava": "^6.1.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/common/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.

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


### Bug Fixes

* **types:** fromUniqueEntries ([e465ffb](https://github.com/endojs/endo/commit/e465ffb7a48fbebf0525a86a2423a5b84d8b1feb))



### [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
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.2",
"version": "1.2.3",
"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.2",
"@endo/eventual-send": "^1.2.2",
"@endo/promise-kit": "^1.1.2"
"@endo/errors": "^1.2.3",
"@endo/eventual-send": "^1.2.3",
"@endo/promise-kit": "^1.1.3"
},
"devDependencies": {
"@endo/lockdown": "^1.0.7",
"@endo/ses-ava": "^1.2.2",
"@endo/lockdown": "^1.0.8",
"@endo/ses-ava": "^1.2.3",
"ava": "^6.1.3",
"c8": "^7.14.0",
"tsd": "^0.30.7",
Expand Down
20 changes: 20 additions & 0 deletions packages/compartment-mapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **compartment-mapper:** Custom parser support ([#2304](https://github.com/endojs/endo/issues/2304)) ([43d867e](https://github.com/endojs/endo/commit/43d867ec4a5627900e2bac858c6e13a5cb92a562)), closes [#2303](https://github.com/endojs/endo/issues/2303) [#2303](https://github.com/endojs/endo/issues/2303) [#2303](https://github.com/endojs/endo/issues/2303) [#2303](https://github.com/endojs/endo/issues/2303)
* **compartment-mapper:** Export lite and parser modules ([7b5432f](https://github.com/endojs/endo/commit/7b5432f247ac60d6ec0fef7b7e619124689c8495))
* **compartment-mapper:** Infer dev mode from development condition ([51d8601](https://github.com/endojs/endo/commit/51d8601f23f761f408fcffab4979e8fd10fd601d))
* **compartment-mapper:** JSON module support for makeBundle ([779595c](https://github.com/endojs/endo/commit/779595c048663d4e3fcba3bac00d9ca063bbed15))


### Bug Fixes

* **compartment-mapper:** Support ESM imports defined property from CJS from set property of CJS ([bfd51ee](https://github.com/endojs/endo/commit/bfd51eee657fd65751c832898b7091b7ad3ecc7c))
* **compartment-mapper:** Take only first matching tag of package exports ([7e7654d](https://github.com/endojs/endo/commit/7e7654de10b552a3486289f2e9e677546aafe464))
* **compartment-mapper:** Thread maybeRead through initial package.json search ([592a485](https://github.com/endojs/endo/commit/592a485e22c78b17d7d0270b22ea9772e2da80f1))
* endow with original unstructured `assert` ([#2323](https://github.com/endojs/endo/issues/2323)) ([8b2bedb](https://github.com/endojs/endo/commit/8b2bedb8fec02050508495ae9e78cd50a275286d)), closes [#2324](https://github.com/endojs/endo/issues/2324) [#2324](https://github.com/endojs/endo/issues/2324)



### [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
Expand Down
4 changes: 2 additions & 2 deletions packages/compartment-mapper/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
User-visible changes to the compartment mapper:
User-visible changes to `@endo/compartment-mapper`:

# Next release
# v1.2.0 (2024-07-30)

- Fixes incompatible behavior with Node.js package conditional exports #2276.
Previously, the last matching tag would override all prior matches, often
Expand Down
Loading
Loading