bruce-models 6.8.0 → 6.8.2

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.
@@ -8102,6 +8102,7 @@
8102
8102
  "scale": params.scale || 1
8103
8103
  }
8104
8104
  },
8105
+ "correctHeading": params.correctHeading || false,
8105
8106
  "test": params.test
8106
8107
  }, reqParams);
8107
8108
  if (!params.test) {
@@ -16155,7 +16156,7 @@
16155
16156
  })(exports.Tracking || (exports.Tracking = {}));
16156
16157
 
16157
16158
  // This is updated with the package.json version on build.
16158
- const VERSION = "6.8.0";
16159
+ const VERSION = "6.8.2";
16159
16160
 
16160
16161
  exports.VERSION = VERSION;
16161
16162
  exports.AbstractApi = AbstractApi;