@complex-suite/data
Advanced tools
+3
-0
@@ -10,2 +10,5 @@ <!-- | ||
| ### 5.0.17 | ||
| - fix(tsconfig): 移除 `extends` 外部引用,改为自包含配置,消除 npm 发布后 extends 解析失败导致 TypeScript 降级到默认 target 的问题 | ||
| ### 5.0.16 | ||
@@ -12,0 +15,0 @@ - fix(search): `SearchData.resetForm` 改为返回 `Promise<void>` 的异步函数,`parseData` 完成后再执行 `syncData` 与 `_syncData`,消除重置后 `$current` 先按空表单收集的时序错位;新增同步轻量函数 `clearFormData` 供 `reset`/`destroy` 路径调用,避免销毁场景触发异步 parse;`ComplexData.resetSearch` 改为 `Promise.resolve(search?.resetForm(...)).then(() => setSearch('reset'))` 链式调用,确保搜索在表单默认值解析完成后触发 |
+3
-3
| { | ||
| "name": "@complex-suite/data", | ||
| "version": "5.0.16", | ||
| "version": "5.0.17", | ||
| "description": "a complex data", | ||
@@ -15,4 +15,4 @@ "type": "module", | ||
| "dependencies": { | ||
| "@complex-suite/utils": "3.0.16", | ||
| "@complex-suite/plugin": "5.0.16" | ||
| "@complex-suite/utils": "3.0.17", | ||
| "@complex-suite/plugin": "5.0.17" | ||
| }, | ||
@@ -19,0 +19,0 @@ "devDependencies": { |
+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"] | ||
| } |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
375133
0.12%7638
0.12%+ Added
+ Added
- Removed
- Removed
Updated
Updated