@epfml/discojs-web 2.1.2-p20240507135008.0 → 2.1.2-p20240513140724.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # @epfml/discojs-web
2
+
3
+ Decentralized & federated privacy-preserving ML training in TypeScript.
4
+
5
+ This is the web-specific library of the Disco.js project,
6
+ offering some helpers.
7
+ You probably want to also use [`discojs`](../discojs).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epfml/discojs-web",
3
- "version": "2.1.2-p20240507135008.0",
3
+ "version": "2.1.2-p20240513140724.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",