ping-openmls-sdk 0.1.0 → 0.1.1

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -59,5 +59,5 @@ by:
59
59
 
60
60
  ## React Native
61
61
 
62
- On RN, native binaries are preferred — install `@ping-openmls-sdk/react-native-macos` (autolinked). On RN-Web,
62
+ On RN, native binaries are preferred — install `ping-openmls-sdk-react-native-macos` (autolinked). On RN-Web,
63
63
  this package's WASM build is used as-is.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ping-openmls-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "OpenMLS-based secure messaging SDK — runs in browsers, React Native, RN-Web, and Electron/Tauri.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",