@bloxbean/cardano-client-lib-linux-aarch64 0.0.0-oidc-bootstrap.0 → 0.1.0-pre3

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 (3) hide show
  1. package/README.md +1 -1
  2. package/libccl.so +0 -0
  3. package/package.json +5 -2
package/README.md CHANGED
@@ -1 +1 @@
1
- Placeholder for the one-time npm trusted-publishing bootstrap of @bloxbean/cardano-client-lib-linux-aarch64. Do not install.
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.0.0-oidc-bootstrap.0",
4
- "description": "Placeholder published once to enable npm trusted publishing for this package name. Do not install; real releases are published by CI from https://github.com/bloxbean/cardano-client-bindings.",
3
+ "version": "0.1.0-pre3",
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",