@crystaldesign/diva-utils 25.7.0-beta.18 → 25.7.0-beta.19
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/build/cjs/index.js +1 -1
- package/build/esm/index.js +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -405,7 +405,7 @@ var BusinessMetricsUtils = /*#__PURE__*/function () {
|
|
|
405
405
|
event = _objectSpread(_objectSpread({}, e), {}, {
|
|
406
406
|
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
|
|
407
407
|
});
|
|
408
|
-
if (!
|
|
408
|
+
if (!this.isDevelopment) {
|
|
409
409
|
_context6.next = 10;
|
|
410
410
|
break;
|
|
411
411
|
}
|
package/build/esm/index.js
CHANGED
|
@@ -386,7 +386,7 @@ var BusinessMetricsUtils = /*#__PURE__*/function () {
|
|
|
386
386
|
event = _objectSpread(_objectSpread({}, e), {}, {
|
|
387
387
|
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
|
|
388
388
|
});
|
|
389
|
-
if (!
|
|
389
|
+
if (!this.isDevelopment) {
|
|
390
390
|
_context6.next = 10;
|
|
391
391
|
break;
|
|
392
392
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-utils",
|
|
3
|
-
"version": "25.7.0-beta.
|
|
3
|
+
"version": "25.7.0-beta.19",
|
|
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": "
|
|
27
|
+
"gitHead": "06de10ef9090e4126de1e928d70942a9fefa66e3"
|
|
28
28
|
}
|