@bloxbean/mesmo-macos-aarch64 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-macos-aarch64. Do not install.
1
+ Mesmo native library for `macos-aarch64`. Installed automatically as an optionalDependency of `@bloxbean/mesmo`.
package/libmesmo.dylib ADDED
@@ -0,0 +1,4 @@
1
+ [diffend] Oversized file quarantined before diffing.
2
+ name: package/libmesmo.dylib
3
+ size: 60571280 bytes
4
+ sha256: 6df1f80e853242d947a55fe602d95f8e198906889c0f60f3d5cea15a26167870
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "@bloxbean/mesmo-macos-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/mesmo.",
3
+ "version": "0.1.0-pre8",
4
+ "description": "Mesmo native library for macos-aarch64",
5
+ "os": ["darwin"],
6
+ "cpu": ["arm64"],
7
+ "files": ["libmesmo.dylib"],
5
8
  "license": "MIT",
6
9
  "repository": {
7
10
  "type": "git",