@crystaldesign/diva-utils 25.1.0-beta.1 → 25.1.0-beta.3

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.
@@ -377,7 +377,7 @@ var BusinessMetricsUtils = /*#__PURE__*/function () {
377
377
  event = _objectSpread(_objectSpread({}, e), {}, {
378
378
  organizationId: (_this$initEvent4 = this.initEvent) === null || _this$initEvent4 === void 0 || (_this$initEvent4 = _this$initEvent4.organization) === null || _this$initEvent4 === void 0 ? void 0 : _this$initEvent4.id
379
379
  });
380
- if (!this.isDevelopment) {
380
+ if (!(this.isDevelopment && false)) {
381
381
  _context6.next = 6;
382
382
  break;
383
383
  }
@@ -359,7 +359,7 @@ var BusinessMetricsUtils = /*#__PURE__*/function () {
359
359
  event = _objectSpread(_objectSpread({}, e), {}, {
360
360
  organizationId: (_this$initEvent4 = this.initEvent) === null || _this$initEvent4 === void 0 || (_this$initEvent4 = _this$initEvent4.organization) === null || _this$initEvent4 === void 0 ? void 0 : _this$initEvent4.id
361
361
  });
362
- if (!this.isDevelopment) {
362
+ if (!(this.isDevelopment && false)) {
363
363
  _context6.next = 6;
364
364
  break;
365
365
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-utils",
3
- "version": "25.1.0-beta.1",
3
+ "version": "25.1.0-beta.3",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -24,5 +24,5 @@
24
24
  "module": "build/esm/index.js",
25
25
  "types": "./build/types/utils/src/index.d.ts",
26
26
  "main": "build/cjs/index.js",
27
- "gitHead": "4a9a6b44a9b7f0eebc29049c3204819ab63bfaea"
27
+ "gitHead": "fbf1ef780692f644a2d3a29ae58eb3b28349bdc8"
28
28
  }