bruce-models 6.7.9 → 6.8.1

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.
@@ -8097,6 +8097,9 @@
8097
8097
  "SRID": "EPSG:" + epsg,
8098
8098
  "Entity.ID": entityId
8099
8099
  }
8100
+ },
8101
+ "transform": {
8102
+ "scale": params.scale || 1
8100
8103
  }
8101
8104
  },
8102
8105
  "test": params.test
@@ -16152,7 +16155,7 @@
16152
16155
  })(exports.Tracking || (exports.Tracking = {}));
16153
16156
 
16154
16157
  // This is updated with the package.json version on build.
16155
- const VERSION = "6.7.9";
16158
+ const VERSION = "6.8.1";
16156
16159
 
16157
16160
  exports.VERSION = VERSION;
16158
16161
  exports.AbstractApi = AbstractApi;