@jjlmoya/utils-diy 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 +1 -1
- package/src/index.ts +0 -13
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -17,41 +17,28 @@ export type {
|
|
|
17
17
|
|
|
18
18
|
export { ALL_ENTRIES, ALL_TOOLS } from './tools';
|
|
19
19
|
|
|
20
|
-
export { ClayCalculatorComponent, ClayCalculatorSEO, ClayCalculatorBibliography } from './tool/clayCalculator';
|
|
21
20
|
export { CLAY_CALCULATOR_TOOL } from './tool/clayCalculator/index';
|
|
22
21
|
|
|
23
|
-
export { EpoxyCalculatorComponent, EpoxyCalculatorSEO, EpoxyCalculatorBibliography } from './tool/epoxyCalculator';
|
|
24
22
|
export { EPOXY_CALCULATOR_TOOL } from './tool/epoxyCalculator/index';
|
|
25
23
|
|
|
26
|
-
export { BalusterCalculatorComponent, BalusterCalculatorSEO, BalusterCalculatorBibliography } from './tool/balusterCalculator';
|
|
27
24
|
export { BALUSTER_CALCULATOR_TOOL } from './tool/balusterCalculator/index';
|
|
28
25
|
|
|
29
|
-
export { MortarCalculatorComponent, MortarCalculatorSEO, MortarCalculatorBibliography } from './tool/mortarCalculator';
|
|
30
26
|
export { MORTAR_CALCULATOR_TOOL } from './tool/mortarCalculator/index';
|
|
31
27
|
|
|
32
|
-
export { PassepartoutCalculatorComponent, PassepartoutCalculatorSEO, PassepartoutCalculatorBibliography } from './tool/passepartoutCalculator';
|
|
33
28
|
export { PASSEPARTOUT_CALCULATOR_TOOL } from './tool/passepartoutCalculator/index';
|
|
34
29
|
|
|
35
|
-
export { ConcreteCalculatorComponent, ConcreteCalculatorSEO, ConcreteCalculatorBibliography } from './tool/concreteCalculator';
|
|
36
30
|
export { CONCRETE_CALCULATOR_TOOL } from './tool/concreteCalculator/index';
|
|
37
31
|
|
|
38
|
-
export { CutOptimizerComponent, CutOptimizerSEO, CutOptimizerBibliography } from './tool/cutOptimizer';
|
|
39
32
|
export { CUT_OPTIMIZER_TOOL } from './tool/cutOptimizer/index';
|
|
40
33
|
|
|
41
|
-
export { VoltageDropCalculatorComponent, VoltageDropCalculatorSEO, VoltageDropCalculatorBibliography } from './tool/voltageDropCalculator';
|
|
42
34
|
export { VOLTAGE_DROP_CALCULATOR_TOOL } from './tool/voltageDropCalculator/index';
|
|
43
35
|
|
|
44
|
-
export { FurnitureFitComponent, FurnitureFitSEO, FurnitureFitBibliography } from './tool/furnitureFit';
|
|
45
36
|
export { FURNITURE_FIT_TOOL } from './tool/furnitureFit/index';
|
|
46
37
|
|
|
47
|
-
export { ThermalExpansionCalculatorComponent, ThermalExpansionCalculatorSEO, ThermalExpansionCalculatorBibliography } from './tool/thermalExpansionCalculator';
|
|
48
38
|
export { THERMAL_EXPANSION_CALCULATOR_TOOL } from './tool/thermalExpansionCalculator/index';
|
|
49
39
|
|
|
50
|
-
export { DrillCalculatorComponent, DrillCalculatorSEO, DrillCalculatorBibliography } from './tool/drillCalculator';
|
|
51
40
|
export { DRILL_CALCULATOR_TOOL } from './tool/drillCalculator/index';
|
|
52
41
|
|
|
53
|
-
export { StairCalculatorComponent, StairCalculatorSEO, StairCalculatorBibliography } from './tool/stairCalculator';
|
|
54
42
|
export { STAIR_CALCULATOR_TOOL } from './tool/stairCalculator/index';
|
|
55
43
|
|
|
56
|
-
export { DrillSharpenerComponent, DrillSharpenerSEO, DrillSharpenerBibliography } from './tool/drillSharpener';
|
|
57
44
|
export { DRILL_SHARPENER_TOOL } from './tool/drillSharpener/index';
|