@zgfe/modules-settings 1.1.8-alpha.1 → 1.1.8-alpha.2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-settings",
|
|
3
|
-
"version": "1.1.8-alpha.
|
|
3
|
+
"version": "1.1.8-alpha.2",
|
|
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": "70c06ba076d2a0699ce2e40ad077384e7d6d345f",
|
|
55
55
|
"gitHooks": {
|
|
56
56
|
"pre-commit": "lint-staged"
|
|
57
57
|
}
|