@wix/blog 1.0.332 → 1.0.334

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.332",
3
+ "version": "1.0.334",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -23,10 +23,10 @@
23
23
  "dependencies": {
24
24
  "@wix/blog_blog-cache": "1.0.10",
25
25
  "@wix/blog_blog-importer": "1.0.23",
26
- "@wix/blog_categories": "1.0.53",
27
- "@wix/blog_draft-posts": "1.0.55",
28
- "@wix/blog_posts": "1.0.61",
29
- "@wix/blog_tags": "1.0.58"
26
+ "@wix/blog_categories": "1.0.54",
27
+ "@wix/blog_draft-posts": "1.0.56",
28
+ "@wix/blog_posts": "1.0.63",
29
+ "@wix/blog_tags": "1.0.59"
30
30
  },
31
31
  "devDependencies": {
32
32
  "glob": "^10.4.1",
@@ -51,5 +51,5 @@
51
51
  "fqdn": ""
52
52
  }
53
53
  },
54
- "falconPackageHash": "ba4b078b2120fa67ab13ca1df36821d0fd5d15ea920222231e197768"
54
+ "falconPackageHash": "2dee65237adcbc1aa36499c5bff976c29710fb5e4fb1d88e5171dfb7"
55
55
  }
@@ -1418,7 +1418,11 @@ interface Category$2 {
1418
1418
  url?: string;
1419
1419
  /** Category description. */
1420
1420
  description?: string | null;
1421
- /** Category title. */
1421
+ /**
1422
+ * Category title.
1423
+ * @deprecated Category title.
1424
+ * @targetRemovalDate 2025-07-16
1425
+ */
1422
1426
  title?: string;
1423
1427
  /**
1424
1428
  * Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu).
@@ -4623,7 +4627,11 @@ interface Category$1 {
4623
4627
  url?: string;
4624
4628
  /** Category description. */
4625
4629
  description?: string | null;
4626
- /** Category title. */
4630
+ /**
4631
+ * Category title.
4632
+ * @deprecated Category title.
4633
+ * @targetRemovalDate 2025-07-16
4634
+ */
4627
4635
  title?: string;
4628
4636
  /**
4629
4637
  * Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu).
@@ -7849,7 +7857,11 @@ interface Category {
7849
7857
  url?: string;
7850
7858
  /** Category description. */
7851
7859
  description?: string | null;
7852
- /** Category title. */
7860
+ /**
7861
+ * Category title.
7862
+ * @deprecated Category title.
7863
+ * @targetRemovalDate 2025-07-16
7864
+ */
7853
7865
  title?: string;
7854
7866
  /**
7855
7867
  * Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu).
@@ -1418,7 +1418,11 @@ interface Category$2 {
1418
1418
  url?: string;
1419
1419
  /** Category description. */
1420
1420
  description?: string | null;
1421
- /** Category title. */
1421
+ /**
1422
+ * Category title.
1423
+ * @deprecated Category title.
1424
+ * @targetRemovalDate 2025-07-16
1425
+ */
1422
1426
  title?: string;
1423
1427
  /**
1424
1428
  * Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu).
@@ -4623,7 +4627,11 @@ interface Category$1 {
4623
4627
  url?: string;
4624
4628
  /** Category description. */
4625
4629
  description?: string | null;
4626
- /** Category title. */
4630
+ /**
4631
+ * Category title.
4632
+ * @deprecated Category title.
4633
+ * @targetRemovalDate 2025-07-16
4634
+ */
4627
4635
  title?: string;
4628
4636
  /**
4629
4637
  * Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu).
@@ -7849,7 +7857,11 @@ interface Category {
7849
7857
  url?: string;
7850
7858
  /** Category description. */
7851
7859
  description?: string | null;
7852
- /** Category title. */
7860
+ /**
7861
+ * Category title.
7862
+ * @deprecated Category title.
7863
+ * @targetRemovalDate 2025-07-16
7864
+ */
7853
7865
  title?: string;
7854
7866
  /**
7855
7867
  * Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu).
@@ -981,7 +981,11 @@ interface Category$1 {
981
981
  url?: PageUrl$3;
982
982
  /** Category description. */
983
983
  description?: string | null;
984
- /** Category title. */
984
+ /**
985
+ * Category title.
986
+ * @deprecated Category title.
987
+ * @targetRemovalDate 2025-07-16
988
+ */
985
989
  title?: string;
986
990
  /**
987
991
  * Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu).
@@ -1374,7 +1378,11 @@ interface Category {
1374
1378
  url?: string;
1375
1379
  /** Category description. */
1376
1380
  description?: string | null;
1377
- /** Category title. */
1381
+ /**
1382
+ * Category title.
1383
+ * @deprecated Category title.
1384
+ * @targetRemovalDate 2025-07-16
1385
+ */
1378
1386
  title?: string;
1379
1387
  /**
1380
1388
  * Position of the category in the [Category Menu](https://support.wix.com/en/article/wix-blog-adding-and-customizing-a-category-menu).