fk-platform-sdk 1.1.0-beta.5 → 1.1.0

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.
@@ -151,7 +151,7 @@ var TravelBookingEvent = /** @class */ (function () {
151
151
  function TravelBookingEvent(params) {
152
152
  this.type = "Travel.TravelBookingEvent";
153
153
  this.en = "TOC";
154
- this._ev = "1.0";
154
+ this._ev = "2.0";
155
155
  this.t = params.timestamp;
156
156
  this.r = params.revenue;
157
157
  this.iit = params.isInternational;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fk-platform-sdk",
3
- "version": "1.1.0-beta.5",
3
+ "version": "1.1.0",
4
4
  "description": "SDK to enable external experience integration within flipkart app.",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",