@wix/blog 1.0.193 → 1.0.194
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.
|
@@ -93,7 +93,7 @@ export interface Post {
|
|
|
93
93
|
*/
|
|
94
94
|
richContent?: RichContent;
|
|
95
95
|
/**
|
|
96
|
-
*
|
|
96
|
+
* Whether a visitor can preview premium content based on their subscription status.
|
|
97
97
|
* @readonly
|
|
98
98
|
*/
|
|
99
99
|
preview?: boolean;
|
|
@@ -113,7 +113,7 @@ export interface Post {
|
|
|
113
113
|
*/
|
|
114
114
|
richContent?: RichContent;
|
|
115
115
|
/**
|
|
116
|
-
*
|
|
116
|
+
* Whether a visitor can preview premium content based on their subscription status.
|
|
117
117
|
* @readonly
|
|
118
118
|
*/
|
|
119
119
|
preview?: boolean;
|
|
@@ -93,7 +93,7 @@ export interface Post {
|
|
|
93
93
|
*/
|
|
94
94
|
richContent?: RichContent;
|
|
95
95
|
/**
|
|
96
|
-
*
|
|
96
|
+
* Whether a visitor can preview premium content based on their subscription status.
|
|
97
97
|
* @readonly
|
|
98
98
|
*/
|
|
99
99
|
preview?: boolean;
|
|
@@ -113,7 +113,7 @@ export interface Post {
|
|
|
113
113
|
*/
|
|
114
114
|
richContent?: RichContent;
|
|
115
115
|
/**
|
|
116
|
-
*
|
|
116
|
+
* Whether a visitor can preview premium content based on their subscription status.
|
|
117
117
|
* @readonly
|
|
118
118
|
*/
|
|
119
119
|
preview?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/blog",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.194",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
|
-
"falconPackageHash": "
|
|
37
|
+
"falconPackageHash": "3611313bf111e1d39b191db603328ca496dc3bb23e8f34c3629eaf99"
|
|
38
38
|
}
|