@ruc-lib/screen-recorder 3.1.1 → 3.2.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,8 +22,8 @@ Please ensure you install the correct version of `@ruc-lib/screen-recorder` base
22
22
 
23
23
  | Angular Version | Compatible `@ruc-lib/screen-recorder` Version |
24
24
  |--------------------|---------------------------------------------|
25
- | 15.x.x | `npm install @ruc-lib/screen-recorder@^3.0.0` |
26
- | 16.x.x | `npm install @ruc-lib/screen-recorder@^3.0.0` |
25
+ | 15.x.x | `npm install @ruc-lib/screen-recorder@^3.2.0` |
26
+ | 16.x.x | `npm install @ruc-lib/screen-recorder@^3.2.0` |
27
27
 
28
28
  ## Usage
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ruc-lib/screen-recorder",
3
- "version": "3.1.1",
3
+ "version": "3.2.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/material": "^15.2.0",