@adobe/uix-guest 0.6.4 → 0.6.5-0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@adobe/uix-guest",
|
3
|
-
"version": "0.6.
|
3
|
+
"version": "0.6.5-0",
|
4
4
|
"description": "Tools for connecting to UIX Host apps from extension apps",
|
5
5
|
"author": "Adobe, Inc,",
|
6
6
|
"type": "module",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"bugs": "https://github.com/adobe/uix-sdk/issues",
|
22
22
|
"dependencies": {
|
23
|
-
"@adobe/uix-core": "^0.6.
|
23
|
+
"@adobe/uix-core": "^0.6.5-0",
|
24
24
|
"penpal": "~6.2.2"
|
25
25
|
},
|
26
26
|
"files": [
|