@budibase/bbui 3.4.19 → 3.4.21
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
|
@@ -65426,9 +65426,9 @@ var rng_1 = Object.defineProperty({ default: _default }, "__esModule", { value:
|
|
|
65426
65426
|
function L(P) {
|
|
65427
65427
|
return P && P.__esModule ? P : { default: P };
|
|
65428
65428
|
}
|
|
65429
|
-
}), uuid_1 = createCommonjsModule(function(f) {
|
|
65429
|
+
}), uuid$1 = commonjsBrowser, uuid_1 = createCommonjsModule(function(f) {
|
|
65430
65430
|
f.exports.uuid = function() {
|
|
65431
|
-
return
|
|
65431
|
+
return uuid$1.v4();
|
|
65432
65432
|
};
|
|
65433
65433
|
}), 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) {
|
|
65434
65434
|
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.4.
|
|
4
|
+
"version": "3.4.21",
|
|
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": "eeb6e4ece3f2a32b32db2bedea6eb36430e0b010"
|
|
103
103
|
}
|