openrtc-tauri 2.1.0 → 2.3.0
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 +1 -1
- 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.
|
|
26
|
+
openrtc-tauri-plugin = "2.3.0"
|
|
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.
|
|
3
|
+
"version": "2.3.0",
|
|
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.
|
|
32
|
+
"openrtc": "^2.3.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@tauri-apps/api": "^2.0.0"
|