feed-common 1.48.1 → 1.48.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [1.48.2](https://github.com/advertikon/package-maxify-feed-common/compare/v1.48.1...v1.48.2) (2024-09-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * coment out google api remplate ([72667c8](https://github.com/advertikon/package-maxify-feed-common/commit/72667c88cb0c9c29b710ca454c564be5ed30e2d9))
7
+ * remove support of Excel from custom feed ([acc6d90](https://github.com/advertikon/package-maxify-feed-common/commit/acc6d904c5510ca3819f175371e04f8cd33fd93c))
8
+
1
9
  ## [1.48.1](https://github.com/advertikon/package-maxify-feed-common/compare/v1.48.0...v1.48.1) (2024-09-20)
2
10
 
3
11
 
@@ -1,6 +1,6 @@
1
1
  import { XmlFeedFormat } from '../../constants/profile.constants.js';
2
2
  export const customFeedTemplate = {
3
- formats: [XmlFeedFormat.CSV, XmlFeedFormat.TSV, XmlFeedFormat.XLSX, XmlFeedFormat.XLS, XmlFeedFormat.XML],
3
+ formats: [XmlFeedFormat.CSV, XmlFeedFormat.TSV, XmlFeedFormat.XML],
4
4
  mapping: [],
5
5
  };
6
6
  //# sourceMappingURL=custom.template.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"custom.template.js","sourceRoot":"","sources":["../../../src/utils/feed-templates/custom.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAGrE,MAAM,CAAC,MAAM,kBAAkB,GAAwB;IACnD,OAAO,EAAE,CAAC,aAAa,CAAC,GAAG,EAAE,aAAa,CAAC,GAAG,EAAE,aAAa,CAAC,IAAI,EAAE,aAAa,CAAC,GAAG,EAAE,aAAa,CAAC,GAAG,CAAC;IACzG,OAAO,EAAE,EAAE;CACd,CAAC"}
1
+ {"version":3,"file":"custom.template.js","sourceRoot":"","sources":["../../../src/utils/feed-templates/custom.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAGrE,MAAM,CAAC,MAAM,kBAAkB,GAAwB;IACnD,OAAO,EAAE,CAAC,aAAa,CAAC,GAAG,EAAE,aAAa,CAAC,GAAG,EAAE,aAAa,CAAC,GAAG,CAAC;IAClE,OAAO,EAAE,EAAE;CACd,CAAC"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=google-api.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-api.template.d.ts","sourceRoot":"","sources":["../../../src/utils/feed-templates/google-api.template.ts"],"names":[],"mappings":""}