@zgfe/modules-settings 1.1.7 → 1.1.8-alpha.1

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.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -217,6 +217,9 @@ var standard = _objectSpread({
217
217
  },
218
218
  cep: {
219
219
  key: '/cxp/cep'
220
+ },
221
+ userJourney: {
222
+ key: '/cxp/userJourney'
220
223
  }
221
224
  } : {
222
225
  market: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.1.7",
3
+ "version": "1.1.8-alpha.1",
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": "ad137eaecd009663750a1c295947c44d038e77ec",
54
+ "gitHead": "3942e0798ae3c7c6bb5fa744500b61f9433a0db4",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }