Remove unused files and implement proper version handling: - Remove unused files: tensorflowUtils.ts, patched-platform-node.ts, test reporters - Fix 5 TODO items with centralized version management in utils/version.ts - Clean up duplicate metadata definitions in examples/basicUsage.ts - Fix rollup config to use @rollup/plugin-terser instead of deprecated package - Add comprehensive migration plan for deprecated methods (12 methods identified) This cleanup removes 370 lines of dead code while maintaining full API compatibility. All tests pass and build system works correctly.
7 lines
230 B
TypeScript
7 lines
230 B
TypeScript
export * from './distance.js'
|
|
export * from './embedding.js'
|
|
export * from './workerUtils.js'
|
|
export * from './statistics.js'
|
|
export * from './jsonProcessing.js'
|
|
export * from './fieldNameTracking.js'
|
|
export * from './version.js'
|