@modern-js/types
Advanced tools
Comparing version 2.58.2 to 2.58.3
import type { | ||
PluginItem as BabelPlugin, | ||
TransformOptions as BabelTransformOptions, | ||
PluginItem as BabelPlugin, | ||
} from '@babel/core'; | ||
@@ -5,0 +5,0 @@ |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "2.58.2", | ||
"version": "2.58.3", | ||
"types": "./index.d.ts", | ||
@@ -49,4 +49,4 @@ "exports": { | ||
"type-fest": "2.15.0", | ||
"@scripts/build": "2.58.2", | ||
"@scripts/jest-config": "2.58.2" | ||
"@scripts/build": "2.58.3", | ||
"@scripts/jest-config": "2.58.3" | ||
}, | ||
@@ -53,0 +53,0 @@ "sideEffects": false, |
import type { | ||
Server as HttpServer, | ||
IncomingHttpHeaders, | ||
IncomingMessage, | ||
ServerResponse, | ||
IncomingHttpHeaders, | ||
Server as HttpServer, | ||
} from 'http'; | ||
import type qs from 'querystring'; | ||
import type { SSRMode } from 'common'; | ||
import type { Metrics, Logger, Reporter, ServerTiming } from './utils'; | ||
import type { Logger, Metrics, Reporter, ServerTiming } from './utils'; | ||
@@ -11,0 +11,0 @@ export interface RequestPayload { |
import type { IncomingMessage, ServerResponse } from 'http'; | ||
import type { NextFunction, BffProxyOptions } from './utils'; | ||
import type { BffProxyOptions, NextFunction } from './utils'; | ||
@@ -4,0 +4,0 @@ export type DevServerHttpsOptions = boolean | { key: string; cert: string }; |
import type { | ||
IncomingHttpHeaders, | ||
IncomingMessage, | ||
ServerResponse, | ||
IncomingHttpHeaders, | ||
} from 'http'; | ||
import type { ServerRoute } from './route'; | ||
import type { Reporter } from './utils'; | ||
import type { ServerRoute } from './route'; | ||
@@ -9,0 +9,0 @@ export type CookieAPI = { |
import type { IncomingMessage, ServerResponse } from 'http'; | ||
import type { | ||
Filter as ProxyFilter, | ||
Options as ProxyOptions, | ||
Filter as ProxyFilter, | ||
} from 'http-proxy-middleware'; | ||
@@ -6,0 +6,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package