@zgfe/modules-settings 1.1.8-alpha.2 → 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.
- package/es/utils/util.js +2 -1
- package/package.json +2 -2
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
|
}
|