Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Dec 20, 2023
1 parent e4556bd commit f428d80
Show file tree
Hide file tree
Showing 64 changed files with 421 additions and 147 deletions.
10 changes: 10 additions & 0 deletions packages/bundle-source/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [3.0.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-20)


### Bug Fixes

* **bundle-source:** Avoid ?? operator for RESM ([3355c04](https://github.com/endojs/endo/commit/3355c044dbf461ad52045c0b380917726f954aa7))
* **bundle-source:** Remove broken jessie linting for now ([74cfc5b](https://github.com/endojs/endo/commit/74cfc5b51e48edc144f6665eddfbd2b0e6145e56))



## [3.0.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-12)


Expand Down
14 changes: 7 additions & 7 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.0.0",
"version": "3.0.1",
"description": "Create source bundles from ES Modules",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -28,19 +28,19 @@
},
"dependencies": {
"@endo/base64": "^1.0.0",
"@endo/compartment-mapper": "^1.0.0",
"@endo/evasive-transform": "^1.0.0",
"@endo/init": "^1.0.0",
"@endo/promise-kit": "^1.0.0",
"@endo/compartment-mapper": "^1.0.1",
"@endo/evasive-transform": "^1.0.1",
"@endo/init": "^1.0.1",
"@endo/promise-kit": "^1.0.1",
"@endo/where": "^1.0.0",
"@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.0",
"@endo/ses-ava": "^1.0.0",
"@endo/lockdown": "^1.0.1",
"@endo/ses-ava": "^1.0.1",
"ava": "^5.3.0",
"c8": "^7.14.0",
"execa": "^8.0.1"
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.0.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-20)


### Bug Fixes

* Expressly forbid deep imports through captp, far, lockdown, marshal ([8fb4e97](https://github.com/endojs/endo/commit/8fb4e9734bfeb7c024cd0b9d4916b7410159152a))



## [4.0.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-12)


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": "4.0.0",
"version": "4.0.1",
"description": "Capability Transfer Protocol for distributed objects",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -46,16 +46,16 @@
"lint:types": "tsc"
},
"devDependencies": {
"@endo/init": "^1.0.0",
"@endo/ses-ava": "^1.0.0",
"@endo/init": "^1.0.1",
"@endo/ses-ava": "^1.0.1",
"ava": "^5.3.0",
"c8": "^7.14.0"
},
"dependencies": {
"@endo/eventual-send": "^1.0.0",
"@endo/marshal": "^1.0.0",
"@endo/nat": "^5.0.0",
"@endo/promise-kit": "^1.0.0"
"@endo/eventual-send": "^1.0.1",
"@endo/marshal": "^1.0.1",
"@endo/nat": "^5.0.1",
"@endo/promise-kit": "^1.0.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.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-20)

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





## [1.0.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-12)


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": "1.0.0",
"version": "1.0.1",
"description": "Checks the integrity of an Endo bundle.",
"keywords": [
"endo",
Expand Down Expand Up @@ -40,11 +40,11 @@
},
"dependencies": {
"@endo/base64": "^1.0.0",
"@endo/compartment-mapper": "^1.0.0"
"@endo/compartment-mapper": "^1.0.1"
},
"devDependencies": {
"@endo/bundle-source": "^3.0.0",
"@endo/init": "^1.0.0",
"@endo/bundle-source": "^3.0.1",
"@endo/init": "^1.0.1",
"@endo/zip": "^1.0.0",
"ava": "^5.3.0",
"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.

### [1.0.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-20)

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





## [1.0.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-12)


Expand Down
16 changes: 8 additions & 8 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Endo command line interface",
"keywords": [],
"author": "Endo contributors",
Expand All @@ -26,15 +26,15 @@
"test": "exit 0"
},
"dependencies": {
"@endo/compartment-mapper": "^1.0.0",
"@endo/daemon": "^1.0.0",
"@endo/eventual-send": "^1.0.0",
"@endo/far": "^1.0.0",
"@endo/lockdown": "^1.0.0",
"@endo/promise-kit": "^1.0.0",
"@endo/compartment-mapper": "^1.0.1",
"@endo/daemon": "^1.0.1",
"@endo/eventual-send": "^1.0.1",
"@endo/far": "^1.0.1",
"@endo/lockdown": "^1.0.1",
"@endo/promise-kit": "^1.0.1",
"@endo/where": "^1.0.0",
"commander": "^5.0.0",
"ses": "^1.0.0"
"ses": "^1.0.1"
},
"devDependencies": {
"ava": "^5.3.0",
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.0.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-20)

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





## [1.0.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-12)


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": "1.0.0",
"version": "1.0.1",
"description": "The compartment mapper assembles Node applications in a sandbox",
"keywords": [
"node",
Expand Down Expand Up @@ -47,9 +47,9 @@
},
"dependencies": {
"@endo/cjs-module-analyzer": "^1.0.0",
"@endo/static-module-record": "^1.0.0",
"@endo/static-module-record": "^1.0.1",
"@endo/zip": "^1.0.0",
"ses": "^1.0.0"
"ses": "^1.0.1"
},
"devDependencies": {
"ava": "^5.3.0",
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.

### [1.0.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-20)

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





## [1.0.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-12)


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": "1.0.0",
"version": "1.0.1",
"description": "Endo daemon",
"keywords": [
"endo",
Expand Down Expand Up @@ -39,16 +39,16 @@
"test": "ava"
},
"dependencies": {
"@endo/captp": "^4.0.0",
"@endo/eventual-send": "^1.0.0",
"@endo/far": "^1.0.0",
"@endo/lockdown": "^1.0.0",
"@endo/netstring": "^1.0.0",
"@endo/promise-kit": "^1.0.0",
"@endo/stream": "^1.0.0",
"@endo/stream-node": "^1.0.0",
"@endo/captp": "^4.0.1",
"@endo/eventual-send": "^1.0.1",
"@endo/far": "^1.0.1",
"@endo/lockdown": "^1.0.1",
"@endo/netstring": "^1.0.1",
"@endo/promise-kit": "^1.0.1",
"@endo/stream": "^1.0.1",
"@endo/stream-node": "^1.0.1",
"@endo/where": "^1.0.0",
"ses": "^1.0.0"
"ses": "^1.0.1"
},
"devDependencies": {
"ava": "^5.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/env-options/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.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-20)

**Note:** Version bump only for package @endo/env-options





## [1.0.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/env-options/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/env-options",
"version": "1.0.0",
"version": "1.0.1",
"private": null,
"description": "Reading environment options.",
"keywords": [],
Expand Down
8 changes: 8 additions & 0 deletions packages/errors/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.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-20)

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





## [1.0.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-12)


Expand Down
8 changes: 4 additions & 4 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/errors",
"version": "1.0.0",
"version": "1.0.1",
"description": "Package exports of the `assert` global",
"keywords": [],
"author": "Endo contributors",
Expand Down Expand Up @@ -35,11 +35,11 @@
"test:xs": "exit 0"
},
"dependencies": {
"ses": "^1.0.0"
"ses": "^1.0.1"
},
"devDependencies": {
"@endo/lockdown": "^1.0.0",
"@endo/ses-ava": "^1.0.0",
"@endo/lockdown": "^1.0.1",
"@endo/ses-ava": "^1.0.1",
"ava": "^5.3.0",
"c8": "^7.14.0",
"tsd": "^0.28.1"
Expand Down
18 changes: 18 additions & 0 deletions packages/eslint-plugin/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.0.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-20)


### ⚠ BREAKING CHANGES

* **eslint-plugin:** Disallow ?? and ?. operators

### Features

* **eslint-plugin:** Disallow ?? and ?. operators ([15b543a](https://github.com/endojs/endo/commit/15b543ace415c8c5848bbf50aac758bf94d4ce09))


### Bug Fixes

* **eslint-plugin:** Relax null coalescing and optional chaining to warning ([3ffb01e](https://github.com/endojs/endo/commit/3ffb01efc775a37a909c5a3bc3bc07d338ba65e5))



## [1.0.0](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-12)

**Note:** Version bump only for package @endo/eslint-plugin
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/eslint-plugin",
"version": "1.0.0",
"version": "2.0.0",
"description": "ESLint plugin for using Endo",
"keywords": [
"eslint",
Expand Down
10 changes: 10 additions & 0 deletions packages/evasive-transform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [1.0.1](https://github.com/endojs/endo/compare/@endo/[email protected]...@endo/[email protected]) (2023-12-20)


### Bug Fixes

* **evasive-transform:** Do not use ?? nor ?. operators ([9c2445e](https://github.com/endojs/endo/commit/9c2445eba86b0f6d2dee00d1f66e94df420924cb))
* **evasive-transform:** RESM treatment ([db660ce](https://github.com/endojs/endo/commit/db660ceaf1b0dbc8af32af001373386d7806d6de))



## 1.0.0 (2023-12-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/evasive-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/evasive-transform",
"version": "1.0.0",
"version": "1.0.1",
"description": "Source transforms to evade SES censorship",
"keywords": [
"ses",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@babel/types": "^7.23.6",
"@endo/ses-ava": "^1.0.0",
"@endo/ses-ava": "^1.0.1",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/babel__generator": "^7.6.7",
Expand Down
Loading

0 comments on commit f428d80

Please sign in to comment.