@jjlmoya/utils-developer 1.2.0 → 1.4.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-developer",
3
- "version": "1.2.0",
3
+ "version": "1.4.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
package/src/index.ts CHANGED
@@ -76,3 +76,15 @@ export { UTM_GENERATOR_TOOL } from './tool/utmGenerator/index';
76
76
 
77
77
  export { UrlCleanerComponent, UrlCleanerSEO, UrlCleanerBibliography } from './tool/urlCleaner/index';
78
78
  export { URL_CLEANER_TOOL } from './tool/urlCleaner/index';
79
+
80
+ export { GeneradorSecurityTxtComponent, GeneradorSecurityTxtSEO, GeneradorSecurityTxtBibliography } from './tool/generadorSecurityTxt/index';
81
+ export { GENERADOR_SECURITY_TXT_TOOL } from './tool/generadorSecurityTxt/index';
82
+
83
+ export { CalculadoraTiempoDatosComponent, CalculadoraTiempoDatosSEO, CalculadoraTiempoDatosBibliography } from './tool/calculadoraTiempoDatos/index';
84
+ export { CALCULADORA_TIEMPO_DATOS_TOOL } from './tool/calculadoraTiempoDatos/index';
85
+
86
+ export { InspectorCertificadosSslComponent, InspectorCertificadosSslSEO, InspectorCertificadosSslBibliography } from './tool/inspectorCertificadosSsl/index';
87
+ export { INSPECTOR_CERTIFICADOS_SSL_TOOL } from './tool/inspectorCertificadosSsl/index';
88
+
89
+ export { ConversorExcelCsvHtmlComponent, ConversorExcelCsvHtmlSEO, ConversorExcelCsvHtmlBibliography } from './tool/conversorExcelCsvHtml/index';
90
+ export { CONVERSOR_EXCEL_CSV_HTML_TOOL } from './tool/conversorExcelCsvHtml/index';
@@ -2,7 +2,7 @@ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'sche
2
2
  import type { ToolLocaleContent } from '../../../types';
3
3
  import type { CalculadoraTiempoDatosUI } from '../ui';
4
4
 
5
- const slug = 'calculadora-tiempo-datos-impacto-velocidad-web';
5
+ const slug = 'calculadora-tiempo-datos';
6
6
  const title = 'Calculadora de Tiempo en Datos Impacto de la Velocidad Web';
7
7
  const description = 'Descubre cuánto tiempo de vida pierden tus usuarios esperando a que tu web cargue en conexiones 3G, 4G y 5G. Calcula el impacto real del peso de tu sitio.';
8
8
 
@@ -2,7 +2,7 @@ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'sche
2
2
  import type { ToolLocaleContent } from '../../../types';
3
3
  import type { ConversorExcelCsvHtmlUI } from '../ui';
4
4
 
5
- const slug = 'conversor-excel-csv-html-tabla';
5
+ const slug = 'conversor-excel-csv-a-tabla-html';
6
6
  const title = 'Conversor de Excel y CSV a Tabla HTML Generador de Código';
7
7
  const description = 'Convierte tus datos de Excel o CSV a tablas HTML semánticas y limpias al instante. Herramienta gratuita para desarrolladores y creadores de contenido.';
8
8
 
@@ -2,7 +2,7 @@ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'sche
2
2
  import type { ToolLocaleContent } from '../../../types';
3
3
  import type { GeneradorSecurityTxtUI } from '../ui';
4
4
 
5
- const slug = 'generador-security-txt-rfc-9116';
5
+ const slug = 'generador-security-txt';
6
6
  const title = 'Generador de Security.txt RFC 9116';
7
7
  const description = 'Crea tu archivo security.txt profesional para facilitar el reporte de vulnerabilidades y cumplir con los estándares internacionales de seguridad web.';
8
8
 
@@ -2,7 +2,7 @@ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'sche
2
2
  import type { ToolLocaleContent } from '../../../types';
3
3
  import type { InspectorCertificadosSslUI } from '../ui';
4
4
 
5
- const slug = 'inspector-certificados-ssl-tls';
5
+ const slug = 'inspector-certificados-ssl';
6
6
  const title = 'Inspector de Certificados SSL/TLS Online Ver PEM y CRT';
7
7
  const description = 'Analiza archivos de certificados SSL (.pem, .crt, .der) localmente. Consulta fechas de expiración, emisores, sujetos y huellas digitales SHA-256 sin que tus datos salgan del navegador.';
8
8
 
@@ -2,7 +2,7 @@ import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'sche
2
2
  import type { ToolLocaleContent } from '../../../types';
3
3
  import type { LlmCostCalculatorUI } from '../ui';
4
4
 
5
- const slug = 'llm-cost-calculator';
5
+ const slug = 'calculadora-coste-llm';
6
6
  const title = 'Calculadora de Costes de LLMs. Estimador de Precios de APIs de IA';
7
7
  const description =
8
8
  'Herramienta online gratuita para estimar el coste de llamadas a APIs de modelos de lenguaje. Compara GPT-4o, Claude, Gemini, Llama y más con precios reales por millón de tokens.';