@modern-js/types
Advanced tools
Comparing version 1.3.5 to 1.3.6
# @modern-js/types | ||
## 1.3.6 | ||
### Patch Changes | ||
- 132f7b53: feat: move config declarations to @modern-js/core | ||
## 1.3.5 | ||
@@ -4,0 +10,0 @@ |
@@ -60,3 +60,2 @@ import { AsyncWaterfall, AsyncWorkflow } from '@modern-js/plugin'; | ||
cli?: any; | ||
cliPkg?: any; | ||
server?: any; | ||
@@ -63,0 +62,0 @@ serverPkg?: any; |
@@ -5,5 +5,4 @@ const sharedConfig = require('@scripts/jest-config'); | ||
module.exports = { | ||
// eslint-disable-next-line node/no-unsupported-features/es-syntax | ||
...sharedConfig, | ||
rootDir: __dirname, | ||
}; |
@@ -14,7 +14,7 @@ { | ||
], | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"types": "./index.d.ts", | ||
"dependencies": { | ||
"@modern-js/plugin": "^1.3.0", | ||
"webpack": "^5.54.0" | ||
"webpack": "^5.71.0" | ||
}, | ||
@@ -29,2 +29,4 @@ "exports": { | ||
"devDependencies": { | ||
"@scripts/build": "0.0.0", | ||
"@scripts/jest-config": "0.0.0", | ||
"@types/jest": "^26", | ||
@@ -34,5 +36,3 @@ "@types/node": "^14", | ||
"@types/react-dom": "^17", | ||
"@scripts/build": "0.0.0", | ||
"jest": "^27", | ||
"@scripts/jest-config": "0.0.0" | ||
"jest": "^27" | ||
}, | ||
@@ -39,0 +39,0 @@ "sideEffects": false, |
@@ -31,3 +31,3 @@ import { IncomingMessage, ServerResponse } from 'http'; | ||
res: ServerResponse, | ||
proxyOptions: ProxyOptions, | ||
proxyOptions: BffProxyOptions, | ||
) => string | undefined | null | false; | ||
@@ -38,3 +38,3 @@ context?: string | string[]; | ||
export type ProxyOptions = | ||
export type BffProxyOptions = | ||
| Record<string, string> | ||
@@ -41,0 +41,0 @@ | Record<string, ProxyDetail> |
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
19798
293
Updatedwebpack@^5.71.0