bruce-models 7.1.61 → 7.1.62
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 +4 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +4 -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 +3 -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
|
@@ -12093,6 +12093,9 @@
|
|
|
12093
12093
|
"coordinates": {
|
|
12094
12094
|
"Entity.ID": entityId
|
|
12095
12095
|
}
|
|
12096
|
+
},
|
|
12097
|
+
"transform": {
|
|
12098
|
+
"scale": params.scale || 1
|
|
12096
12099
|
}
|
|
12097
12100
|
},
|
|
12098
12101
|
"test": params.test
|
|
@@ -18991,7 +18994,7 @@
|
|
|
18991
18994
|
})(exports.UrlUtils || (exports.UrlUtils = {}));
|
|
18992
18995
|
|
|
18993
18996
|
// This is updated with the package.json version on build.
|
|
18994
|
-
const VERSION = "7.1.
|
|
18997
|
+
const VERSION = "7.1.62";
|
|
18995
18998
|
|
|
18996
18999
|
exports.VERSION = VERSION;
|
|
18997
19000
|
exports.AbstractApi = AbstractApi;
|