@modern-js/types
Advanced tools
Comparing version 0.0.0-next-20221121124710 to 0.0.0-next-20221121140557
# @modern-js/types | ||
## 0.0.0-next-20221121124710 | ||
## 0.0.0-next-20221121140557 | ||
### Major Changes | ||
- dda38c9c3: chore: v2 | ||
- dda38c9c: chore: v2 | ||
### Patch Changes | ||
- cc971eabf: refactor: move server plugin load logic in `@modern-js/core` | ||
- cc971eab: refactor: move server plugin load logic in `@modern-js/core` | ||
refactor:移除在 `@modern-js/core` 中的 server 插件加载逻辑 | ||
- 6bda14ed7: feat: refactor router with react-router@6.4 | ||
- 6bda14ed: feat: refactor router with react-router@6.4 | ||
feat: 使用 react-router@6.4 重构路由模块 | ||
- 87c1ff86b: feat(app-tools): attach builder instance to appContext | ||
- 87c1ff86: feat(app-tools): attach builder instance to appContext | ||
feat(app-tools): 将 builder 实例挂载到 appContext 上 | ||
- 102d32e4b: feat(server): add `req` and `res` to SSR context | ||
- 102d32e4: feat(server): add `req` and `res` to SSR context | ||
feat(server): 添加 `req` 和 `res` 到 SSR context 中 | ||
- 8b8e1bb57: feat: support nested routes | ||
- 8b8e1bb5: feat: support nested routes | ||
feat: 支持嵌套路由 | ||
- 3bbea92b2: feat: support Hook、Middleware new API | ||
- 3bbea92b: feat: support Hook、Middleware new API | ||
feat: 支持 Hook、Middleware 的新 API | ||
@@ -29,0 +29,0 @@ |
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "0.0.0-next-20221121124710", | ||
"version": "0.0.0-next-20221121140557", | ||
"types": "./index.d.ts", | ||
@@ -35,2 +35,4 @@ "exports": { | ||
"devDependencies": { | ||
"@scripts/build": "0.0.0-next-20221121140557", | ||
"@scripts/jest-config": "0.0.0-next-20221121140557", | ||
"@types/jest": "^27", | ||
@@ -40,5 +42,3 @@ "@types/node": "^14", | ||
"jest": "^27", | ||
"type-fest": "2.15.0", | ||
"@scripts/build": "0.0.0-next-20221121124710", | ||
"@scripts/jest-config": "0.0.0-next-20221121124710" | ||
"type-fest": "2.15.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "sideEffects": false, |
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
27250