@budibase/bbui 3.8.3 → 3.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/bbui.mjs +2 -2
- package/package.json +2 -2
package/dist/bbui.mjs
CHANGED
|
@@ -63545,9 +63545,9 @@ var rng_1 = Object.defineProperty({ default: _default }, "__esModule", { value:
|
|
|
63545
63545
|
function L(x) {
|
|
63546
63546
|
return x && x.__esModule ? x : { default: x };
|
|
63547
63547
|
}
|
|
63548
|
-
}),
|
|
63548
|
+
}), uuid_1 = createCommonjsModule(function(f) {
|
|
63549
63549
|
f.exports.uuid = function() {
|
|
63550
|
-
return
|
|
63550
|
+
return commonjsBrowser.v4();
|
|
63551
63551
|
};
|
|
63552
63552
|
}), lib = { array: array$1, code, collection, comparison: comparison$1, html: html_1, i18n, inflection, match, math: math$1, misc, number: number$1, object: object$1, path: path_1, regex: regex$2, string: string$1, url: url_1, uuid: uuid_1 }, handlebarsHelpers = createCommonjsModule(function(f) {
|
|
63553
63553
|
f.exports = function(u, p) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/bbui",
|
|
3
3
|
"description": "A UI solution used in the different Budibase projects.",
|
|
4
|
-
"version": "3.8.
|
|
4
|
+
"version": "3.8.4",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"svelte": "src/index.ts",
|
|
7
7
|
"module": "dist/bbui.mjs",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "26eae99d75fe3fe7e467e186ee9d40acdc6dff95"
|
|
103
103
|
}
|