code-languages 1.12.0 → 1.12.1

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.
@@ -8,7 +8,7 @@ var toml = {
8
8
  author: "Tom Preston-Werner / TOML contributors",
9
9
  website: "https://toml.io",
10
10
  paradigms: ["configuration", "declarative", "data-serialization"],
11
- version: "1.0.0",
11
+ version: "1.1.0",
12
12
  logo: "https://cdn.simpleicons.org/toml/9C4221",
13
13
  i18n: {
14
14
  en: {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/languages/toml.ts"],"names":[],"mappings":";;;AAEO,IAAM,IAAA,GAAO;AAAA,EAClB,IAAA,EAAM,MAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,OAAO,CAAA;AAAA,EACpB,MAAA,EAAQ,wCAAA;AAAA,EACR,OAAA,EAAS,iBAAA;AAAA,EACT,SAAA,EAAW,CAAC,eAAA,EAAiB,aAAA,EAAe,oBAAoB,CAAA;AAAA,EAChE,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,yCAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EACE,sFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EACE,2FAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"toml.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const toml = {\n slug: \"toml\",\n publishedDate: \"2013-02-23\",\n extensions: [\".toml\"],\n author: \"Tom Preston-Werner / TOML contributors\",\n website: \"https://toml.io\",\n paradigms: [\"configuration\", \"declarative\", \"data-serialization\"],\n version: \"1.0.0\",\n logo: \"https://cdn.simpleicons.org/toml/9C4221\",\n i18n: {\n en: {\n name: \"TOML\",\n description:\n \"A minimal, human-readable configuration format that maps clearly to data structures.\",\n longDescription:\n \"TOML is a configuration file format designed to be easy for humans to read and write while mapping unambiguously to data structures such as hash tables. It supports key-value pairs, tables, arrays, strings, numbers, booleans, and date-time values.\\n\\nIt is used for project configuration, package manifests, build settings, tool configuration, infrastructure metadata, and applications that need concise structured data without the visual noise of more verbose formats.\",\n },\n es: {\n name: \"TOML\",\n description:\n \"Un formato de configuracion minimo y legible que mapea claramente a estructuras de datos.\",\n longDescription:\n \"TOML es un formato de archivos de configuracion disenado para ser facil de leer y escribir por humanos mientras mapea sin ambiguedad a estructuras de datos como tablas hash. Soporta pares clave-valor, tablas, arreglos, strings, numeros, booleanos y valores de fecha y hora.\\n\\nSe usa en configuracion de proyectos, manifiestos de paquetes, ajustes de build, configuracion de herramientas, metadata de infraestructura y aplicaciones que necesitan datos estructurados concisos sin el ruido visual de formatos mas verbosos.\",\n },\n },\n} satisfies Language;\n"]}
1
+ {"version":3,"sources":["../../src/languages/toml.ts"],"names":[],"mappings":";;;AAEO,IAAM,IAAA,GAAO;AAAA,EAClB,IAAA,EAAM,MAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,OAAO,CAAA;AAAA,EACpB,MAAA,EAAQ,wCAAA;AAAA,EACR,OAAA,EAAS,iBAAA;AAAA,EACT,SAAA,EAAW,CAAC,eAAA,EAAiB,aAAA,EAAe,oBAAoB,CAAA;AAAA,EAChE,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,yCAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EACE,sFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EACE,2FAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"toml.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const toml = {\n slug: \"toml\",\n publishedDate: \"2013-02-23\",\n extensions: [\".toml\"],\n author: \"Tom Preston-Werner / TOML contributors\",\n website: \"https://toml.io\",\n paradigms: [\"configuration\", \"declarative\", \"data-serialization\"],\n version: \"1.1.0\",\n logo: \"https://cdn.simpleicons.org/toml/9C4221\",\n i18n: {\n en: {\n name: \"TOML\",\n description:\n \"A minimal, human-readable configuration format that maps clearly to data structures.\",\n longDescription:\n \"TOML is a configuration file format designed to be easy for humans to read and write while mapping unambiguously to data structures such as hash tables. It supports key-value pairs, tables, arrays, strings, numbers, booleans, and date-time values.\\n\\nIt is used for project configuration, package manifests, build settings, tool configuration, infrastructure metadata, and applications that need concise structured data without the visual noise of more verbose formats.\",\n },\n es: {\n name: \"TOML\",\n description:\n \"Un formato de configuracion minimo y legible que mapea claramente a estructuras de datos.\",\n longDescription:\n \"TOML es un formato de archivos de configuracion disenado para ser facil de leer y escribir por humanos mientras mapea sin ambiguedad a estructuras de datos como tablas hash. Soporta pares clave-valor, tablas, arreglos, strings, numeros, booleanos y valores de fecha y hora.\\n\\nSe usa en configuracion de proyectos, manifiestos de paquetes, ajustes de build, configuracion de herramientas, metadata de infraestructura y aplicaciones que necesitan datos estructurados concisos sin el ruido visual de formatos mas verbosos.\",\n },\n },\n} satisfies Language;\n"]}
@@ -6,7 +6,7 @@ var toml = {
6
6
  author: "Tom Preston-Werner / TOML contributors",
7
7
  website: "https://toml.io",
8
8
  paradigms: ["configuration", "declarative", "data-serialization"],
9
- version: "1.0.0",
9
+ version: "1.1.0",
10
10
  logo: "https://cdn.simpleicons.org/toml/9C4221",
11
11
  i18n: {
12
12
  en: {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/languages/toml.ts"],"names":[],"mappings":";AAEO,IAAM,IAAA,GAAO;AAAA,EAClB,IAAA,EAAM,MAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,OAAO,CAAA;AAAA,EACpB,MAAA,EAAQ,wCAAA;AAAA,EACR,OAAA,EAAS,iBAAA;AAAA,EACT,SAAA,EAAW,CAAC,eAAA,EAAiB,aAAA,EAAe,oBAAoB,CAAA;AAAA,EAChE,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,yCAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EACE,sFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EACE,2FAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"toml.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const toml = {\n slug: \"toml\",\n publishedDate: \"2013-02-23\",\n extensions: [\".toml\"],\n author: \"Tom Preston-Werner / TOML contributors\",\n website: \"https://toml.io\",\n paradigms: [\"configuration\", \"declarative\", \"data-serialization\"],\n version: \"1.0.0\",\n logo: \"https://cdn.simpleicons.org/toml/9C4221\",\n i18n: {\n en: {\n name: \"TOML\",\n description:\n \"A minimal, human-readable configuration format that maps clearly to data structures.\",\n longDescription:\n \"TOML is a configuration file format designed to be easy for humans to read and write while mapping unambiguously to data structures such as hash tables. It supports key-value pairs, tables, arrays, strings, numbers, booleans, and date-time values.\\n\\nIt is used for project configuration, package manifests, build settings, tool configuration, infrastructure metadata, and applications that need concise structured data without the visual noise of more verbose formats.\",\n },\n es: {\n name: \"TOML\",\n description:\n \"Un formato de configuracion minimo y legible que mapea claramente a estructuras de datos.\",\n longDescription:\n \"TOML es un formato de archivos de configuracion disenado para ser facil de leer y escribir por humanos mientras mapea sin ambiguedad a estructuras de datos como tablas hash. Soporta pares clave-valor, tablas, arreglos, strings, numeros, booleanos y valores de fecha y hora.\\n\\nSe usa en configuracion de proyectos, manifiestos de paquetes, ajustes de build, configuracion de herramientas, metadata de infraestructura y aplicaciones que necesitan datos estructurados concisos sin el ruido visual de formatos mas verbosos.\",\n },\n },\n} satisfies Language;\n"]}
1
+ {"version":3,"sources":["../../src/languages/toml.ts"],"names":[],"mappings":";AAEO,IAAM,IAAA,GAAO;AAAA,EAClB,IAAA,EAAM,MAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,OAAO,CAAA;AAAA,EACpB,MAAA,EAAQ,wCAAA;AAAA,EACR,OAAA,EAAS,iBAAA;AAAA,EACT,SAAA,EAAW,CAAC,eAAA,EAAiB,aAAA,EAAe,oBAAoB,CAAA;AAAA,EAChE,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,yCAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EACE,sFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EACE,2FAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"toml.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const toml = {\n slug: \"toml\",\n publishedDate: \"2013-02-23\",\n extensions: [\".toml\"],\n author: \"Tom Preston-Werner / TOML contributors\",\n website: \"https://toml.io\",\n paradigms: [\"configuration\", \"declarative\", \"data-serialization\"],\n version: \"1.1.0\",\n logo: \"https://cdn.simpleicons.org/toml/9C4221\",\n i18n: {\n en: {\n name: \"TOML\",\n description:\n \"A minimal, human-readable configuration format that maps clearly to data structures.\",\n longDescription:\n \"TOML is a configuration file format designed to be easy for humans to read and write while mapping unambiguously to data structures such as hash tables. It supports key-value pairs, tables, arrays, strings, numbers, booleans, and date-time values.\\n\\nIt is used for project configuration, package manifests, build settings, tool configuration, infrastructure metadata, and applications that need concise structured data without the visual noise of more verbose formats.\",\n },\n es: {\n name: \"TOML\",\n description:\n \"Un formato de configuracion minimo y legible que mapea claramente a estructuras de datos.\",\n longDescription:\n \"TOML es un formato de archivos de configuracion disenado para ser facil de leer y escribir por humanos mientras mapea sin ambiguedad a estructuras de datos como tablas hash. Soporta pares clave-valor, tablas, arreglos, strings, numeros, booleanos y valores de fecha y hora.\\n\\nSe usa en configuracion de proyectos, manifiestos de paquetes, ajustes de build, configuracion de herramientas, metadata de infraestructura y aplicaciones que necesitan datos estructurados concisos sin el ruido visual de formatos mas verbosos.\",\n },\n },\n} satisfies Language;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-languages",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "description": "Structured metadata for programming languages.",
5
5
  "homepage": "https://github.com/ElJijuna/code-languages#readme",
6
6
  "bugs": {