@bloxbean/mesmo-macos-aarch64 0.0.0-oidc-bootstrap.0 → 0.1.0-pre7

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: 60521632 bytes
4
+ sha256: 67231bc2125f5aad51cc7241eef29c4c17687e6a6fd7df8f229ccf9a0c482dc7
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-pre7",
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",