@zgfe/modules-settings 1.1.8-alpha.1 → 1.1.8
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.
|
@@ -163,6 +163,9 @@ var standard = _objectSpread({
|
|
|
163
163
|
userPortrait: {
|
|
164
164
|
key: '/user/userPortrait'
|
|
165
165
|
},
|
|
166
|
+
userJourney: {
|
|
167
|
+
key: '/cxp/userJourney'
|
|
168
|
+
},
|
|
166
169
|
userTags: {
|
|
167
170
|
key: '/user/userTags'
|
|
168
171
|
},
|
|
@@ -217,9 +220,6 @@ var standard = _objectSpread({
|
|
|
217
220
|
},
|
|
218
221
|
cep: {
|
|
219
222
|
key: '/cxp/cep'
|
|
220
|
-
},
|
|
221
|
-
userJourney: {
|
|
222
|
-
key: '/cxp/userJourney'
|
|
223
223
|
}
|
|
224
224
|
} : {
|
|
225
225
|
market: {
|
|
@@ -322,6 +322,9 @@ var mars = {
|
|
|
322
322
|
userPortrait: {
|
|
323
323
|
key: '/analysis/user/userPortrait'
|
|
324
324
|
},
|
|
325
|
+
userJourney: {
|
|
326
|
+
key: '/cxp/userJourney'
|
|
327
|
+
},
|
|
325
328
|
custom: {
|
|
326
329
|
key: '/analysis/custom'
|
|
327
330
|
},
|
package/es/utils/util.js
CHANGED
|
@@ -641,7 +641,8 @@ var util = {
|
|
|
641
641
|
adChannel: 'router-dataAccess-advanced',
|
|
642
642
|
debug: 'router-dataAccess-debug',
|
|
643
643
|
dataset: 'router-cdp-dataset',
|
|
644
|
-
idmapping: 'router-idMapping-list'
|
|
644
|
+
idmapping: 'router-idMapping-list',
|
|
645
|
+
userJourney: 'router-appUserJourney'
|
|
645
646
|
};
|
|
646
647
|
return hash[name] ? hash[name] : 'router-' + name;
|
|
647
648
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-settings",
|
|
3
|
-
"version": "1.1.8
|
|
3
|
+
"version": "1.1.8",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"umi-request": "^1.4.0",
|
|
52
52
|
"yorkie": "^2.0.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "60ffa7f5bcd4f00f2c63e55e9226f55036f3baba",
|
|
55
55
|
"gitHooks": {
|
|
56
56
|
"pre-commit": "lint-staged"
|
|
57
57
|
}
|