@wix/blog 1.0.301 → 1.0.302
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/blog",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.302",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/blog_blog-cache": "1.0.5",
|
|
22
|
-
"@wix/blog_blog-importer": "1.0.
|
|
22
|
+
"@wix/blog_blog-importer": "1.0.13",
|
|
23
23
|
"@wix/blog_categories": "1.0.42",
|
|
24
24
|
"@wix/blog_draft-posts": "1.0.42",
|
|
25
25
|
"@wix/blog_posts": "1.0.49",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "9fb880b7d51d18d14b845ccec783f7b6370d54e7922b21c71c81c70b"
|
|
52
52
|
}
|
|
@@ -1217,8 +1217,6 @@ interface ValidateUrlForImportRequest {
|
|
|
1217
1217
|
url: string | null;
|
|
1218
1218
|
}
|
|
1219
1219
|
interface ValidateUrlForImportResponse {
|
|
1220
|
-
/** Blog type. */
|
|
1221
|
-
blogType?: string | null;
|
|
1222
1220
|
/** Number of posts. */
|
|
1223
1221
|
totalPosts?: number | null;
|
|
1224
1222
|
/** Blog title. */
|
|
@@ -1217,8 +1217,6 @@ interface ValidateUrlForImportRequest {
|
|
|
1217
1217
|
url: string | null;
|
|
1218
1218
|
}
|
|
1219
1219
|
interface ValidateUrlForImportResponse {
|
|
1220
|
-
/** Blog type. */
|
|
1221
|
-
blogType?: string | null;
|
|
1222
1220
|
/** Number of posts. */
|
|
1223
1221
|
totalPosts?: number | null;
|
|
1224
1222
|
/** Blog title. */
|
|
@@ -811,8 +811,6 @@ interface ValidateUrlForImportRequest$1 {
|
|
|
811
811
|
url: string | null;
|
|
812
812
|
}
|
|
813
813
|
interface ValidateUrlForImportResponse$1 {
|
|
814
|
-
/** Blog type. */
|
|
815
|
-
blogType?: string | null;
|
|
816
814
|
/** Number of posts. */
|
|
817
815
|
totalPosts?: number | null;
|
|
818
816
|
/** Blog title. */
|
|
@@ -906,8 +904,6 @@ interface ValidateUrlForImportRequest {
|
|
|
906
904
|
url: string | null;
|
|
907
905
|
}
|
|
908
906
|
interface ValidateUrlForImportResponse {
|
|
909
|
-
/** Blog type. */
|
|
910
|
-
blogType?: string | null;
|
|
911
907
|
/** Number of posts. */
|
|
912
908
|
totalPosts?: number | null;
|
|
913
909
|
/** Blog title. */
|