feed-common 1.87.3 → 1.88.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -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 +190 -204
- 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 +192 -205
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
# [1.88.0](https://github.com/advertikon/package-maxify-feed-common/compare/v1.87.3...v1.88.0) (2025-01-17)
|
2
|
+
|
3
|
+
|
4
|
+
### Features
|
5
|
+
|
6
|
+
* switch ebay template to intem approach ([89af5f5](https://github.com/advertikon/package-maxify-feed-common/commit/89af5f5b5ff6a638d8979635f7168f8d9688169b))
|
7
|
+
|
1
8
|
## [1.87.3](https://github.com/advertikon/package-maxify-feed-common/compare/v1.87.2...v1.87.3) (2025-01-13)
|
2
9
|
|
3
10
|
|
@@ -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"}
|