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 2023-12 #1895

Merged
merged 6 commits into from
Dec 12, 2023
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
9 changes: 9 additions & 0 deletions packages/base64/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.0.0](https://github.com/endojs/endo/compare/@endo/base64@0.2.35...@endo/base64@1.0.0) (2023-12-12)


### Bug Fixes

* Adjust type generation in release process and CI ([9465be3](https://github.com/endojs/endo/commit/9465be369e53167815ca444f6293a8e9eb48501d))



### [0.2.35](https://github.com/endojs/endo/compare/@endo/base64@0.2.34...@endo/base64@0.2.35) (2023-09-12)

**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": "0.2.35",
"version": "1.0.0",
"description": "Transcodes base64",
"keywords": [
"base64",
Expand Down
9 changes: 9 additions & 0 deletions packages/bundle-source/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.

## [3.0.0](https://github.com/endojs/endo/compare/@endo/bundle-source@2.8.0...@endo/bundle-source@3.0.0) (2023-12-12)


### Bug Fixes

* Adjust type generation in release process and CI ([9465be3](https://github.com/endojs/endo/commit/9465be369e53167815ca444f6293a8e9eb48501d))



## [2.8.0](https://github.com/endojs/endo/compare/@endo/bundle-source@2.7.0...@endo/bundle-source@2.8.0) (2023-09-12)


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": "2.8.0",
"version": "3.0.0",
"description": "Create source bundles from ES Modules",
"type": "module",
"main": "src/index.js",
Expand Down Expand Up @@ -29,21 +29,21 @@
"lint:types": "tsc"
},
"dependencies": {
"@endo/base64": "^0.2.35",
"@endo/compartment-mapper": "^0.9.2",
"@endo/init": "^0.5.60",
"@endo/promise-kit": "^0.2.60",
"@endo/evasive-transform": "^0.1.3",
"@endo/where": "^0.3.5",
"@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/where": "^1.0.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"acorn": "^8.2.4",
"jessie.js": "^0.3.2",
"rollup": "^2.79.1"
},
"devDependencies": {
"@endo/lockdown": "^0.1.32",
"@endo/ses-ava": "^0.2.44",
"@endo/lockdown": "^1.0.0",
"@endo/ses-ava": "^1.0.0",
"ava": "^5.3.0",
"c8": "^7.14.0",
"execa": "^8.0.1"
Expand Down
10 changes: 10 additions & 0 deletions packages/captp/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.

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


### Bug Fixes

* Adjust type generation in release process and CI ([9465be3](https://github.com/endojs/endo/commit/9465be369e53167815ca444f6293a8e9eb48501d))
* Import types explicitly throughout ([631d087](https://github.com/endojs/endo/commit/631d087e291262ce3e798f7a15482c534cb7233b))



### [3.1.5](https://github.com/endojs/endo/compare/@endo/captp@3.1.4...@endo/captp@3.1.5) (2023-09-12)

**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": "3.1.5",
"version": "4.0.0",
"description": "Capability Transfer Protocol for distributed objects",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -42,16 +42,16 @@
"lint:types": "tsc"
},
"devDependencies": {
"@endo/init": "^0.5.60",
"@endo/ses-ava": "^0.2.44",
"@endo/init": "^1.0.0",
"@endo/ses-ava": "^1.0.0",
"ava": "^5.3.0",
"c8": "^7.14.0"
},
"dependencies": {
"@endo/eventual-send": "^0.17.6",
"@endo/marshal": "^0.8.9",
"@endo/nat": "^4.1.31",
"@endo/promise-kit": "^0.2.60"
"@endo/eventual-send": "^1.0.0",
"@endo/marshal": "^1.0.0",
"@endo/nat": "^5.0.0",
"@endo/promise-kit": "^1.0.0"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
9 changes: 9 additions & 0 deletions packages/check-bundle/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.0.0](https://github.com/endojs/endo/compare/@endo/check-bundle@0.2.22...@endo/check-bundle@1.0.0) (2023-12-12)


### Bug Fixes

* Adjust type generation in release process and CI ([9465be3](https://github.com/endojs/endo/commit/9465be369e53167815ca444f6293a8e9eb48501d))



### [0.2.22](https://github.com/endojs/endo/compare/@endo/check-bundle@0.2.21...@endo/check-bundle@0.2.22) (2023-09-12)

**Note:** Version bump only for package @endo/check-bundle
Expand Down
12 changes: 6 additions & 6 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.22",
"version": "1.0.0",
"description": "Checks the integrity of an Endo bundle.",
"keywords": [
"endo",
Expand Down Expand Up @@ -39,13 +39,13 @@
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js"
},
"dependencies": {
"@endo/base64": "^0.2.35",
"@endo/compartment-mapper": "^0.9.2"
"@endo/base64": "^1.0.0",
"@endo/compartment-mapper": "^1.0.0"
},
"devDependencies": {
"@endo/bundle-source": "^2.8.0",
"@endo/init": "^0.5.60",
"@endo/zip": "^0.2.35",
"@endo/bundle-source": "^3.0.0",
"@endo/init": "^1.0.0",
"@endo/zip": "^1.0.0",
"ava": "^5.3.0",
"babel-eslint": "^10.0.3",
"c8": "^7.14.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/cjs-module-analyzer/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.0.0](https://github.com/endojs/endo/compare/@endo/cjs-module-analyzer@0.2.35...@endo/cjs-module-analyzer@1.0.0) (2023-12-12)


### Bug Fixes

* Adjust type generation in release process and CI ([9465be3](https://github.com/endojs/endo/commit/9465be369e53167815ca444f6293a8e9eb48501d))



### [0.2.35](https://github.com/endojs/endo/compare/@endo/cjs-module-analyzer@0.2.34...@endo/cjs-module-analyzer@0.2.35) (2023-09-12)

**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": "0.2.35",
"version": "1.0.0",
"description": "A JavaScript lexer dedicated to static analysis and transformation of ECMAScript modules.",
"keywords": [],
"author": "Endo contributors",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/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.0.0](https://github.com/endojs/endo/compare/@endo/cli@0.2.6...@endo/cli@1.0.0) (2023-12-12)


### Bug Fixes

* Adjust type generation in release process and CI ([9465be3](https://github.com/endojs/endo/commit/9465be369e53167815ca444f6293a8e9eb48501d))



### [0.2.6](https://github.com/endojs/endo/compare/@endo/cli@0.2.5...@endo/cli@0.2.6) (2023-09-12)

**Note:** Version bump only for package @endo/cli
Expand Down
18 changes: 9 additions & 9 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/cli",
"version": "0.2.6",
"version": "1.0.0",
"description": "Endo command line interface",
"keywords": [],
"author": "Endo contributors",
Expand All @@ -26,15 +26,15 @@
"test": "exit 0"
},
"dependencies": {
"@endo/compartment-mapper": "^0.9.2",
"@endo/daemon": "^0.2.6",
"@endo/eventual-send": "^0.17.6",
"@endo/far": "^0.2.22",
"@endo/lockdown": "^0.1.32",
"@endo/promise-kit": "^0.2.60",
"@endo/where": "^0.3.5",
"@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/where": "^1.0.0",
"commander": "^5.0.0",
"ses": "^0.18.8"
"ses": "^1.0.0"
},
"devDependencies": {
"ava": "^5.3.0",
Expand Down
22 changes: 22 additions & 0 deletions packages/compartment-mapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/endojs/endo/compare/@endo/compartment-mapper@0.9.2...@endo/compartment-mapper@1.0.0) (2023-12-12)


### Features

* **compartment-mapper:** allow skipping powerless packages in policy resources WIP ([b03efc2](https://github.com/endojs/endo/commit/b03efc27dbd0a3f9fb3182f89f27895c87de4e56))
* **compartment-mapper:** improve unresolved module error message ([323ca32](https://github.com/endojs/endo/commit/323ca3215cc62bcdce78c70f0c1869c2faec85ac))


### Bug Fixes

* Adjust type generation in release process and CI ([9465be3](https://github.com/endojs/endo/commit/9465be369e53167815ca444f6293a8e9eb48501d))
* **compartment-mapper:** correct error interpretations, negative policy enforcement test ([d19afd2](https://github.com/endojs/endo/commit/d19afd2f9a194f554c7218f7190b0070d3e9278a))
* **compartment-mapper:** fix archive producing invalid compartment maps ([5d3a711](https://github.com/endojs/endo/commit/5d3a711b3f307f4e16221bba76b219b6f46dcab9))
* **compartment-mapper:** fix for bundling of appended cjs exports ([65c7750](https://github.com/endojs/endo/commit/65c775026838dba3b03a50c4dbc6f1708fcee76f))
* **compartment-mapper:** Import main as . ([19dc5bc](https://github.com/endojs/endo/commit/19dc5bc956e9e67fc1939df38ce337a58f858deb))
* **compartment-mapper:** policy - allow any packages imported in the attenuators compartment ([bc5a0ae](https://github.com/endojs/endo/commit/bc5a0aed2796ca601d1970f42defdd37b08cc85b))
* **compartment-mapper:** Turn empty policy into a null-prototype object ([db2545b](https://github.com/endojs/endo/commit/db2545b1d9b436baad597eea79154d9052e391f7))
* enable compatibility with node16/nodenext module resolution ([9063c47](https://github.com/endojs/endo/commit/9063c47a2016a8ed3ae371646c7b81e47006a091))



### [0.9.2](https://github.com/endojs/endo/compare/@endo/compartment-mapper@0.9.1...@endo/compartment-mapper@0.9.2) (2023-09-12)


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": "0.9.2",
"version": "1.0.0",
"description": "The compartment mapper assembles Node applications in a sandbox",
"keywords": [
"node",
Expand Down Expand Up @@ -46,10 +46,10 @@
"test": "ava"
},
"dependencies": {
"@endo/cjs-module-analyzer": "^0.2.35",
"@endo/static-module-record": "^0.8.2",
"@endo/zip": "^0.2.35",
"ses": "^0.18.8"
"@endo/cjs-module-analyzer": "^1.0.0",
"@endo/static-module-record": "^1.0.0",
"@endo/zip": "^1.0.0",
"ses": "^1.0.0"
},
"devDependencies": {
"ava": "^5.3.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/daemon/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.0](https://github.com/endojs/endo/compare/@endo/daemon@0.2.6...@endo/daemon@1.0.0) (2023-12-12)


### Bug Fixes

* Adjust type generation in release process and CI ([9465be3](https://github.com/endojs/endo/commit/9465be369e53167815ca444f6293a8e9eb48501d))
* enable compatibility with node16/nodenext module resolution ([9063c47](https://github.com/endojs/endo/commit/9063c47a2016a8ed3ae371646c7b81e47006a091))



### [0.2.6](https://github.com/endojs/endo/compare/@endo/daemon@0.2.5...@endo/daemon@0.2.6) (2023-09-12)

**Note:** Version bump only for package @endo/daemon
Expand Down
22 changes: 11 additions & 11 deletions packages/daemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/daemon",
"version": "0.2.6",
"version": "1.0.0",
"description": "Endo daemon",
"keywords": [
"endo",
Expand Down Expand Up @@ -39,16 +39,16 @@
"test": "ava"
},
"dependencies": {
"@endo/captp": "^3.1.5",
"@endo/eventual-send": "^0.17.6",
"@endo/far": "^0.2.22",
"@endo/lockdown": "^0.1.32",
"@endo/netstring": "^0.3.30",
"@endo/promise-kit": "^0.2.60",
"@endo/stream": "^0.3.29",
"@endo/stream-node": "^0.2.30",
"@endo/where": "^0.3.5",
"ses": "^0.18.8"
"@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/where": "^1.0.0",
"ses": "^1.0.0"
},
"devDependencies": {
"ava": "^5.3.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/env-options/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.0.0](https://github.com/endojs/endo/compare/@endo/env-options@0.1.4...@endo/env-options@1.0.0) (2023-12-12)


### Bug Fixes

* Adjust type generation in release process and CI ([9465be3](https://github.com/endojs/endo/commit/9465be369e53167815ca444f6293a8e9eb48501d))



### [0.1.4](https://github.com/endojs/endo/compare/@endo/env-options@0.1.3...@endo/env-options@0.1.4) (2023-09-12)

**Note:** Version bump only for package @endo/env-options
Expand Down
6 changes: 3 additions & 3 deletions packages/env-options/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/env-options",
"version": "0.1.4",
"version": "1.0.0",
"private": null,
"description": "Reading environment options.",
"keywords": [],
Expand Down Expand Up @@ -35,8 +35,8 @@
"test": "ava"
},
"devDependencies": {
"@endo/init": "^0.5.60",
"@endo/ses-ava": "^0.2.44",
"@endo/init": "^1.0.0",
"@endo/ses-ava": "^1.0.0",
"ava": "^5.3.0",
"babel-eslint": "^10.0.3",
"eslint": "^8.46.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/errors/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.0.0](https://github.com/endojs/endo/compare/@endo/errors@0.1.1...@endo/errors@1.0.0) (2023-12-12)


### Bug Fixes

* Adjust type generation in release process and CI ([9465be3](https://github.com/endojs/endo/commit/9465be369e53167815ca444f6293a8e9eb48501d))



### 0.1.1 (2023-09-12)


Expand Down
Loading