openrtc-tauri 2.2.0 → 2.3.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 +2 -2
package/README.md CHANGED
@@ -23,7 +23,7 @@ In your Tauri Rust crate:
23
23
  [dependencies]
24
24
  # Use the published crate after the native release path is cut.
25
25
  # Until then, workspace consumers may use a path dependency.
26
- openrtc-tauri-plugin = "2.2.0"
26
+ openrtc-tauri-plugin = "2.3.1"
27
27
  ```
28
28
 
29
29
  ```rust
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openrtc-tauri",
3
- "version": "2.2.0",
3
+ "version": "2.3.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -29,7 +29,7 @@
29
29
  "prepublishOnly": "pnpm run build && pnpm run test:import"
30
30
  },
31
31
  "dependencies": {
32
- "openrtc": "^2.2.0"
32
+ "openrtc": "^2.3.1"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@tauri-apps/api": "^2.0.0"