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.
- package/dist/bruce-models.es5.js +2 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +2 -1
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/entity/entity-coords.js +1 -0
- package/dist/lib/entity/entity-coords.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/entity/entity-coords.d.ts +1 -0
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -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.
|
|
16159
|
+
const VERSION = "6.8.2";
|
|
16159
16160
|
|
|
16160
16161
|
exports.VERSION = VERSION;
|
|
16161
16162
|
exports.AbstractApi = AbstractApi;
|