@jjlmoya/utils-developer 1.10.0 → 1.11.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 -24
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -17,74 +17,50 @@ export type {
|
|
|
17
17
|
|
|
18
18
|
export { ALL_ENTRIES, ALL_TOOLS } from './tools';
|
|
19
19
|
|
|
20
|
-
export { JsonFormatterComponent, JsonFormatterSEO, JsonFormatterBibliography } from './tool/jsonFormatter/index';
|
|
21
20
|
export { JSON_FORMATTER_TOOL } from './tool/jsonFormatter/index';
|
|
22
21
|
|
|
23
|
-
export { SvgToCssComponent, SvgToCssSEO, SvgToCssBibliography } from './tool/svgToCss/index';
|
|
24
22
|
export { SVG_TO_CSS_TOOL } from './tool/svgToCss/index';
|
|
25
23
|
|
|
26
|
-
export { AspectRatioComponent, AspectRatioSEO, AspectRatioBibliography } from './tool/aspectRatio/index';
|
|
27
24
|
export { ASPECT_RATIO_TOOL } from './tool/aspectRatio/index';
|
|
28
25
|
|
|
29
|
-
export { PlaceholderGeneratorComponent, PlaceholderGeneratorSEO, PlaceholderGeneratorBibliography } from './tool/placeholderGenerator/index';
|
|
30
26
|
export { PLACEHOLDER_GENERATOR_TOOL } from './tool/placeholderGenerator/index';
|
|
31
27
|
|
|
32
|
-
export { UrlEncoderDecoderComponent, UrlEncoderDecoderSEO, UrlEncoderDecoderBibliography } from './tool/urlEncoderDecoder/index';
|
|
33
28
|
export { URL_ENCODER_DECODER_TOOL } from './tool/urlEncoderDecoder/index';
|
|
34
29
|
|
|
35
|
-
export { DuplicateCssRemoverComponent, DuplicateCssRemoverSEO, DuplicateCssRemoverBibliography } from './tool/duplicateCssRemover/index';
|
|
36
30
|
export { DUPLICATE_CSS_REMOVER_TOOL } from './tool/duplicateCssRemover/index';
|
|
37
31
|
|
|
38
|
-
export { CssToInlineConverterComponent, CssToInlineConverterSEO, CssToInlineConverterBibliography } from './tool/cssToInlineConverter/index';
|
|
39
32
|
export { CSS_TO_INLINE_CONVERTER_TOOL } from './tool/cssToInlineConverter/index';
|
|
40
33
|
|
|
41
|
-
export { CssSpecificityCalculatorComponent, CssSpecificityCalculatorSEO, CssSpecificityCalculatorBibliography } from './tool/cssSpecificityCalculator/index';
|
|
42
34
|
export { CSS_SPECIFICITY_CALCULATOR_TOOL } from './tool/cssSpecificityCalculator/index';
|
|
43
35
|
|
|
44
|
-
export { CronGeneratorComponent, CronGeneratorSEO, CronGeneratorBibliography } from './tool/cronGenerator/index';
|
|
45
36
|
export { CRON_GENERATOR_TOOL } from './tool/cronGenerator/index';
|
|
46
37
|
|
|
47
|
-
export { KeycodeComponent, KeycodeSEO, KeycodeBibliography } from './tool/keycode/index';
|
|
48
38
|
export { KEYCODE_TOOL } from './tool/keycode/index';
|
|
49
39
|
|
|
50
|
-
export { LlmCostCalculatorComponent, LlmCostCalculatorSEO, LlmCostCalculatorBibliography } from './tool/llmCostCalculator/index';
|
|
51
40
|
export { LLM_COST_CALCULATOR_TOOL } from './tool/llmCostCalculator/index';
|
|
52
41
|
|
|
53
|
-
export { MusicalTypographyComponent, MusicalTypographySEO, MusicalTypographyBibliography } from './tool/musicalTypography/index';
|
|
54
42
|
export { MUSICAL_TYPOGRAPHY_TOOL } from './tool/musicalTypography/index';
|
|
55
43
|
|
|
56
|
-
export { MobileMockupGeneratorComponent, MobileMockupGeneratorSEO, MobileMockupGeneratorBibliography } from './tool/mobileMockupGenerator/index';
|
|
57
44
|
export { MOBILE_MOCKUP_GENERATOR_TOOL } from './tool/mobileMockupGenerator/index';
|
|
58
45
|
|
|
59
|
-
export { HashGeneratorComponent, HashGeneratorSEO, HashGeneratorBibliography } from './tool/hashGenerator/index';
|
|
60
46
|
export { HASH_GENERATOR_TOOL } from './tool/hashGenerator/index';
|
|
61
47
|
|
|
62
|
-
export { PromptLibraryComponent, PromptLibrarySEO, PromptLibraryBibliography } from './tool/promptLibrary/index';
|
|
63
48
|
export { PROMPT_LIBRARY_TOOL } from './tool/promptLibrary/index';
|
|
64
49
|
|
|
65
|
-
export { ColorConverterComponent, ColorConverterSEO, ColorConverterBibliography } from './tool/colorConverter/index';
|
|
66
50
|
export { COLOR_CONVERTER_TOOL } from './tool/colorConverter/index';
|
|
67
51
|
|
|
68
|
-
export { ReadabilityCalculatorComponent, ReadabilityCalculatorSEO, ReadabilityCalculatorBibliography } from './tool/readabilityCalculator/index';
|
|
69
52
|
export { READABILITY_CALCULATOR_TOOL } from './tool/readabilityCalculator/index';
|
|
70
53
|
|
|
71
|
-
export { SvgSanitizerComponent, SvgSanitizerSEO, SvgSanitizerBibliography } from './tool/svgSanitizer/index';
|
|
72
54
|
export { SVG_SANITIZER_TOOL } from './tool/svgSanitizer/index';
|
|
73
55
|
|
|
74
|
-
export { UtmGeneratorComponent, UtmGeneratorSEO, UtmGeneratorBibliography } from './tool/utmGenerator/index';
|
|
75
56
|
export { UTM_GENERATOR_TOOL } from './tool/utmGenerator/index';
|
|
76
57
|
|
|
77
|
-
export { UrlCleanerComponent, UrlCleanerSEO, UrlCleanerBibliography } from './tool/urlCleaner/index';
|
|
78
58
|
export { URL_CLEANER_TOOL } from './tool/urlCleaner/index';
|
|
79
59
|
|
|
80
|
-
export { GeneradorSecurityTxtComponent, GeneradorSecurityTxtSEO, GeneradorSecurityTxtBibliography } from './tool/generadorSecurityTxt/index';
|
|
81
60
|
export { GENERADOR_SECURITY_TXT_TOOL } from './tool/generadorSecurityTxt/index';
|
|
82
61
|
|
|
83
|
-
export { CalculadoraTiempoDatosComponent, CalculadoraTiempoDatosSEO, CalculadoraTiempoDatosBibliography } from './tool/calculadoraTiempoDatos/index';
|
|
84
62
|
export { CALCULADORA_TIEMPO_DATOS_TOOL } from './tool/calculadoraTiempoDatos/index';
|
|
85
63
|
|
|
86
|
-
export { InspectorCertificadosSslComponent, InspectorCertificadosSslSEO, InspectorCertificadosSslBibliography } from './tool/inspectorCertificadosSsl/index';
|
|
87
64
|
export { INSPECTOR_CERTIFICADOS_SSL_TOOL } from './tool/inspectorCertificadosSsl/index';
|
|
88
65
|
|
|
89
|
-
export { ConversorExcelCsvHtmlComponent, ConversorExcelCsvHtmlSEO, ConversorExcelCsvHtmlBibliography } from './tool/conversorExcelCsvHtml/index';
|
|
90
66
|
export { CONVERSOR_EXCEL_CSV_HTML_TOOL } from './tool/conversorExcelCsvHtml/index';
|