@yeeyoon/library 2.3.0 → 2.3.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.
package/lib/config/env.js CHANGED
@@ -1,11 +1,11 @@
1
- // const REACT_APP_ENV = REACT_APP_ENV || 'testing';
1
+ // const REACT_APP_ENV = REACT_APP_ENV || 'staging';
2
2
 
3
3
  const envApi = {
4
4
  // IAM
5
5
  iam: {
6
6
  testing: 'testing-iam',
7
7
  demo: 'login',
8
- staging: 'iam',
8
+ staging: 'staging-iam',
9
9
  prod: 'iam',
10
10
  },
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeeyoon/library",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "宜云前端组件库和通用服务",
5
5
  "main": "index.js",
6
6
  "repository": {