bruce-models 7.1.78 → 7.1.79
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/types/bruce-models.d.ts +1 -1
- package/dist/types/server/database-server.d.ts +1 -0
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -20082,7 +20082,7 @@
|
|
|
20082
20082
|
})(exports.UrlUtils || (exports.UrlUtils = {}));
|
|
20083
20083
|
|
|
20084
20084
|
// This is updated with the package.json version on build.
|
|
20085
|
-
const VERSION = "7.1.
|
|
20085
|
+
const VERSION = "7.1.79";
|
|
20086
20086
|
|
|
20087
20087
|
exports.VERSION = VERSION;
|
|
20088
20088
|
exports.AbstractApi = AbstractApi;
|