@budibase/bbui 3.2.38 → 3.2.40

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.
Files changed (2) hide show
  1. package/dist/bbui.mjs +2 -2
  2. package/package.json +2 -2
package/dist/bbui.mjs CHANGED
@@ -65318,9 +65318,9 @@ var rng_1 = Object.defineProperty({ default: _default }, "__esModule", { value:
65318
65318
  function R(P) {
65319
65319
  return P && P.__esModule ? P : { default: P };
65320
65320
  }
65321
- }), uuid$1 = commonjsBrowser, uuid_1 = createCommonjsModule(function(f) {
65321
+ }), uuid_1 = createCommonjsModule(function(f) {
65322
65322
  f.exports.uuid = function() {
65323
- return uuid$1.v4();
65323
+ return commonjsBrowser.v4();
65324
65324
  };
65325
65325
  }), 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) {
65326
65326
  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.2.38",
4
+ "version": "3.2.40",
5
5
  "license": "MPL-2.0",
6
6
  "svelte": "src/index.js",
7
7
  "module": "dist/bbui.mjs",
@@ -98,5 +98,5 @@
98
98
  }
99
99
  }
100
100
  },
101
- "gitHead": "e3eabe9c968e531a30fe8848141f536d2b8a0b65"
101
+ "gitHead": "f6424d1f4a4b524be41d8ab389053cc1287cfe9f"
102
102
  }