@budibase/bbui 3.11.0 → 3.11.1

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
@@ -63895,9 +63895,9 @@ var rng_1 = Object.defineProperty({ default: _default }, "__esModule", { value:
63895
63895
  function M(x) {
63896
63896
  return x && x.__esModule ? x : { default: x };
63897
63897
  }
63898
- }), uuid$1 = commonjsBrowser, uuid_1 = createCommonjsModule(function(f) {
63898
+ }), uuid_1 = createCommonjsModule(function(f) {
63899
63899
  f.exports.uuid = function() {
63900
- return uuid$1.v4();
63900
+ return commonjsBrowser.v4();
63901
63901
  };
63902
63902
  }), 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) {
63903
63903
  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.11.0",
4
+ "version": "3.11.1",
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": "62fbc7d8a5e3fad97a9ff500f3c67dd6719c421b"
102
+ "gitHead": "721e06c1447afa703270d0c1020ca792c23590b7"
103
103
  }