@jjlmoya/utils-science 1.47.0 → 1.48.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-science",
3
- "version": "1.47.0",
3
+ "version": "1.48.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -1,31 +1,31 @@
1
1
  import type { ScienceCategoryEntry } from '../types';
2
- import { colonyCounter } from '../tool/colony-counter/index';
3
- import { asteroidImpact } from '../tool/asteroid-impact/index';
4
- import { microwaveDetector } from '../tool/microwave-detector/index';
5
- import { simulationProbability } from '../tool/simulation-probability/index';
6
- import { cellularRenewal } from '../tool/cellular-renewal/index';
7
- import { cosmicInflation } from '../tool/cosmic-inflation/index';
8
- import { temperatureTimeline } from '../tool/temperature-timeline/index';
9
- import { lorenzAttractor } from '../tool/lorenz-attractor/index';
10
- import { stellarHabitabilityZone } from '../tool/stellar-habitability-zone/index';
11
- import { radioactiveDecay } from '../tool/radioactive-decay/index';
12
- import { naturalSelectionDrift } from '../tool/natural-selection-drift/index';
13
- import { entropySecondLaw } from '../tool/entropy-second-law/index';
14
- import { doubleSlitDecoherence } from '../tool/double-slit-decoherence/index';
15
- import { phaseDiagramCriticalPoints } from '../tool/phase-diagram-critical-points/index';
16
- import { twinParadoxVisualizer } from '../tool/twin-paradox-visualizer/index';
17
- import { mandelbrotFractal } from '../tool/mandelbrot-fractal/index';
18
- import { planetAtmosphereSurvival } from '../tool/planet-atmosphere-survival/index';
19
- import { threeBodyProblem } from '../tool/three-body-problem/index';
20
- import { rocheLimitSatelliteDisruption } from '../tool/roche-limit-satellite-disruption/index';
21
- import { dysonSphereEnergyCapture } from '../tool/dyson-sphere-energy-capture/index';
22
- import { globalAlbedoSnowballSimulator } from '../tool/global-albedo-snowball-simulator/index';
23
- import { conwayLifeRuleLab } from '../tool/conway-life-rule-lab/index';
24
- import { crystalLatticeStructureFinder } from '../tool/crystal-lattice-structure-finder/index';
25
- import { fermiParadoxFilterLab } from '../tool/fermi-paradox-filter-lab/index';
26
- import { epidemicSirSimulator } from '../tool/epidemic-sir-simulator/index';
27
- import { blackHoleEventHorizonSimulator } from '../tool/black-hole-event-horizon-simulator/index';
28
- import { exoplanetBiosignatureDetector } from '../tool/exoplanet-biosignature-detector/index';
2
+ import { colonyCounter } from '../tool/colony-counter/entry';
3
+ import { asteroidImpact } from '../tool/asteroid-impact/entry';
4
+ import { microwaveDetector } from '../tool/microwave-detector/entry';
5
+ import { simulationProbability } from '../tool/simulation-probability/entry';
6
+ import { cellularRenewal } from '../tool/cellular-renewal/entry';
7
+ import { cosmicInflation } from '../tool/cosmic-inflation/entry';
8
+ import { temperatureTimeline } from '../tool/temperature-timeline/entry';
9
+ import { lorenzAttractor } from '../tool/lorenz-attractor/entry';
10
+ import { stellarHabitabilityZone } from '../tool/stellar-habitability-zone/entry';
11
+ import { radioactiveDecay } from '../tool/radioactive-decay/entry';
12
+ import { naturalSelectionDrift } from '../tool/natural-selection-drift/entry';
13
+ import { entropySecondLaw } from '../tool/entropy-second-law/entry';
14
+ import { doubleSlitDecoherence } from '../tool/double-slit-decoherence/entry';
15
+ import { phaseDiagramCriticalPoints } from '../tool/phase-diagram-critical-points/entry';
16
+ import { twinParadoxVisualizer } from '../tool/twin-paradox-visualizer/entry';
17
+ import { mandelbrotFractal } from '../tool/mandelbrot-fractal/entry';
18
+ import { planetAtmosphereSurvival } from '../tool/planet-atmosphere-survival/entry';
19
+ import { threeBodyProblem } from '../tool/three-body-problem/entry';
20
+ import { rocheLimitSatelliteDisruption } from '../tool/roche-limit-satellite-disruption/entry';
21
+ import { dysonSphereEnergyCapture } from '../tool/dyson-sphere-energy-capture/entry';
22
+ import { globalAlbedoSnowballSimulator } from '../tool/global-albedo-snowball-simulator/entry';
23
+ import { conwayLifeRuleLab } from '../tool/conway-life-rule-lab/entry';
24
+ import { crystalLatticeStructureFinder } from '../tool/crystal-lattice-structure-finder/entry';
25
+ import { fermiParadoxFilterLab } from '../tool/fermi-paradox-filter-lab/entry';
26
+ import { epidemicSirSimulator } from '../tool/epidemic-sir-simulator/entry';
27
+ import { blackHoleEventHorizonSimulator } from '../tool/black-hole-event-horizon-simulator/entry';
28
+ import { exoplanetBiosignatureDetector } from '../tool/exoplanet-biosignature-detector/entry';
29
29
 
30
30
  export const scienceCategory: ScienceCategoryEntry = {
31
31
  icon: 'mdi:flask',