goods-exporter 1.2.12 → 1.2.13

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.
Files changed (2) hide show
  1. package/dist/bundle.d.ts +5 -1
  2. package/package.json +1 -1
package/dist/bundle.d.ts CHANGED
@@ -597,7 +597,11 @@ interface Brand {
597
597
  */
598
598
  name: string;
599
599
  /**
600
- * **Ссылка на изображение**
600
+ * **Ссылка на изображение логотипа**
601
+ */
602
+ logoUrl?: string;
603
+ /**
604
+ * **Ссылка на изображение баннера**
601
605
  */
602
606
  coverURL?: string;
603
607
  }
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "url": "https://github.com/Bagi4-source/goods-converter/issues"
12
12
  },
13
13
  "name": "goods-exporter",
14
- "version": "1.2.12",
14
+ "version": "1.2.13",
15
15
  "description": "A versatile JavaScript library for exporting goods data to various formats such as YML, CSV, and Excel. Simplify data export tasks with ease. Supports streams.",
16
16
  "main": "./dist/cjs/index.cjs",
17
17
  "type": "module",