Skip to content

Commit

Permalink
chore: Release 2024-03-16 (merge #2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal authored Mar 20, 2024
2 parents 4fa8662 + dc7d075 commit 86766d2
Show file tree
Hide file tree
Showing 78 changed files with 583 additions and 193 deletions.
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.3](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-03-20)

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





### [1.0.2](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-02-15)


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.2",
"version": "1.0.3",
"description": "Transcodes base64",
"keywords": [
"base64",
Expand Down
16 changes: 16 additions & 0 deletions packages/bundle-source/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-03-20)


### Features

* **ses-ava:** import test from @endo/ses-ava/prepare-endo.js ([#2133](https://github.com/endojs/endo/issues/2133)) ([9d3a7ce](https://github.com/endojs/endo/commit/9d3a7ce150b6fd6fe7c8c4cc43da411e981731ac))


### Bug Fixes

* **bundle-source:** cacheSourceMaps option is optional ([c180049](https://github.com/endojs/endo/commit/c1800491ea20b34c2f073b371f4941c247db7de6))
* **bundle-source:** Export types properly ([50518da](https://github.com/endojs/endo/commit/50518dafc9e875277161827ae6d74fd627b6acf8))
* **bundle-source:** Revert breaking export types change ([58e82f0](https://github.com/endojs/endo/commit/58e82f09373464ddcc28dc060813628e7ea5c9d5))



## [3.1.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-02-23)


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.1.0",
"version": "3.2.0",
"description": "Create source bundles from ES Modules",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -28,20 +28,20 @@
"lint:types": "tsc"
},
"dependencies": {
"@endo/base64": "^1.0.2",
"@endo/compartment-mapper": "^1.1.2",
"@endo/evasive-transform": "^1.0.4",
"@endo/init": "^1.0.4",
"@endo/promise-kit": "^1.0.4",
"@endo/where": "^1.0.2",
"@endo/base64": "^1.0.3",
"@endo/compartment-mapper": "^1.1.3",
"@endo/evasive-transform": "^1.1.0",
"@endo/init": "^1.1.0",
"@endo/promise-kit": "^1.1.0",
"@endo/where": "^1.0.3",
"@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.4",
"@endo/ses-ava": "^1.1.2",
"@endo/lockdown": "^1.0.5",
"@endo/ses-ava": "^1.2.0",
"ava": "^6.1.2",
"c8": "^7.14.0",
"execa": "^8.0.1"
Expand Down
14 changes: 14 additions & 0 deletions packages/captp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-03-20)


### Features

* **ses-ava:** import test from @endo/ses-ava/prepare-endo.js ([#2133](https://github.com/endojs/endo/issues/2133)) ([9d3a7ce](https://github.com/endojs/endo/commit/9d3a7ce150b6fd6fe7c8c4cc43da411e981731ac))


### Bug Fixes

* **captp:** Teardown worker test ([63a75f7](https://github.com/endojs/endo/commit/63a75f75dc31328b35b7c63e7cd3628fcc465842))



### [4.0.4](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-02-23)

**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.0.4",
"version": "4.1.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.0.4",
"@endo/ses-ava": "^1.1.2",
"@endo/init": "^1.1.0",
"@endo/ses-ava": "^1.2.0",
"ava": "^6.1.2",
"c8": "^7.14.0"
},
"dependencies": {
"@endo/errors": "^1.1.0",
"@endo/eventual-send": "^1.1.2",
"@endo/marshal": "^1.3.0",
"@endo/nat": "^5.0.4",
"@endo/promise-kit": "^1.0.4"
"@endo/errors": "^1.2.0",
"@endo/eventual-send": "^1.2.0",
"@endo/marshal": "^1.4.0",
"@endo/nat": "^5.0.5",
"@endo/promise-kit": "^1.1.0"
},
"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.5](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-03-20)

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





### [1.0.4](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-02-23)

**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.4",
"version": "1.0.5",
"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.2",
"@endo/compartment-mapper": "^1.1.2",
"@endo/errors": "^1.1.0"
"@endo/base64": "^1.0.3",
"@endo/compartment-mapper": "^1.1.3",
"@endo/errors": "^1.2.0"
},
"devDependencies": {
"@endo/bundle-source": "^3.1.0",
"@endo/init": "^1.0.4",
"@endo/zip": "^1.0.2",
"@endo/bundle-source": "^3.2.0",
"@endo/init": "^1.1.0",
"@endo/zip": "^1.0.3",
"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.3](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-03-20)

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





### [1.0.2](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-02-15)


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.2",
"version": "1.0.3",
"description": "A JavaScript lexer dedicated to static analysis and transformation of ECMAScript modules.",
"keywords": [],
"author": "Endo contributors",
Expand Down
14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-03-20)


### Features

* **cli:** Follow list changes ([c5eb0f1](https://github.com/endojs/endo/commit/c5eb0f113dbd8cc54d067eab97d836f701cbc927))


### Bug Fixes

* **cli:** Chat demo needs followChanges rename ([3fa3d9b](https://github.com/endojs/endo/commit/3fa3d9b02ec029c3e26ae946dbbe6cf689be4be0))



## [2.0.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-02-23)


Expand Down
24 changes: 12 additions & 12 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/cli",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"description": "Endo command line interface",
"keywords": [],
Expand Down Expand Up @@ -31,19 +31,19 @@
"test": "exit 0"
},
"dependencies": {
"@endo/bundle-source": "^3.1.0",
"@endo/compartment-mapper": "^1.1.2",
"@endo/daemon": "^2.0.0",
"@endo/eventual-send": "^1.1.2",
"@endo/far": "^1.0.4",
"@endo/import-bundle": "^1.0.4",
"@endo/lockdown": "^1.0.4",
"@endo/promise-kit": "^1.0.4",
"@endo/stream-node": "^1.0.4",
"@endo/where": "^1.0.2",
"@endo/bundle-source": "^3.2.0",
"@endo/compartment-mapper": "^1.1.3",
"@endo/daemon": "^2.1.0",
"@endo/eventual-send": "^1.2.0",
"@endo/far": "^1.1.0",
"@endo/import-bundle": "^1.1.0",
"@endo/lockdown": "^1.0.5",
"@endo/promise-kit": "^1.1.0",
"@endo/stream-node": "^1.1.0",
"@endo/where": "^1.0.3",
"commander": "^5.0.0",
"open": "^9.1.0",
"ses": "^1.3.0"
"ses": "^1.4.0"
},
"devDependencies": {
"ava": "^6.1.2",
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.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-03-20)


### Features

* **ses-ava:** import test from @endo/ses-ava/prepare-endo.js ([#2133](https://github.com/endojs/endo/issues/2133)) ([9d3a7ce](https://github.com/endojs/endo/commit/9d3a7ce150b6fd6fe7c8c4cc43da411e981731ac))



## [1.1.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-02-23)


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.1.0",
"version": "1.2.0",
"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.1.0",
"@endo/eventual-send": "^1.1.2",
"@endo/promise-kit": "^1.0.4"
"@endo/errors": "^1.2.0",
"@endo/eventual-send": "^1.2.0",
"@endo/promise-kit": "^1.1.0"
},
"devDependencies": {
"@endo/lockdown": "^1.0.4",
"@endo/ses-ava": "^1.1.2",
"@endo/lockdown": "^1.0.5",
"@endo/ses-ava": "^1.2.0",
"ava": "^6.1.2",
"c8": "^7.14.0",
"tsd": "^0.28.1"
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.3](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-03-20)

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





### [1.1.2](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-02-23)

**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.2",
"version": "1.1.3",
"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.2",
"@endo/static-module-record": "^1.0.4",
"@endo/zip": "^1.0.2",
"ses": "^1.3.0"
"@endo/cjs-module-analyzer": "^1.0.3",
"@endo/static-module-record": "^1.1.0",
"@endo/zip": "^1.0.3",
"ses": "^1.4.0"
},
"devDependencies": {
"ava": "^6.1.2",
Expand Down
44 changes: 44 additions & 0 deletions packages/daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,50 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-03-20)


### Features

* **daemon:** add directory ([ad171f1](https://github.com/endojs/endo/commit/ad171f12359614f47f41d25ea090fea7fdefca6c))
* **daemon:** add empty networks dir + peer formula + invite/accept ([b9c8872](https://github.com/endojs/endo/commit/b9c88720dab64694a1e51b4de271e4c80790d5bf))
* **daemon:** add list and followChanges to NameHub ([9024a5b](https://github.com/endojs/endo/commit/9024a5bb6f856d0ffdc3c98e5b82cd2b05a7d3ca))
* **daemon:** add loopback network ([53d4120](https://github.com/endojs/endo/commit/53d41206291bc3ddd1216a4117e8591bb6da944c))
* **daemon:** Create weblet worklet for Node.js ([9b17973](https://github.com/endojs/endo/commit/9b1797376c6a58ded62701c311f34fba7e18c7d8))
* **daemon:** enhance types for DaemonCore and consumers ([15529d7](https://github.com/endojs/endo/commit/15529d727bdaa3e174467647b83a8ef40c8a9b10))
* **daemon:** Expose own id to evaluate and make behaviors ([66dbbcf](https://github.com/endojs/endo/commit/66dbbcffb3c13851cba329273c369184f3833162))
* **daemon:** improve types for Host and Guest ([8ae0178](https://github.com/endojs/endo/commit/8ae01784ef6c1398763ad4be5869463f395554a0))
* **daemon:** include locationId in formulaId ([cb3e2c5](https://github.com/endojs/endo/commit/cb3e2c54ea52086facd5b00ed079c4f27dd0adde))
* **daemon:** Inject platform capabilities as formulas ([f0d17a6](https://github.com/endojs/endo/commit/f0d17a6962484e24e5a49d46ad5198c7fcad9b4a))
* **daemon:** Log node identifier ([05d1566](https://github.com/endojs/endo/commit/05d1566f821873db3845539fa986620b5a18b3cd))
* **daemon:** NameHubs expose listIdentifiers method ([375c3e9](https://github.com/endojs/endo/commit/375c3e968cc3de0769aaf6ad9f4d2ed3954b0aa0))
* **daemon:** only provide local values over gateway ([622da83](https://github.com/endojs/endo/commit/622da83c7254ee4890160d806c8368bf35be645c))
* **daemon:** peer info exchange methods + remote lookup ([b850b6c](https://github.com/endojs/endo/commit/b850b6c864ee4c3db6a4fd35a726d9a1e018dd39))
* **daemon:** remove listEntries and followEntries in PetStore/Host/Guest ([5512bf6](https://github.com/endojs/endo/commit/5512bf6d530aeef6b929dbdf0f33987972613a3b))
* **daemon:** rename "location" to "node" ([793adef](https://github.com/endojs/endo/commit/793adefb2eeed5f49443fa841df96239f097dbc3))
* **daemon:** separate peer and remote formulas ([a1abc36](https://github.com/endojs/endo/commit/a1abc3610cd3facccaa91223e2c5583965cc4d90))
* **ses-ava:** import test from @endo/ses-ava/prepare-endo.js ([#2133](https://github.com/endojs/endo/issues/2133)) ([9d3a7ce](https://github.com/endojs/endo/commit/9d3a7ce150b6fd6fe7c8c4cc43da411e981731ac))


### Bug Fixes

* **daemon:** Catch up init dev dependency to adjacent workspace ([1fd5182](https://github.com/endojs/endo/commit/1fd518251895445ff87ad7fcc1121c2b66d45f9b))
* **daemon:** directory.listIdentifiers is sorted ([d4e4701](https://github.com/endojs/endo/commit/d4e47012a0d70a06eec40fec4f2908ed7563b549))
* **daemon:** fix identifiedDirectory far interface ([70e5eac](https://github.com/endojs/endo/commit/70e5eac85462b069214c7809fbd67654f8e60222))
* **daemon:** fix leastAuthority type issue ([c2cdd7f](https://github.com/endojs/endo/commit/c2cdd7f208c479f880fa639c6d4a1e574b31d864))
* **daemon:** fix loopback network error message format ([01812a2](https://github.com/endojs/endo/commit/01812a282ad1820bbe985ef63845ee1a28dfe6ad))
* **daemon:** Fix provision of new, unnamed workers ([fb2c255](https://github.com/endojs/endo/commit/fb2c2557464711b95766797ebfbc4531624ee766)), closes [#2139](https://github.com/endojs/endo/issues/2139)
* **daemon:** fix some type issues ([184dc61](https://github.com/endojs/endo/commit/184dc6138a6e3f5ad8f0a871af048d3ed7e23ae3))
* **daemon:** Handle server response error ([ac44064](https://github.com/endojs/endo/commit/ac440640fb15d15ac1722db7b22d882bd056201e))
* **daemon:** loopback network should not advertise its address ([cb55c2d](https://github.com/endojs/endo/commit/cb55c2de043930517e03e0dc638bc01f6bb294c9))
* **daemon:** remove invite/accept and RemoteFormula ([3173724](https://github.com/endojs/endo/commit/31737240e51ffce8a1dbe94b7c31446763ae6b45))
* **daemon:** remove orphaned remote formula type check ([e08f03e](https://github.com/endojs/endo/commit/e08f03ef11b27d435daaac1e4c5e683e0c3aac37))
* **daemon:** rename "makeRemote" to "provideRemoteValue" ([f0451bd](https://github.com/endojs/endo/commit/f0451bd3722c74956cfad93c8891a8eb7ec88a7e))
* **daemon:** rename Gateway and Peer method to "provide" ([9ad0e3c](https://github.com/endojs/endo/commit/9ad0e3cbc5efa3f89cb67703b96fad35062b098d))
* **daemon:** Specify return type of evaluate ([6026b73](https://github.com/endojs/endo/commit/6026b73b099a4ebcbd6477d3d2fdf2749f738293))



## [2.0.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2024-02-23)


Expand Down
Loading

0 comments on commit 86766d2

Please sign in to comment.