@wix/categories 1.0.47 → 1.0.48

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/categories",
3
- "version": "1.0.47",
3
+ "version": "1.0.48",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,7 +18,7 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/categories_categories": "1.0.24"
21
+ "@wix/categories_categories": "1.0.25"
22
22
  },
23
23
  "devDependencies": {
24
24
  "glob": "^10.4.1",
@@ -43,5 +43,5 @@
43
43
  "fqdn": ""
44
44
  }
45
45
  },
46
- "falconPackageHash": "af26a4cefb59acf7f848bfab530fca024d1a8ed06c407d4d846ec349"
46
+ "falconPackageHash": "f26626cda2d2b412cbf9c5d05b4298771584546612851d02b11037f3"
47
47
  }
@@ -99,7 +99,7 @@ interface Category {
99
99
  *
100
100
  * > **Note:** Returned only when you pass `"BREADCRUMBS"` to the `fields` array in Categories API requests.
101
101
  * @replacedBy breadcrumbs_info
102
- * @targetRemovalDate 2024-09-12
102
+ * @targetRemovalDate 2024-09-03
103
103
  */
104
104
  breadcrumbs?: BreadcrumbItemValues;
105
105
  /**
@@ -3377,7 +3377,7 @@ interface UpdateCategory {
3377
3377
  *
3378
3378
  * > **Note:** Returned only when you pass `"BREADCRUMBS"` to the `fields` array in Categories API requests.
3379
3379
  * @replacedBy breadcrumbs_info
3380
- * @targetRemovalDate 2024-09-12
3380
+ * @targetRemovalDate 2024-09-03
3381
3381
  */
3382
3382
  breadcrumbs?: BreadcrumbItemValues;
3383
3383
  /**
@@ -99,7 +99,7 @@ interface Category {
99
99
  *
100
100
  * > **Note:** Returned only when you pass `"BREADCRUMBS"` to the `fields` array in Categories API requests.
101
101
  * @replacedBy breadcrumbs_info
102
- * @targetRemovalDate 2024-09-12
102
+ * @targetRemovalDate 2024-09-03
103
103
  */
104
104
  breadcrumbs?: BreadcrumbItemValues;
105
105
  /**
@@ -3377,7 +3377,7 @@ interface UpdateCategory {
3377
3377
  *
3378
3378
  * > **Note:** Returned only when you pass `"BREADCRUMBS"` to the `fields` array in Categories API requests.
3379
3379
  * @replacedBy breadcrumbs_info
3380
- * @targetRemovalDate 2024-09-12
3380
+ * @targetRemovalDate 2024-09-03
3381
3381
  */
3382
3382
  breadcrumbs?: BreadcrumbItemValues;
3383
3383
  /**
@@ -55,7 +55,7 @@ interface Category$1 {
55
55
  *
56
56
  * > **Note:** Returned only when you pass `"BREADCRUMBS"` to the `fields` array in Categories API requests.
57
57
  * @replacedBy breadcrumbs_info
58
- * @targetRemovalDate 2024-09-12
58
+ * @targetRemovalDate 2024-09-03
59
59
  */
60
60
  breadcrumbs?: BreadcrumbItemValues$1;
61
61
  /**
@@ -2773,7 +2773,7 @@ interface Category {
2773
2773
  *
2774
2774
  * > **Note:** Returned only when you pass `"BREADCRUMBS"` to the `fields` array in Categories API requests.
2775
2775
  * @replacedBy breadcrumbs_info
2776
- * @targetRemovalDate 2024-09-12
2776
+ * @targetRemovalDate 2024-09-03
2777
2777
  */
2778
2778
  breadcrumbs?: BreadcrumbItemValues;
2779
2779
  /**