@wix/app-extensions 1.0.2 → 1.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.
|
@@ -21095,7 +21095,8 @@ interface AppRouter {
|
|
|
21095
21095
|
preferredPrefix?: string;
|
|
21096
21096
|
/**
|
|
21097
21097
|
* The data/routing source shared across the router's pages.
|
|
21098
|
-
* @
|
|
21098
|
+
* @minLength 1
|
|
21099
|
+
* @maxLength 2048
|
|
21099
21100
|
*/
|
|
21100
21101
|
routerServiceUrl?: string;
|
|
21101
21102
|
/**
|
|
@@ -21095,7 +21095,8 @@ interface AppRouter {
|
|
|
21095
21095
|
preferredPrefix?: string;
|
|
21096
21096
|
/**
|
|
21097
21097
|
* The data/routing source shared across the router's pages.
|
|
21098
|
-
* @
|
|
21098
|
+
* @minLength 1
|
|
21099
|
+
* @maxLength 2048
|
|
21099
21100
|
*/
|
|
21100
21101
|
routerServiceUrl?: string;
|
|
21101
21102
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/app-extensions",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
-
"falconPackageHash": "
|
|
35
|
+
"falconPackageHash": "e803efe7a80776ba3f1186c62425e76c6524c8978f6dd9b0f9a31cae"
|
|
36
36
|
}
|