Skip to content

Commit

Permalink
Prepare release of DAP-09/VDAF-08 (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
inahga authored May 2, 2024
1 parent 50ecf13 commit 4e71c8b
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 35 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ branch. Only supported release branches receive dependency updates and backports
| N/A | [`release-dap-draft-03`][branch-03] | [`draft-ietf-ppm-dap-03`][dap-03] | Yes | Unmaintained as of May 22, 2023 |
| [`@divviup/[email protected]`][npm-dap-0.1.0] | [`release-dap-draft-04`][branch-04] | [`draft-ietf-ppm-dap-04`][dap-04] | Yes | Supported |
| [`@divviup/[email protected]`][npm-dap-0.7.0] | [`release-dap-draft-07`][branch-07] | [`draft-ietf-ppm-dap-07`][dap-07] | Yes | Supported |
| | [`main`][main] | [`draft-ietf-ppm-dap-08`][dap-08] | | |
| [`@divviup/[email protected]`][npm-dap-0.9.0] | [`main`][main] | [`draft-ietf-ppm-dap-09`][dap-09] | Yes | Supported |

### VDAF and Prio3

Expand All @@ -29,7 +29,7 @@ branch. Only supported release branches receive dependency updates and backports
| N/A | N/A | [`release/dap-draft-03`][branch-03] | [`draft-irtf-cfrg-vdaf-03`][vdaf-03] | Yes | Unmaintained as of May 22, 2023 |
| [`@divviup/[email protected]`][npm-vdaf-0.1.0] | [`@divviup/[email protected]`][npm-prio3-0.1.0] | [`release/dap-draft-04`][branch-04] | [`draft-irtf-cfrg-vdaf-05`][vdaf-05] | Yes | Supported |
| [`@divviup/[email protected]`][npm-vdaf-0.7.0] | [`@divviup/[email protected]`][npm-prio3-0.7.0] | [`release/dap-draft-07`][branch-07] | [`draft-irtf-cfrg-vdaf-07`][vdaf-07] | Yes | Supported |
| | | [`main`][main] | [`draft-irtf-cfrg-vdaf-08`][vdaf-08] | | |
| [`@divviup/[email protected]`][npm-vdaf-0.8.0] | [`@divviup/[email protected]`][npm-prio3-0.8.0] | [`main`][main] | [`draft-irtf-cfrg-vdaf-08`][vdaf-08] | Yes | Supported |

## Bundling into an npm application

Expand Down Expand Up @@ -77,10 +77,13 @@ DivviUp publishes bundled and minified builds suitable for use from a script tag

[npm-vdaf-0.1.0]: https://www.npmjs.com/package/@divviup/vdaf/v/0.1.0
[npm-vdaf-0.7.0]: https://www.npmjs.com/package/@divviup/vdaf/v/0.7.0
[npm-vdaf-0.8.0]: https://www.npmjs.com/package/@divviup/vdaf/v/0.8.0
[npm-prio3-0.1.0]: https://www.npmjs.com/package/@divviup/prio3/v/0.1.0
[npm-prio3-0.7.0]: https://www.npmjs.com/package/@divviup/prio3/v/0.7.0
[npm-prio3-0.8.0]: https://www.npmjs.com/package/@divviup/prio3/v/0.8.0
[npm-dap-0.1.0]: https://www.npmjs.com/package/@divviup/dap/v/0.1.0
[npm-dap-0.7.0]: https://www.npmjs.com/package/@divviup/dap/v/0.7.0
[npm-dap-0.9.0]: https://www.npmjs.com/package/@divviup/dap/v/0.9.0
[vdaf-03]: https://datatracker.ietf.org/doc/draft-irtf-cfrg-vdaf/03/
[vdaf-05]: https://datatracker.ietf.org/doc/draft-irtf-cfrg-vdaf/05/
[vdaf-07]: https://datatracker.ietf.org/doc/draft-irtf-cfrg-vdaf/07/
Expand All @@ -89,7 +92,7 @@ DivviUp publishes bundled and minified builds suitable for use from a script tag
[dap-03]: https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/03/
[dap-04]: https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/04/
[dap-07]: https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/07/
[dap-08]: https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/08/
[dap-09]: https://datatracker.ietf.org/doc/draft-ietf-ppm-dap/09/
[branch-02]: https://github.com/divviup/divviup-ts/tree/release/dap-draft-02
[branch-03]: https://github.com/divviup/divviup-ts/tree/release/dap-draft-03
[branch-04]: https://github.com/divviup/divviup-ts/tree/release/dap-draft-04
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@divviup/common",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/dap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@divviup/dap",
"version": "0.7.0",
"version": "0.9.0",
"description": "",
"browser": "dist/browser.js",
"main": "dist/index.js",
Expand All @@ -21,9 +21,9 @@
"test:coverage": "c8 npm test"
},
"dependencies": {
"@divviup/common": "^0.2.1",
"@divviup/prio3": "^0.7.0",
"@divviup/vdaf": "^0.7.0",
"@divviup/common": "^0.2.2",
"@divviup/prio3": "^0.8.0",
"@divviup/vdaf": "^0.8.0",
"hpke-js": "^1.2.7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@divviup/field",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"test:coverage": "c8 npm test"
},
"dependencies": {
"@divviup/common": "^0.2.1",
"@divviup/common": "^0.2.2",
"one-webcrypto": "^1.0.3"
}
}
10 changes: 5 additions & 5 deletions packages/prio3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@divviup/prio3",
"version": "0.7.0",
"version": "0.8.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -19,10 +19,10 @@
"type": "module",
"license": "MPL-2.0",
"dependencies": {
"@divviup/common": "^0.2.1",
"@divviup/field": "^0.2.1",
"@divviup/xof": "^0.1.0",
"@divviup/vdaf": "^0.7.0",
"@divviup/common": "^0.2.2",
"@divviup/field": "^0.2.2",
"@divviup/xof": "^0.2.0",
"@divviup/vdaf": "^0.8.0",
"buffer": "^6.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/vdaf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@divviup/vdaf",
"version": "0.7.0",
"version": "0.8.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"format": "prettier -w src"
},
"dependencies": {
"@divviup/common": "^0.2.1",
"@divviup/common": "^0.2.2",
"buffer": "^6.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/xof/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@divviup/xof",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"test:coverage": "c8 npm test"
},
"dependencies": {
"@divviup/common": "^0.2.1",
"@divviup/common": "^0.2.2",
"@divviup/field": "^0.2.1",
"@noble/hashes": "^1.4.0",
"jssha": "^3.3.1"
Expand Down

0 comments on commit 4e71c8b

Please sign in to comment.