bruce-models 5.8.3 → 5.8.4
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 +1 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +1 -1
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/entity/entity-attribute.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/entity/entity-attribute.d.ts +0 -1
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -15034,7 +15034,7 @@
|
|
|
15034
15034
|
})(exports.Scenario || (exports.Scenario = {}));
|
|
15035
15035
|
|
|
15036
15036
|
// This is updated with the package.json version on build.
|
|
15037
|
-
const VERSION = "5.8.
|
|
15037
|
+
const VERSION = "5.8.4";
|
|
15038
15038
|
|
|
15039
15039
|
exports.VERSION = VERSION;
|
|
15040
15040
|
exports.AbstractApi = AbstractApi;
|