@bloxbean/cardano-client-lib-linux-aarch64 0.0.0-oidc-bootstrap.0 → 0.1.0-pre2-ci3
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.
- package/README.md +1 -1
- package/libccl.so +0 -0
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
CCL Bridge native library for linux-aarch64. Installed automatically as an optionalDependency of @bloxbean/cardano-client-lib.
|
package/libccl.so
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bloxbean/cardano-client-lib-linux-aarch64",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.0-pre2-ci3",
|
|
4
|
+
"description": "CCL Bridge native library for linux-aarch64",
|
|
5
|
+
"os": ["linux"],
|
|
6
|
+
"cpu": ["arm64"],
|
|
7
|
+
"files": ["libccl.so"],
|
|
5
8
|
"license": "MIT",
|
|
6
9
|
"repository": {
|
|
7
10
|
"type": "git",
|