neo-cmp-cli 1.13.20 → 1.13.21

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.
@@ -1 +1 @@
1
- "use strict";var e,t;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"}),exports.__require=function(){return t?e:(t=1,e={redirectUri:"http://localhost:1028",getRedirectURI:e=>`http://localhost:${e}`,authType:"oauth2",auth:{response_type:"code",client_id:"04c8b45c4dbe36426a660bf70d3fe3e7",scope:"all",oauthType:"standard",access_type:"offline",client_secret:"370817d1336a3737f95c671eea39a23b",grant_type:"authorization_code"}})};
1
+ "use strict";var t,e;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"}),exports.__require=function(){return e?t:(e=1,t={redirectUri:"http://localhost:1028",getRedirectURI:t=>`http://localhost:${t}`,authType:"oauth2"})};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neo-cmp-cli",
3
- "version": "1.13.20",
3
+ "version": "1.13.21",
4
4
  "description": "Neo 自定义组件开发工具,支持react 和 vue2.0技术栈。",
5
5
  "keywords": [
6
6
  "neo-cli",
@@ -48,7 +48,7 @@
48
48
  "@commitlint/config-conventional": "^18.0.0",
49
49
  "@types/react": "^16.9.11",
50
50
  "@types/react-dom": "^16.9.15",
51
- "neo-cmp-cli": "^1.13.17",
51
+ "neo-cmp-cli": "^1.13.21",
52
52
  "husky": "^4.2.5",
53
53
  "lint-staged": "^10.2.9",
54
54
  "prettier": "^2.0.5"
@@ -52,7 +52,7 @@
52
52
  "@types/react": "^16.9.11",
53
53
  "@types/react-dom": "^16.9.15",
54
54
  "@types/axios": "^0.14.0",
55
- "neo-cmp-cli": "^1.13.20",
55
+ "neo-cmp-cli": "^1.13.21",
56
56
  "husky": "^4.2.5",
57
57
  "lint-staged": "^10.2.9",
58
58
  "prettier": "^2.0.5",
@@ -48,7 +48,7 @@
48
48
  "@commitlint/config-conventional": "^18.0.0",
49
49
  "@types/react": "^16.9.11",
50
50
  "@types/react-dom": "^16.9.15",
51
- "neo-cmp-cli": "^1.13.20",
51
+ "neo-cmp-cli": "^1.13.21",
52
52
  "husky": "^4.2.5",
53
53
  "lint-staged": "^10.2.9",
54
54
  "prettier": "^2.0.5",
@@ -41,7 +41,7 @@
41
41
  "@commitlint/config-conventional": "^18.0.0",
42
42
  "@types/react": "^16.9.11",
43
43
  "@types/react-dom": "^16.9.15",
44
- "neo-cmp-cli": "^1.13.20",
44
+ "neo-cmp-cli": "^1.13.21",
45
45
  "husky": "^4.2.5",
46
46
  "lint-staged": "^10.2.9",
47
47
  "prettier": "^2.0.5"
@@ -47,7 +47,7 @@
47
47
  "@commitlint/config-conventional": "^18.0.0",
48
48
  "@types/react": "^16.9.11",
49
49
  "@types/react-dom": "^16.9.15",
50
- "neo-cmp-cli": "^1.13.17",
50
+ "neo-cmp-cli": "^1.13.21",
51
51
  "husky": "^4.2.5",
52
52
  "lint-staged": "^10.2.9",
53
53
  "prettier": "^2.0.5"
@@ -53,7 +53,7 @@
53
53
  "@types/react-dom": "^16.9.15",
54
54
  "husky": "^4.2.5",
55
55
  "lint-staged": "^10.2.9",
56
- "neo-cmp-cli": "^1.13.20",
56
+ "neo-cmp-cli": "^1.13.21",
57
57
  "prettier": "^2.0.5"
58
58
  },
59
59
  "overrides": {
@@ -55,7 +55,7 @@
55
55
  "@types/react": "^16.9.11",
56
56
  "@types/react-dom": "^16.9.15",
57
57
  "@types/axios": "^0.14.0",
58
- "neo-cmp-cli": "^1.13.20",
58
+ "neo-cmp-cli": "^1.13.21",
59
59
  "husky": "^4.2.5",
60
60
  "lint-staged": "^10.2.9",
61
61
  "prettier": "^2.0.5"
@@ -120,7 +120,7 @@ export default class CustomApiCmp extends BaseCmp<
120
120
  data: {
121
121
  url: targetUrl,
122
122
  method: 'GET',
123
- data: {test: 333},
123
+ data: { test: 333 },
124
124
  },
125
125
  });
126
126
  }
@@ -21,7 +21,7 @@ export class CustomApiCmpModel {
21
21
  data: {
22
22
  url: 'https://jsonplaceholder.typicode.com/posts',
23
23
  method: 'GET',
24
- data: {test: 111},
24
+ data: { test: 111 },
25
25
  },
26
26
  },
27
27
  };
@@ -49,7 +49,7 @@
49
49
  "@types/react": "^16.9.11",
50
50
  "@types/react-dom": "^16.9.15",
51
51
  "@types/axios": "^0.14.0",
52
- "neo-cmp-cli": "^1.13.20",
52
+ "neo-cmp-cli": "^1.13.21",
53
53
  "husky": "^4.2.5",
54
54
  "lint-staged": "^10.2.9",
55
55
  "prettier": "^2.0.5"
@@ -47,7 +47,7 @@
47
47
  "@types/react": "^16.9.11",
48
48
  "@types/react-dom": "^16.9.15",
49
49
  "@types/axios": "^0.14.0",
50
- "neo-cmp-cli": "^1.13.17",
50
+ "neo-cmp-cli": "^1.13.21",
51
51
  "husky": "^4.2.5",
52
52
  "lint-staged": "^10.2.9",
53
53
  "prettier": "^2.0.5"
@@ -53,7 +53,7 @@
53
53
  "@types/react-dom": "^16.9.15",
54
54
  "husky": "^4.2.5",
55
55
  "lint-staged": "^10.2.9",
56
- "neo-cmp-cli": "^1.13.17",
56
+ "neo-cmp-cli": "^1.13.21",
57
57
  "prettier": "^2.0.5"
58
58
  },
59
59
  "overrides": {
@@ -52,7 +52,7 @@
52
52
  "@types/react-dom": "^16.9.15",
53
53
  "husky": "^4.2.5",
54
54
  "lint-staged": "^10.2.9",
55
- "neo-cmp-cli": "^1.13.17",
55
+ "neo-cmp-cli": "^1.13.21",
56
56
  "prettier": "^2.0.5"
57
57
  },
58
58
  "overrides": {
@@ -53,7 +53,7 @@
53
53
  "@types/react-dom": "^16.9.15",
54
54
  "husky": "^4.2.5",
55
55
  "lint-staged": "^10.2.9",
56
- "neo-cmp-cli": "^1.13.20",
56
+ "neo-cmp-cli": "^1.13.21",
57
57
  "prettier": "^2.0.5"
58
58
  },
59
59
  "overrides": {
@@ -45,7 +45,7 @@
45
45
  "devDependencies": {
46
46
  "@commitlint/cli": "^18.0.0",
47
47
  "@commitlint/config-conventional": "^18.0.0",
48
- "neo-cmp-cli": "^1.13.20",
48
+ "neo-cmp-cli": "^1.13.21",
49
49
  "husky": "^4.2.5",
50
50
  "lint-staged": "^10.2.9",
51
51
  "prettier": "^2.0.5"
@@ -47,7 +47,7 @@
47
47
  "@commitlint/config-conventional": "^18.0.0",
48
48
  "@types/react": "^16.9.11",
49
49
  "@types/react-dom": "^16.9.15",
50
- "neo-cmp-cli": "^1.13.17",
50
+ "neo-cmp-cli": "^1.13.21",
51
51
  "husky": "^4.2.5",
52
52
  "lint-staged": "^10.2.9",
53
53
  "prettier": "^2.0.5"
@@ -45,7 +45,7 @@
45
45
  "devDependencies": {
46
46
  "@commitlint/cli": "^18.0.0",
47
47
  "@commitlint/config-conventional": "^18.0.0",
48
- "neo-cmp-cli": "^1.13.17",
48
+ "neo-cmp-cli": "^1.13.21",
49
49
  "husky": "^4.2.5",
50
50
  "lint-staged": "^10.2.9",
51
51
  "prettier": "^2.0.5",