File tree Expand file tree Collapse file tree 9 files changed +17
-7
lines changed Expand file tree Collapse file tree 9 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.7
4+
5+ - 【fix】Fixed usage error in mako projects with ` app.ts ` files [ #392 ] ( https://github.com/zh-lx/code-inspector/pull/392 )
6+ - 【fix】Fixed issue where it doesn't work in multi-page Next.js projects [ #391 ] ( https://github.com/zh-lx/code-inspector/pull/391 )
7+
38## 1.2.6
49
510- 【fix】Compatible with other ` loader ` s in ` turbopack ` [ #386 ] ( https://github.com/zh-lx/code-inspector/pull/386 )
Original file line number Diff line number Diff line change 11# 更新日志
22
3+ ## 1.2.7
4+
5+ - 【fix】修复了在有 ` app.ts ` 文件的 ` mako ` 项目中的使用报错问题 [ #392 ] ( https://github.com/zh-lx/code-inspector/pull/392 )
6+ - 【fix】修复了在多 page 的 nextjs 项目中失效的问题 [ #391 ] ( https://github.com/zh-lx/code-inspector/pull/391 )
7+
38## 1.2.6
49
510- 【fix】兼容了在 ` turbopack ` 中与其他 ` loader ` 共同使用的问题 [ #386 ] ( https://github.com/zh-lx/code-inspector/pull/386 )
Original file line number Diff line number Diff line change 11{
22 "name" : " code-inspector-plugin" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "main" : " ./dist/index.js" ,
55 "module" : " ./dist/index.mjs" ,
66 "typings" : " ./types/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-inspector/core" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "main" : " dist/index.js" ,
55 "module" : " ./dist/index.mjs" ,
66 "types" : " types/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-inspector/esbuild" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "main" : " ./dist/index.js" ,
55 "module" : " ./dist/index.mjs" ,
66 "typings" : " ./types/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-inspector/mako" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "main" : " ./dist/index.js" ,
55 "module" : " ./dist/index.mjs" ,
66 "typings" : " ./types/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-inspector/turbopack" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "main" : " ./dist/index.js" ,
55 "module" : " ./dist/index.mjs" ,
66 "typings" : " ./types/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-inspector/vite" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "main" : " ./dist/index.js" ,
55 "module" : " ./dist/index.mjs" ,
66 "typings" : " ./types/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-inspector/webpack" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "main" : " ./dist/index.umd.js" ,
55 "module" : " ./dist/index.mjs" ,
66 "typings" : " ./types/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments