@umijs/bundler-utils 4.0.0-canary.20220707.1 → 4.0.0-canary.20220718.2

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
@@ -8,3 +8,4 @@ export declare function resolveHttpsConfig(httpsConfig: HttpsServerOptions): Pro
8
8
  cert: string;
9
9
  }>;
10
10
  export declare function createHttpsServer(app: RequestListener, httpsConfig: HttpsServerOptions): Promise<import("https").Server>;
11
+ //# sourceMappingURL=https.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"https.d.ts","sourceRoot":"","sources":["../src/https.ts"],"names":[],"mappings":";;AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AAGvC,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAO7C,YAAY,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,MAAM,CAAC;AAGjD,wBAAsB,kBAAkB,CAAC,WAAW,EAAE,kBAAkB;;;GAqDvE;AAED,wBAAsB,iBAAiB,CACrC,GAAG,EAAE,eAAe,EACpB,WAAW,EAAE,kBAAkB,mCAgBhC"}
package/dist/index.d.ts CHANGED
@@ -9,3 +9,4 @@ export declare function parseModuleSync(opts: {
9
9
  export declare function isDepPath(path: string): boolean;
10
10
  export * from './https';
11
11
  export * from './types';
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAKA,wBAAsB,WAAW,CAAC,IAAI,EAAE;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,gKAGxE;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,uJAWtE;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,WAOrC;AAED,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
package/dist/types.d.ts CHANGED
@@ -3,3 +3,4 @@ export interface HttpsServerOptions {
3
3
  cert?: string;
4
4
  hosts?: string[];
5
5
  }
6
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;CAClB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/bundler-utils",
3
- "version": "4.0.0-canary.20220707.1",
3
+ "version": "4.0.0-canary.20220718.2",
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": {
@@ -20,7 +20,7 @@
20
20
  "dev": "pnpm build --watch"
21
21
  },
22
22
  "dependencies": {
23
- "@umijs/utils": "4.0.0-canary.20220707.1",
23
+ "@umijs/utils": "4.0.0-canary.20220718.2",
24
24
  "esbuild": "0.14.36",
25
25
  "regenerate-unicode-properties": "10.0.1",
26
26
  "spdy": "^4.0.2"