@budibase/bbui 3.3.0 → 3.3.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
@@ -65358,9 +65358,9 @@ var rng_1 = Object.defineProperty({ default: _default }, "__esModule", { value:
65358
65358
  function R(P) {
65359
65359
  return P && P.__esModule ? P : { default: P };
65360
65360
  }
65361
- }), uuid$1 = commonjsBrowser, uuid_1 = createCommonjsModule(function(f) {
65361
+ }), uuid_1 = createCommonjsModule(function(f) {
65362
65362
  f.exports.uuid = function() {
65363
- return uuid$1.v4();
65363
+ return commonjsBrowser.v4();
65364
65364
  };
65365
65365
  }), 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) {
65366
65366
  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.3.0",
4
+ "version": "3.3.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": "0bf13accc06044438d403b43ffa9eb696ecabe78"
102
+ "gitHead": "b4b42fa71fec8b50f97ef3662395b22d12571a46"
103
103
  }