@unissey-web/sdk-react 4.0.0 → 4.0.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/dist/index.js +1 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -742,7 +742,7 @@ var EN = {
742
742
  };
743
743
 
744
744
  var name = "@unissey-web/web-components";
745
- var version = "4.0.0";
745
+ var version = "4.0.1";
746
746
  var description = "";
747
747
  var module = "./dist/index.js";
748
748
  var typings = "./dist/index.d.ts";
@@ -3619,8 +3619,6 @@ var VideoResolutionPreset = /*#__PURE__*/function (VideoResolutionPreset) {
3619
3619
  VideoResolutionPreset["STD_480P"] = "720x480";
3620
3620
  VideoResolutionPreset["STD_720P"] = "1280x720";
3621
3621
  VideoResolutionPreset["STD_1080P"] = "1920x1080";
3622
- VideoResolutionPreset["STD_2160P"] = "3840x2160";
3623
- VideoResolutionPreset["STD_4320P"] = "7680x4320";
3624
3622
  VideoResolutionPreset["STD_VGA"] = "640x480";
3625
3623
  VideoResolutionPreset["STD_SVGA"] = "800x600";
3626
3624
  VideoResolutionPreset["STD_XVGA"] = "1024x768";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unissey-web/sdk-react",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Unissey React Sdk",
5
5
  "license": "ISC",
6
6
  "module": "./dist/index.js",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@lit-labs/react": "^1.0.2",
25
- "@unissey-web/web-components": "4.0.0"
25
+ "@unissey-web/web-components": "4.0.1"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": "^17.0.0 || ^18.0.0",