@complex-suite/utils
Advanced tools
+3
-0
@@ -10,2 +10,5 @@ <!-- | ||
| ### 3.0.17 | ||
| - fix(tsconfig): 移除 `extends` 外部引用,改为自包含配置,消除 npm 发布后 extends 解析失败导致 TypeScript 降级到默认 target 的问题 | ||
| ### 3.0.16 | ||
@@ -12,0 +15,0 @@ - fix(life): `LifeData.$emit` 用 try/catch 包裹 handler 调用,catch 中 console.error 输出错误,避免单个生命周期回调抛异常中断 LifeList.trigger/LifeMap.trigger 的 forEach/for...of 遍历导致同生命周期下其他监听器不被通知(与 Watcher.run 修复方式一致) |
+1
-1
| { | ||
| "name": "@complex-suite/utils", | ||
| "version": "3.0.16", | ||
| "version": "3.0.17", | ||
| "description": "a complex utils", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+10
-1
| { | ||
| "extends": "../../tsconfig.base.json", | ||
| "compilerOptions": { | ||
| "target": "ES2016", | ||
| "lib": ["esnext", "dom", "dom.iterable", "scripthost"], | ||
| "module": "ES2020", | ||
| "moduleResolution": "bundler", | ||
| "esModuleInterop": true, | ||
| "forceConsistentCasingInFileNames": true, | ||
| "strict": true, | ||
| "skipLibCheck": true | ||
| }, | ||
| "exclude": ["node_modules", "**/*.test.ts", "vitest.config.ts"] | ||
| } |
230392
0.19%5034
0.18%