Skip to content

Commit

Permalink
chore: Release 2024-04-04 (merge #2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal authored Apr 4, 2024
2 parents c5ba502 + 069459f commit ac4e5c9
Show file tree
Hide file tree
Showing 76 changed files with 517 additions and 195 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.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





### [1.0.3](https://github.com/endojs/endo/compare/@endo/base64@1.0.2...@endo/base64@1.0.3) (2024-03-20)

**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.3",
"version": "1.0.4",
"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.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





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


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.1",
"version": "3.2.2",
"description": "Create source bundles from ES Modules",
"type": "module",
"main": "src/index.js",
Expand All @@ -27,20 +27,20 @@
"lint:types": "tsc"
},
"dependencies": {
"@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",
"@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",
"@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.5",
"@endo/ses-ava": "^1.2.0",
"@endo/lockdown": "^1.0.6",
"@endo/ses-ava": "^1.2.1",
"ava": "^6.1.2",
"c8": "^7.14.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.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





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


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.0",
"version": "4.1.1",
"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.0",
"@endo/ses-ava": "^1.2.0",
"@endo/init": "^1.1.1",
"@endo/ses-ava": "^1.2.1",
"ava": "^6.1.2",
"c8": "^7.14.0"
},
"dependencies": {
"@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"
"@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"
},
"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.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





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

**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.5",
"version": "1.0.6",
"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.3",
"@endo/compartment-mapper": "^1.1.3",
"@endo/errors": "^1.2.0"
"@endo/base64": "^1.0.4",
"@endo/compartment-mapper": "^1.1.4",
"@endo/errors": "^1.2.1"
},
"devDependencies": {
"@endo/bundle-source": "^3.2.0",
"@endo/init": "^1.1.0",
"@endo/zip": "^1.0.3",
"@endo/bundle-source": "^3.2.2",
"@endo/init": "^1.1.1",
"@endo/zip": "^1.0.4",
"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.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





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

**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.3",
"version": "1.0.4",
"description": "A JavaScript lexer dedicated to static analysis and transformation of ECMAScript modules.",
"keywords": [],
"author": "Endo contributors",
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.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





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


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.1.0",
"version": "2.1.1",
"private": true,
"description": "Endo command line interface",
"keywords": [],
Expand Down Expand Up @@ -31,21 +31,21 @@
"test": "exit 0"
},
"dependencies": {
"@endo/bundle-source": "^3.2.0",
"@endo/compartment-mapper": "^1.1.3",
"@endo/daemon": "^2.1.0",
"@endo/eventual-send": "^1.2.0",
"@endo/exo": "^1.3.0",
"@endo/far": "^1.1.0",
"@endo/import-bundle": "^1.1.0",
"@endo/lockdown": "^1.0.5",
"@endo/patterns": "^1.3.0",
"@endo/promise-kit": "^1.1.0",
"@endo/stream-node": "^1.1.0",
"@endo/where": "^1.0.3",
"@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/patterns": "^1.3.1",
"@endo/promise-kit": "^1.1.1",
"@endo/stream-node": "^1.1.1",
"@endo/where": "^1.0.4",
"commander": "^5.0.0",
"open": "^9.1.0",
"ses": "^1.4.0"
"ses": "^1.4.1"
},
"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.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





## [1.2.0](https://github.com/endojs/endo/compare/@endo/common@1.1.0...@endo/common@1.2.0) (2024-03-20)


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.0",
"version": "1.2.1",
"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.0",
"@endo/eventual-send": "^1.2.0",
"@endo/promise-kit": "^1.1.0"
"@endo/errors": "^1.2.1",
"@endo/eventual-send": "^1.2.1",
"@endo/promise-kit": "^1.1.1"
},
"devDependencies": {
"@endo/lockdown": "^1.0.5",
"@endo/ses-ava": "^1.2.0",
"@endo/lockdown": "^1.0.6",
"@endo/ses-ava": "^1.2.1",
"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.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





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

**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.3",
"version": "1.1.4",
"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.3",
"@endo/static-module-record": "^1.1.0",
"@endo/zip": "^1.0.3",
"ses": "^1.4.0"
"@endo/cjs-module-analyzer": "^1.0.4",
"@endo/static-module-record": "^1.1.1",
"@endo/zip": "^1.0.4",
"ses": "^1.4.1"
},
"devDependencies": {
"ava": "^6.1.2",
Expand Down
18 changes: 18 additions & 0 deletions packages/daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
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/daemon@2.1.0...@endo/daemon@2.2.0) (2024-04-04)


### Features

* **daemon:** Add bidirectional multimap ([9819fca](https://github.com/endojs/endo/commit/9819fca32a8cf244d91b839e1a86a2995f337ff8))
* **daemon:** Add daemon locator strings ([2cfb7f7](https://github.com/endojs/endo/commit/2cfb7f7f4abdf8f0cba2e36ce9cb89414d2432fe))
* **daemon:** Add directory `locate()` method ([8977958](https://github.com/endojs/endo/commit/89779589db009b3f7919af5759ee659aff933bc1))
* **daemon:** Add makeMultimap() ([aaef687](https://github.com/endojs/endo/commit/aaef6875ccdf33fb83008f4a0ac9556ecc59ce0b))


### Bug Fixes

* **daemon:** Do not publish changes for redundant pet store writes ([a96b8af](https://github.com/endojs/endo/commit/a96b8afa0327e9e4a160cad5bcb3cfb123b79c47))
* **daemon:** Enable `locate()` of remote values ([11198d0](https://github.com/endojs/endo/commit/11198d09b8ff2e3e11aae365b83cc402ce98a811))



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


Expand Down
Loading

0 comments on commit ac4e5c9

Please sign in to comment.