@jjlmoya/utils-forensic-science 1.7.0 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jjlmoya/utils-forensic-science",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -1,19 +1,19 @@
1
1
  import type { ScienceCategoryEntry } from '../types';
2
- import { forensicAgeEstimator } from '../tool/forensic-age-estimator/index';
3
- import { widmarkAlcoholSimulator } from '../tool/widmark-alcohol-simulator/index';
4
- import { forensicSexDeterminator } from '../tool/forensic-sex-determinator/index';
5
- import { forensicStatureEstimator } from '../tool/forensic-stature-estimator/index';
6
- import { forensicBloodTestSimulator } from '../tool/forensic-blood-test-simulator/index';
7
- import { forensicImageAuthenticityAnalyzer } from '../tool/forensic-image-authenticity-analyzer/index';
8
- import { gsrDispersionCalculator } from '../tool/gsr-dispersion-calculator/index';
9
- import { forensicTlcInkSimulator } from '../tool/forensic-tlc-ink-simulator/index';
10
- import { forensicMicrocrystalDrugSimulator } from '../tool/forensic-microcrystal-drug-simulator/index';
11
- import { forensicGlassBeckeLineSimulator } from '../tool/forensic-glass-becke-line-simulator/index';
12
- import { forensicFiberComparisonMicroscope } from '../tool/forensic-fiber-comparison-microscope/index';
13
- import { bloodstainPatternOriginAnalyzer } from '../tool/bloodstain-pattern-origin-analyzer/index';
14
- import { forensicFingerprintMinutiaeIdentifier } from '../tool/forensic-fingerprint-minutiae-identifier/index';
15
- import { firePatternOriginAnalyzer } from '../tool/fire-pattern-origin-analyzer/index';
16
- import { forensicToolmarkStriationMatcher } from '../tool/forensic-toolmark-striation-matcher/index';
2
+ import { forensicAgeEstimator } from '../tool/forensic-age-estimator/entry';
3
+ import { widmarkAlcoholSimulator } from '../tool/widmark-alcohol-simulator/entry';
4
+ import { forensicSexDeterminator } from '../tool/forensic-sex-determinator/entry';
5
+ import { forensicStatureEstimator } from '../tool/forensic-stature-estimator/entry';
6
+ import { forensicBloodTestSimulator } from '../tool/forensic-blood-test-simulator/entry';
7
+ import { forensicImageAuthenticityAnalyzer } from '../tool/forensic-image-authenticity-analyzer/entry';
8
+ import { gsrDispersionCalculator } from '../tool/gsr-dispersion-calculator/entry';
9
+ import { forensicTlcInkSimulator } from '../tool/forensic-tlc-ink-simulator/entry';
10
+ import { forensicMicrocrystalDrugSimulator } from '../tool/forensic-microcrystal-drug-simulator/entry';
11
+ import { forensicGlassBeckeLineSimulator } from '../tool/forensic-glass-becke-line-simulator/entry';
12
+ import { forensicFiberComparisonMicroscope } from '../tool/forensic-fiber-comparison-microscope/entry';
13
+ import { bloodstainPatternOriginAnalyzer } from '../tool/bloodstain-pattern-origin-analyzer/entry';
14
+ import { forensicFingerprintMinutiaeIdentifier } from '../tool/forensic-fingerprint-minutiae-identifier/entry';
15
+ import { firePatternOriginAnalyzer } from '../tool/fire-pattern-origin-analyzer/entry';
16
+ import { forensicToolmarkStriationMatcher } from '../tool/forensic-toolmark-striation-matcher/entry';
17
17
 
18
18
  export const forensicCategory: ScienceCategoryEntry = {
19
19
  icon: 'mdi:fingerprint',