@adobe/uix-guest 0.6.3 → 0.6.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@adobe/uix-guest",
|
3
|
-
"version": "0.6.
|
3
|
+
"version": "0.6.4",
|
4
4
|
"description": "Tools for connecting to UIX Host apps from extension apps",
|
5
5
|
"author": "Adobe, Inc,",
|
6
6
|
"type": "module",
|
@@ -18,9 +18,9 @@
|
|
18
18
|
"browserslist": [
|
19
19
|
"> 0.2%, last 2 versions, not dead"
|
20
20
|
],
|
21
|
-
"bugs": "https://
|
21
|
+
"bugs": "https://github.com/adobe/uix-sdk/issues",
|
22
22
|
"dependencies": {
|
23
|
-
"@adobe/uix-core": "^0.6.
|
23
|
+
"@adobe/uix-core": "^0.6.4",
|
24
24
|
"penpal": "~6.2.2"
|
25
25
|
},
|
26
26
|
"files": [
|
@@ -29,11 +29,11 @@
|
|
29
29
|
"src",
|
30
30
|
"tsconfig.json"
|
31
31
|
],
|
32
|
-
"homepage": "https://
|
32
|
+
"homepage": "https://github.com/adobe/uix-sdk",
|
33
33
|
"license": "Apache-2.0",
|
34
34
|
"repository": {
|
35
35
|
"type": "git",
|
36
|
-
"url": "https://
|
36
|
+
"url": "https://github.com/adobe/uix-sdk.git"
|
37
37
|
},
|
38
38
|
"sideEffects": false
|
39
39
|
}
|