@wix/blog 1.0.304 → 1.0.305

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.304",
3
+ "version": "1.0.305",
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.15",
22
+ "@wix/blog_blog-importer": "1.0.16",
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": "9fb880b7d51d18d14b845ccec783f7b6370d54e7922b21c71c81c70b"
51
+ "falconPackageHash": "084449baad1b18bbd0cc1334e72c80ee31af06417f374be10561727a"
52
52
  }
@@ -1182,6 +1182,8 @@ interface ImportStatus {
1182
1182
  alreadyImportedAmount?: number;
1183
1183
  /** Amount of entities processed. */
1184
1184
  processedAmount?: number;
1185
+ /** Url for the page that is being imported. */
1186
+ url?: string | null;
1185
1187
  }
1186
1188
  declare enum Status$2 {
1187
1189
  UNKNOWN = "UNKNOWN",
@@ -1182,6 +1182,8 @@ interface ImportStatus {
1182
1182
  alreadyImportedAmount?: number;
1183
1183
  /** Amount of entities processed. */
1184
1184
  processedAmount?: number;
1185
+ /** Url for the page that is being imported. */
1186
+ url?: string | null;
1185
1187
  }
1186
1188
  declare enum Status$2 {
1187
1189
  UNKNOWN = "UNKNOWN",
@@ -776,6 +776,8 @@ interface ImportStatus$1 {
776
776
  alreadyImportedAmount?: number;
777
777
  /** Amount of entities processed. */
778
778
  processedAmount?: number;
779
+ /** Url for the page that is being imported. */
780
+ url?: string | null;
779
781
  }
780
782
  declare enum Status$3 {
781
783
  UNKNOWN = "UNKNOWN",
@@ -869,6 +871,8 @@ interface ImportStatus {
869
871
  alreadyImportedAmount?: number;
870
872
  /** Amount of entities processed. */
871
873
  processedAmount?: number;
874
+ /** Url for the page that is being imported. */
875
+ url?: string | null;
872
876
  }
873
877
  declare enum Status$2 {
874
878
  UNKNOWN = "UNKNOWN",