@bloxbean/mesmo-linux-x86_64 0.0.0-oidc-bootstrap.0 → 0.1.0-pre8

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 CHANGED
@@ -1 +1 @@
1
- Placeholder for the one-time npm trusted-publishing bootstrap of @bloxbean/mesmo-linux-x86_64. Do not install.
1
+ Mesmo native library for linux-x86_64. Installed automatically as an optionalDependency of @bloxbean/mesmo.
package/libmesmo.so ADDED
@@ -0,0 +1,4 @@
1
+ [diffend] Oversized file quarantined before diffing.
2
+ name: package/libmesmo.so
3
+ size: 61213088 bytes
4
+ sha256: 7b342eeacb835cb11ba00842fe41cc1b43179d7dd5a213deed93fd4fd65bf655
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "@bloxbean/mesmo-linux-x86_64",
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/mesmo.",
3
+ "version": "0.1.0-pre8",
4
+ "description": "Mesmo native library for linux-x86_64",
5
+ "os": ["linux"],
6
+ "cpu": ["x64"],
7
+ "libc": ["glibc"],
8
+ "files": ["libmesmo.so"],
5
9
  "license": "MIT",
6
10
  "repository": {
7
11
  "type": "git",