File tree Expand file tree Collapse file tree 9 files changed +22
-14
lines changed Expand file tree Collapse file tree 9 files changed +22
-14
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.9
4+
5+ - 【fix】Fixed the issue where the plugin did not work with ` middleware ` in ` turbopack ` [ #398 ] ( https://github.com/zh-lx/code-inspector/pull/398 )
6+
37## 1.2.8
48
59- 【fix】Fixed the error issue ` Maximum call stack size exceeded ` [ #396 ] ( https://github.com/zh-lx/code-inspector/pull/396 )
Original file line number Diff line number Diff line change 11# 更新日志
22
3+ ## 1.2.9
4+
5+ - 【fix】修复了在 ` turbopack ` 中使用时与 ` middleware ` 不兼容的问题 [ #398 ] ( https://github.com/zh-lx/code-inspector/pull/398 )
6+
37## 1.2.8
48
59- 【fix】修复了在关于 ` Maximum call stack size exceeded ` 的报错问题 [ #396 ] ( https://github.com/zh-lx/code-inspector/pull/396 )
Original file line number Diff line number Diff line change 11{
22 "name" : " code-inspector-plugin" ,
3- "version" : " 1.2.8 " ,
3+ "version" : " 1.2.9 " ,
44 "main" : " ./dist/index.js" ,
55 "module" : " ./dist/index.mjs" ,
66 "typings" : " ./types/index.d.ts" ,
6565 "typescript" : " ^4.9.3" ,
6666 "vite" : " ^4.1.0"
6767 }
68- }
68+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-inspector/core" ,
3- "version" : " 1.2.8 " ,
3+ "version" : " 1.2.9 " ,
44 "main" : " dist/index.js" ,
55 "module" : " ./dist/index.mjs" ,
66 "types" : " types/index.d.ts" ,
7171 "vite-plugin-node-stdlib-browser" : " ^0.2.1" ,
7272 "volar-service-pug" : " ^0.0.63"
7373 }
74- }
74+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-inspector/esbuild" ,
3- "version" : " 1.2.8 " ,
3+ "version" : " 1.2.9 " ,
44 "main" : " ./dist/index.js" ,
55 "module" : " ./dist/index.mjs" ,
66 "typings" : " ./types/index.d.ts" ,
5151 "pub" : " pnpm publish" ,
5252 "pub:beta" : " pnpm publish --tag beta"
5353 }
54- }
54+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-inspector/mako" ,
3- "version" : " 1.2.8 " ,
3+ "version" : " 1.2.9 " ,
44 "main" : " ./dist/index.js" ,
55 "module" : " ./dist/index.mjs" ,
66 "typings" : " ./types/index.d.ts" ,
5050 "pub" : " pnpm publish" ,
5151 "pub:beta" : " pnpm publish --tag beta"
5252 }
53- }
53+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-inspector/turbopack" ,
3- "version" : " 1.2.8 " ,
3+ "version" : " 1.2.9 " ,
44 "main" : " ./dist/index.js" ,
55 "module" : " ./dist/index.mjs" ,
66 "typings" : " ./types/index.d.ts" ,
5151 "pub" : " pnpm publish" ,
5252 "pub:beta" : " pnpm publish --tag beta"
5353 }
54- }
54+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-inspector/vite" ,
3- "version" : " 1.2.8 " ,
3+ "version" : " 1.2.9 " ,
44 "main" : " ./dist/index.js" ,
55 "module" : " ./dist/index.mjs" ,
66 "typings" : " ./types/index.d.ts" ,
5252 "pub" : " pnpm publish" ,
5353 "pub:beta" : " pnpm publish --tag beta"
5454 }
55- }
55+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-inspector/webpack" ,
3- "version" : " 1.2.8 " ,
3+ "version" : " 1.2.9 " ,
44 "main" : " ./dist/index.umd.js" ,
55 "module" : " ./dist/index.mjs" ,
66 "typings" : " ./types/index.d.ts" ,
5656 "typescript" : " ^4.9.3" ,
5757 "vite" : " ^4.3.9"
5858 }
59- }
59+ }
You can’t perform that action at this time.
0 commit comments