@o1js/native-linux-x64 0.0.1-dev.2 → 0.0.1-dev.3

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @o1js/native-linux-x64
2
2
 
3
- This package is automatically generated by [native-build] ✖ native build failed (command: o1js) as a native backend for ZK programs (proving and compilation).
3
+ This package is automatically generated by `o1js` as a native backend for zero-knowledge cryptography.
4
4
 
5
5
  To use this package, please refer to [o1js](https://www.npmjs.com/package/o1js)
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o1js/native-linux-x64",
3
- "version": "0.0.1-dev.2",
3
+ "version": "0.0.1-dev.3",
4
4
  "author": "O(1) Labs",
5
5
  "os": [
6
6
  "linux"
@@ -21,6 +21,6 @@
21
21
  "index.js"
22
22
  ],
23
23
  "repository": {
24
- "url": "https://github.com/o1-labs/o1js"
24
+ "url": "git+https://github.com/o1-labs/o1js.git"
25
25
  }
26
26
  }