Skip to content

Commit

Permalink
chore: release(merge #1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal authored Aug 23, 2022
2 parents c22476f + 7dc2905 commit e896ac2
Show file tree
Hide file tree
Showing 49 changed files with 318 additions and 103 deletions.
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.

### [2.2.3](https://github.com/endojs/endo/compare/@endo/bundle-source@2.2.2...@endo/bundle-source@2.2.3) (2022-08-23)

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





### [2.2.2](https://github.com/endojs/endo/compare/@endo/bundle-source@2.2.1...@endo/bundle-source@2.2.2) (2022-06-28)

**Note:** Version bump only for package @endo/bundle-source
Expand Down
10 changes: 5 additions & 5 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": "2.2.2",
"version": "2.2.3",
"description": "Create source bundles from ES Modules",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@babel/parser": "^7.17.3",
"@babel/traverse": "^7.17.3",
"@endo/base64": "^0.2.27",
"@endo/compartment-mapper": "^0.7.7",
"@endo/init": "^0.5.43",
"@endo/compartment-mapper": "^0.7.8",
"@endo/init": "^0.5.44",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"acorn": "^8.2.4",
Expand All @@ -38,8 +38,8 @@
},
"devDependencies": {
"@endo/init": "^0.5.40",
"@endo/lockdown": "^0.1.15",
"@endo/ses-ava": "^0.2.27",
"@endo/lockdown": "^0.1.16",
"@endo/ses-ava": "^0.2.28",
"ava": "^3.12.1",
"c8": "^7.7.3"
},
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.

### [2.0.10](https://github.com/endojs/endo/compare/@endo/captp@2.0.9...@endo/captp@2.0.10) (2022-08-23)


### Bug Fixes

* more hardens ([#1241](https://github.com/endojs/endo/issues/1241)) ([b6ff811](https://github.com/endojs/endo/commit/b6ff8118a92fd72c5309b2bb285fac08d0531d92))



### [2.0.9](https://github.com/endojs/endo/compare/@endo/captp@2.0.8...@endo/captp@2.0.9) (2022-06-28)

**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": "2.0.9",
"version": "2.0.10",
"description": "Capability Transfer Protocol for distributed objects",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -40,16 +40,16 @@
"lint:types": "tsc -p jsconfig.json"
},
"devDependencies": {
"@endo/init": "^0.5.43",
"@endo/ses-ava": "^0.2.27",
"@endo/init": "^0.5.44",
"@endo/ses-ava": "^0.2.28",
"ava": "^3.12.1",
"c8": "^7.7.3"
},
"dependencies": {
"@endo/eventual-send": "^0.15.5",
"@endo/marshal": "^0.6.9",
"@endo/nat": "^4.1.14",
"@endo/promise-kit": "^0.2.43"
"@endo/eventual-send": "^0.16.0",
"@endo/marshal": "^0.7.0",
"@endo/nat": "^4.1.15",
"@endo/promise-kit": "^0.2.44"
},
"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.

### [0.2.6](https://github.com/endojs/endo/compare/@endo/check-bundle@0.2.5...@endo/check-bundle@0.2.6) (2022-08-23)

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





### [0.2.5](https://github.com/endojs/endo/compare/@endo/check-bundle@0.2.4...@endo/check-bundle@0.2.5) (2022-06-28)


Expand Down
8 changes: 4 additions & 4 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": "0.2.5",
"version": "0.2.6",
"description": "Checks the integrity of an Endo bundle.",
"keywords": [
"endo",
Expand Down Expand Up @@ -38,12 +38,12 @@
},
"dependencies": {
"@endo/base64": "^0.2.27",
"@endo/compartment-mapper": "^0.7.7"
"@endo/compartment-mapper": "^0.7.8"
},
"devDependencies": {
"@endo/bundle-source": "^2.2.2",
"@endo/bundle-source": "^2.2.3",
"@endo/eslint-config": "^0.5.1",
"@endo/init": "^0.5.43",
"@endo/init": "^0.5.44",
"@endo/zip": "^0.2.27",
"ava": "^3.12.1",
"babel-eslint": "^10.0.3",
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.

### [0.1.15](https://github.com/endojs/endo/compare/@endo/cli@0.1.14...@endo/cli@0.1.15) (2022-08-23)

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





### [0.1.14](https://github.com/endojs/endo/compare/@endo/cli@0.1.13...@endo/cli@0.1.14) (2022-06-28)

**Note:** Version bump only for package @endo/cli
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/cli",
"version": "0.1.14",
"version": "0.1.15",
"description": "Endo command line interface",
"keywords": [],
"author": "Endo contributors",
Expand All @@ -24,13 +24,13 @@
"test": "exit 0"
},
"dependencies": {
"@endo/compartment-mapper": "^0.7.7",
"@endo/daemon": "^0.1.14",
"@endo/eventual-send": "^0.15.5",
"@endo/lockdown": "^0.1.15",
"@endo/compartment-mapper": "^0.7.8",
"@endo/daemon": "^0.1.15",
"@endo/eventual-send": "^0.16.0",
"@endo/lockdown": "^0.1.16",
"@endo/where": "^0.2.9",
"commander": "^5.0.0",
"ses": "^0.15.17"
"ses": "^0.15.18"
},
"devDependencies": {
"@endo/eslint-config": "^0.5.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/compartment-mapper/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.

### [0.7.8](https://github.com/endojs/endo/compare/@endo/compartment-mapper@0.7.7...@endo/compartment-mapper@0.7.8) (2022-08-23)


### Bug Fixes

* **compartment-mapper:** avoid mislabeling cjs files as esm based on type field ([5a6a501](https://github.com/endojs/endo/commit/5a6a501f14f53170d047f847fee7d08674e72f23))



### [0.7.7](https://github.com/endojs/endo/compare/@endo/compartment-mapper@0.7.6...@endo/compartment-mapper@0.7.7) (2022-06-28)


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": "0.7.7",
"version": "0.7.8",
"description": "The compartment mapper assembles Node applications in a sandbox",
"keywords": [
"node",
Expand Down Expand Up @@ -42,9 +42,9 @@
},
"dependencies": {
"@endo/cjs-module-analyzer": "^0.2.27",
"@endo/static-module-record": "^0.7.6",
"@endo/static-module-record": "^0.7.7",
"@endo/zip": "^0.2.27",
"ses": "^0.15.17"
"ses": "^0.15.18"
},
"devDependencies": {
"@endo/eslint-config": "^0.5.1",
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.

### [0.1.15](https://github.com/endojs/endo/compare/@endo/daemon@0.1.14...@endo/daemon@0.1.15) (2022-08-23)

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





### [0.1.14](https://github.com/endojs/endo/compare/@endo/daemon@0.1.13...@endo/daemon@0.1.14) (2022-06-28)


Expand Down
20 changes: 10 additions & 10 deletions packages/daemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/daemon",
"version": "0.1.14",
"version": "0.1.15",
"description": "Endo daemon",
"keywords": [
"endo",
Expand Down Expand Up @@ -34,16 +34,16 @@
"test": "ava"
},
"dependencies": {
"@endo/captp": "^2.0.9",
"@endo/eventual-send": "^0.15.5",
"@endo/far": "^0.2.5",
"@endo/lockdown": "^0.1.15",
"@endo/netstring": "^0.3.13",
"@endo/promise-kit": "^0.2.43",
"@endo/stream": "^0.3.12",
"@endo/stream-node": "^0.2.13",
"@endo/captp": "^2.0.10",
"@endo/eventual-send": "^0.16.0",
"@endo/far": "^0.2.6",
"@endo/lockdown": "^0.1.16",
"@endo/netstring": "^0.3.14",
"@endo/promise-kit": "^0.2.44",
"@endo/stream": "^0.3.13",
"@endo/stream-node": "^0.2.14",
"@endo/where": "^0.2.9",
"ses": "^0.15.17"
"ses": "^0.15.18"
},
"devDependencies": {
"@endo/eslint-config": "^0.5.1",
Expand Down
14 changes: 14 additions & 0 deletions packages/eventual-send/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.

## [0.16.0](https://github.com/endojs/endo/compare/@endo/eventual-send@0.15.5...@endo/eventual-send@0.16.0) (2022-08-23)


### ⚠ BREAKING CHANGES

* **eventual-send:** Disallow using E proxy methods as functions (#1255)

### Bug Fixes

* **eventual-send:** Disallow using E proxy methods as functions ([#1255](https://github.com/endojs/endo/issues/1255)) ([43b7962](https://github.com/endojs/endo/commit/43b796232634b54c9e7de1c0a2349d22c29fc384))
* typedef default onfulfilled handler for E.when ([c5582ca](https://github.com/endojs/endo/commit/c5582ca7473e0a5d94ef4753ff54e0626cdb1d0a))



### [0.15.5](https://github.com/endojs/endo/compare/@endo/eventual-send@0.15.4...@endo/eventual-send@0.15.5) (2022-06-28)

**Note:** Version bump only for package @endo/eventual-send
Expand Down
2 changes: 1 addition & 1 deletion packages/eventual-send/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
User-visible changes in eventual-send:

# Next release
# v0.16.0 (2022-08-23)

- *BREAKING*: Disallow using E proxy methods as functions.
Enforces the `E(x).foo()` calling convention and disallows using as bound
Expand Down
6 changes: 3 additions & 3 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": "0.15.5",
"version": "0.16.0",
"description": "Extend a Promise class to implement the eventual-send API",
"type": "module",
"main": "src/no-shim.js",
Expand All @@ -27,8 +27,8 @@
},
"homepage": "https://github.com/endojs/endo#readme",
"devDependencies": {
"@endo/lockdown": "^0.1.15",
"@endo/ses-ava": "^0.2.27",
"@endo/lockdown": "^0.1.16",
"@endo/ses-ava": "^0.2.28",
"ava": "^3.12.1",
"c8": "^7.7.3",
"tsd": "^0.19.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/far/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.

### [0.2.6](https://github.com/endojs/endo/compare/@endo/far@0.2.5...@endo/far@0.2.6) (2022-08-23)

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





### [0.2.5](https://github.com/endojs/endo/compare/@endo/far@0.2.4...@endo/far@0.2.5) (2022-06-28)

**Note:** Version bump only for package @endo/far
Expand Down
10 changes: 5 additions & 5 deletions packages/far/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/far",
"version": "0.2.5",
"version": "0.2.6",
"description": "Helpers for distributed objects.",
"type": "module",
"main": "src/index.js",
Expand All @@ -26,12 +26,12 @@
},
"homepage": "https://github.com/endojs/endo#readme",
"dependencies": {
"@endo/eventual-send": "^0.15.5",
"@endo/marshal": "^0.6.9"
"@endo/eventual-send": "^0.16.0",
"@endo/marshal": "^0.7.0"
},
"devDependencies": {
"@endo/init": "^0.5.43",
"@endo/ses-ava": "^0.2.27",
"@endo/init": "^0.5.44",
"@endo/ses-ava": "^0.2.28",
"ava": "^3.12.1",
"c8": "^7.7.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/import-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.

### [0.2.48](https://github.com/endojs/endo/compare/@endo/import-bundle@0.2.47...@endo/import-bundle@0.2.48) (2022-08-23)

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





### [0.2.47](https://github.com/endojs/endo/compare/@endo/import-bundle@0.2.46...@endo/import-bundle@0.2.47) (2022-06-28)

**Note:** Version bump only for package @endo/import-bundle
Expand Down
10 changes: 5 additions & 5 deletions packages/import-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/import-bundle",
"version": "0.2.47",
"version": "0.2.48",
"description": "load modules created by @endo/bundle-source",
"type": "module",
"main": "src/index.js",
Expand All @@ -19,12 +19,12 @@
},
"dependencies": {
"@endo/base64": "^0.2.27",
"@endo/compartment-mapper": "^0.7.7"
"@endo/compartment-mapper": "^0.7.8"
},
"devDependencies": {
"@endo/bundle-source": "^2.2.2",
"@endo/init": "^0.5.43",
"@endo/ses-ava": "^0.2.27",
"@endo/bundle-source": "^2.2.3",
"@endo/init": "^0.5.44",
"@endo/ses-ava": "^0.2.28",
"ava": "^3.12.1",
"c8": "^7.7.3"
},
Expand Down
Loading

0 comments on commit e896ac2

Please sign in to comment.