@wix/blog 1.0.313 → 1.0.315
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.315",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/blog_blog-cache": "1.0.
|
|
25
|
-
"@wix/blog_blog-importer": "1.0.
|
|
26
|
-
"@wix/blog_categories": "1.0.
|
|
27
|
-
"@wix/blog_draft-posts": "1.0.
|
|
28
|
-
"@wix/blog_posts": "1.0.
|
|
29
|
-
"@wix/blog_tags": "1.0.
|
|
24
|
+
"@wix/blog_blog-cache": "1.0.10",
|
|
25
|
+
"@wix/blog_blog-importer": "1.0.22",
|
|
26
|
+
"@wix/blog_categories": "1.0.49",
|
|
27
|
+
"@wix/blog_draft-posts": "1.0.49",
|
|
28
|
+
"@wix/blog_posts": "1.0.55",
|
|
29
|
+
"@wix/blog_tags": "1.0.46"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"glob": "^10.4.1",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"fqdn": ""
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
-
"falconPackageHash": "
|
|
54
|
+
"falconPackageHash": "46992a6a17e9c5b2b3196a3683cad54054da5d98e0fc1bd7f39d0c80"
|
|
55
55
|
}
|
|
@@ -1258,7 +1258,8 @@ declare enum Status$2 {
|
|
|
1258
1258
|
READY_TO_IMPORT = "READY_TO_IMPORT",
|
|
1259
1259
|
STARTED = "STARTED",
|
|
1260
1260
|
FAILED = "FAILED",
|
|
1261
|
-
DONE = "DONE"
|
|
1261
|
+
DONE = "DONE",
|
|
1262
|
+
PARSING_URL = "PARSING_URL"
|
|
1262
1263
|
}
|
|
1263
1264
|
interface StartImportRequest {
|
|
1264
1265
|
/** Should publish the posts after import. */
|
|
@@ -1258,7 +1258,8 @@ declare enum Status$2 {
|
|
|
1258
1258
|
READY_TO_IMPORT = "READY_TO_IMPORT",
|
|
1259
1259
|
STARTED = "STARTED",
|
|
1260
1260
|
FAILED = "FAILED",
|
|
1261
|
-
DONE = "DONE"
|
|
1261
|
+
DONE = "DONE",
|
|
1262
|
+
PARSING_URL = "PARSING_URL"
|
|
1262
1263
|
}
|
|
1263
1264
|
interface StartImportRequest {
|
|
1264
1265
|
/** Should publish the posts after import. */
|
|
@@ -784,7 +784,8 @@ declare enum Status$3 {
|
|
|
784
784
|
READY_TO_IMPORT = "READY_TO_IMPORT",
|
|
785
785
|
STARTED = "STARTED",
|
|
786
786
|
FAILED = "FAILED",
|
|
787
|
-
DONE = "DONE"
|
|
787
|
+
DONE = "DONE",
|
|
788
|
+
PARSING_URL = "PARSING_URL"
|
|
788
789
|
}
|
|
789
790
|
interface StartImportRequest$1 {
|
|
790
791
|
/** Should publish the posts after import. */
|
|
@@ -869,7 +870,8 @@ declare enum Status$2 {
|
|
|
869
870
|
READY_TO_IMPORT = "READY_TO_IMPORT",
|
|
870
871
|
STARTED = "STARTED",
|
|
871
872
|
FAILED = "FAILED",
|
|
872
|
-
DONE = "DONE"
|
|
873
|
+
DONE = "DONE",
|
|
874
|
+
PARSING_URL = "PARSING_URL"
|
|
873
875
|
}
|
|
874
876
|
interface StartImportRequest {
|
|
875
877
|
/** Should publish the posts after import. */
|