@umijs/bundler-utils 4.6.67 → 4.6.68

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/https.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import { RequestListener } from 'http';
3
2
  import { HttpsServerOptions } from './types';
4
3
  export type { Server as SpdyServer } from 'spdy';
package/dist/index.d.ts CHANGED
@@ -10,7 +10,7 @@ export declare function isDepPath(path: string): boolean;
10
10
  export * from './https';
11
11
  export * from './proxy';
12
12
  export * from './types';
13
- declare type Errors = {
13
+ type Errors = {
14
14
  location?: {
15
15
  line: number;
16
16
  column: number;
package/dist/types.d.ts CHANGED
@@ -5,7 +5,7 @@ export interface HttpsServerOptions {
5
5
  hosts?: string[];
6
6
  http2?: boolean;
7
7
  }
8
- declare type HPMFnArgs = Parameters<NonNullable<HPMOptions['onProxyReq']>>;
8
+ type HPMFnArgs = Parameters<NonNullable<HPMOptions['onProxyReq']>>;
9
9
  export interface ProxyOptions extends HPMOptions {
10
10
  target?: string;
11
11
  context?: string | string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/bundler-utils",
3
- "version": "4.6.67",
3
+ "version": "4.6.68",
4
4
  "homepage": "https://github.com/umijs/umi/tree/master/packages/bundler-utils#readme",
5
5
  "bugs": "https://github.com/umijs/umi/issues",
6
6
  "repository": {
@@ -19,7 +19,7 @@
19
19
  "regenerate": "^1.4.2",
20
20
  "regenerate-unicode-properties": "10.1.1",
21
21
  "spdy": "^4.0.2",
22
- "@umijs/utils": "4.6.67"
22
+ "@umijs/utils": "4.6.68"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@babel/code-frame": "7.23.5",