@unissey-web/sdk-react 4.0.3-rc.2 → 4.0.3
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/dist/index.js +2 -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$1 = "@unissey-web/web-components";
|
|
745
|
-
var version$1 = "4.0.3
|
|
745
|
+
var version$1 = "4.0.3";
|
|
746
746
|
var description$1 = "";
|
|
747
747
|
var module$1 = "./dist/index.js";
|
|
748
748
|
var typings$1 = "./dist/index.d.ts";
|
|
@@ -3722,7 +3722,7 @@ function _extends() {
|
|
|
3722
3722
|
}
|
|
3723
3723
|
|
|
3724
3724
|
var name = "@unissey-web/sdk-react";
|
|
3725
|
-
var version = "4.0.3
|
|
3725
|
+
var version = "4.0.3";
|
|
3726
3726
|
var description = "Unissey React Sdk";
|
|
3727
3727
|
var license = "ISC";
|
|
3728
3728
|
var module = "./dist/index.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unissey-web/sdk-react",
|
|
3
|
-
"version": "4.0.3
|
|
3
|
+
"version": "4.0.3",
|
|
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.3
|
|
25
|
+
"@unissey-web/web-components": "4.0.3"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|