|
1 | 1 | {
|
2 | 2 | "name": "@alicloud/xconsole-service",
|
3 | | - "version": "2.6.1", |
| 3 | + "version": "2.6.2", |
4 | 4 | "main": "lib/index.js",
|
5 | 5 | "module": "es/index.js",
|
6 | 6 | "types": "lib/index.d.ts",
|
7 | 7 | "scripts": {
|
8 | | - "prepublishOnly": "rm -rf ./lib ./es ./dist && npm run build && npm run babel && npm run babel:esm", |
| 8 | + "prepublishOnly": "rm -rf ./lib ./es ./dist && npm run babel && npm run babel:esm", |
9 | 9 | "test": "jest --no-cache --env=jest-environment-jsdom-sixteen",
|
10 | | - "build": "breezr build --engine webpack", |
11 | 10 | "start": "breezr start-storybook",
|
12 | 11 | "babel": "breezr build --engine babel && tsc --emitDeclarationOnly -d true --declarationDir ./lib",
|
13 | 12 | "babel:esm": "breezr build --engine babel --es-module"
|
|
43 | 42 | },
|
44 | 43 | "dependencies": {
|
45 | 44 | "@alicloud/console-fastlogin": "^2.4.4",
|
46 | | - "@alicloud/console-fetcher": "^1.8.0", |
| 45 | + "@alicloud/console-fetcher": "^1.11.0", |
47 | 46 | "@alicloud/console-fetcher-interceptor-arms": "^1.4.0",
|
48 | 47 | "@alicloud/console-fetcher-interceptor-fecs": "^1.4.0",
|
49 | 48 | "@alicloud/console-fetcher-interceptor-req-security": "^1.4.0",
|
50 | 49 | "@alicloud/console-fetcher-interceptor-res-biz": "^1.4.0",
|
51 | 50 | "@alicloud/console-fetcher-interceptor-res-error-message": "^1.4.0",
|
52 | 51 | "@alicloud/console-fetcher-interceptor-sls": "^1.4.0",
|
53 | | - "@alicloud/console-fetcher-proxy": "^1.9.6", |
| 52 | + "@alicloud/console-fetcher-proxy": "^1.11.0", |
54 | 53 | "@alicloud/fetcher": "^1.7.0",
|
55 | 54 | "@alicloud/fetcher-interceptor-cache-local": "^1.4.0",
|
56 | 55 | "@alicloud/fetcher-interceptor-merger": "^1.4.0",
|
|
63 | 62 | },
|
64 | 63 | "resolutions": {
|
65 | 64 | "jest-environment-jsdom": "^26.0.1"
|
66 | | - }, |
67 | | - "gitHead": "1a2c7ee9c50edb86d984a9ff86c5c8f7059d35b9" |
| 65 | + } |
68 | 66 | }
|
0 commit comments