@umijs/plugins 4.0.0-canary.20220427.1 → 4.0.0-canary.20220429.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/dist/layout.js +1 -1
- package/dist/request.js +6 -4
- package/package.json +3 -3
package/dist/layout.js
CHANGED
package/dist/request.js
CHANGED
|
@@ -291,6 +291,12 @@ export type {
|
|
|
291
291
|
formatResult,
|
|
292
292
|
}),
|
|
293
293
|
});
|
|
294
|
+
api.writeTmpFile({
|
|
295
|
+
path: 'types.d.ts',
|
|
296
|
+
content: `
|
|
297
|
+
export type { RequestConfig } from './request';
|
|
298
|
+
`,
|
|
299
|
+
});
|
|
294
300
|
api.writeTmpFile({
|
|
295
301
|
path: 'index.ts',
|
|
296
302
|
content: `
|
|
@@ -299,10 +305,6 @@ export {
|
|
|
299
305
|
UseRequestProvider,
|
|
300
306
|
request,
|
|
301
307
|
} from './request';
|
|
302
|
-
|
|
303
|
-
export type {
|
|
304
|
-
RequestConfig
|
|
305
|
-
} from './request';
|
|
306
308
|
`,
|
|
307
309
|
});
|
|
308
310
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umijs/plugins",
|
|
3
|
-
"version": "4.0.0-canary.
|
|
3
|
+
"version": "4.0.0-canary.20220429.1",
|
|
4
4
|
"description": "@umijs/plugins",
|
|
5
5
|
"homepage": "https://github.com/umijs/umi-next/tree/master/packages/plugins#readme",
|
|
6
6
|
"bugs": "https://github.com/umijs/umi-next/issues",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@ahooksjs/use-request": "^2.0.0",
|
|
26
26
|
"@ant-design/icons": "^4.7.0",
|
|
27
27
|
"@ant-design/pro-layout": "^6.35.1",
|
|
28
|
-
"@umijs/bundler-utils": "4.0.0-canary.
|
|
28
|
+
"@umijs/bundler-utils": "4.0.0-canary.20220429.1",
|
|
29
29
|
"antd-dayjs-webpack-plugin": "^1.0.6",
|
|
30
30
|
"axios": "^0.26.1",
|
|
31
31
|
"babel-plugin-import": "^1.13.3",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"warning": "^4.0.3"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"umi": "4.0.0-canary.
|
|
47
|
+
"umi": "4.0.0-canary.20220429.1"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|