@crystaldesign/diva-utils 24.15.0-beta.20 → 24.15.0-beta.21

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.
@@ -113,7 +113,7 @@ var BusinessMetricsUtils = /*#__PURE__*/function () {
113
113
  },
114
114
  client: {
115
115
  domain: window.location.hostname,
116
- applicationEnvironment: applicationEnvironment ? 'WEB' : 'APP'
116
+ applicationEnvironment: applicationEnvironment ? applicationEnvironment : 'SELLER'
117
117
  },
118
118
  user_agent: {
119
119
  browser: browser,
@@ -95,7 +95,7 @@ var BusinessMetricsUtils = /*#__PURE__*/function () {
95
95
  },
96
96
  client: {
97
97
  domain: window.location.hostname,
98
- applicationEnvironment: applicationEnvironment ? 'WEB' : 'APP'
98
+ applicationEnvironment: applicationEnvironment ? applicationEnvironment : 'SELLER'
99
99
  },
100
100
  user_agent: {
101
101
  browser: browser,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-utils",
3
- "version": "24.15.0-beta.20",
3
+ "version": "24.15.0-beta.21",
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": "03ade2926b6e425906af296beb5be2ef0e5cace1"
27
+ "gitHead": "35f68e92ee56efc006300e1ff754898adef7962a"
28
28
  }