feed-common 1.87.3 → 1.88.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -0
- package/dist/utils/feed-templates/ebay-variant.template.d.ts +3 -0
- package/dist/utils/feed-templates/ebay-variant.template.d.ts.map +1 -0
- package/dist/utils/feed-templates/ebay-variant.template.js +848 -0
- package/dist/utils/feed-templates/ebay-variant.template.js.map +1 -0
- package/dist/utils/feed-templates/ebay.template.d.ts.map +1 -1
- package/dist/utils/feed-templates/ebay.template.js +178 -192
- package/dist/utils/feed-templates/ebay.template.js.map +1 -1
- package/package.json +1 -1
- package/src/utils/feed-templates/ebay-variant.template.ts +897 -0
- package/src/utils/feed-templates/ebay.template.ts +180 -193
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1
|
+
## [1.88.1](https://github.com/advertikon/package-maxify-feed-common/compare/v1.88.0...v1.88.1) (2025-01-17)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* fix ebay template ([8f4de1a](https://github.com/advertikon/package-maxify-feed-common/commit/8f4de1a2aaa7f6f3efa48698972be8e1d275c410))
|
7
|
+
|
8
|
+
# [1.88.0](https://github.com/advertikon/package-maxify-feed-common/compare/v1.87.3...v1.88.0) (2025-01-17)
|
9
|
+
|
10
|
+
|
11
|
+
### Features
|
12
|
+
|
13
|
+
* switch ebay template to intem approach ([89af5f5](https://github.com/advertikon/package-maxify-feed-common/commit/89af5f5b5ff6a638d8979635f7168f8d9688169b))
|
14
|
+
|
1
15
|
## [1.87.3](https://github.com/advertikon/package-maxify-feed-common/compare/v1.87.2...v1.87.3) (2025-01-13)
|
2
16
|
|
3
17
|
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ebay-variant.template.d.ts","sourceRoot":"","sources":["../../../src/utils/feed-templates/ebay-variant.template.ts"],"names":[],"mappings":"AAkCA,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAYnE,eAAO,MAAM,gBAAgB,EAAE,mBAk1B9B,CAAC"}
|