code-languages 1.36.2 → 1.36.4
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/README.md +7 -7
- package/dist/api.cjs +7 -7
- package/dist/api.js +7 -7
- package/dist/detect.cjs +7 -7
- package/dist/detect.js +7 -7
- package/dist/index.cjs +7 -7
- package/dist/index.js +7 -7
- package/dist/languages/astro.cjs +1 -1
- package/dist/languages/astro.js +1 -1
- package/dist/languages/cython.cjs +1 -1
- package/dist/languages/cython.js +1 -1
- package/dist/languages/elixir.cjs +1 -1
- package/dist/languages/elixir.js +1 -1
- package/dist/languages/fish.cjs +1 -1
- package/dist/languages/fish.js +1 -1
- package/dist/languages/liquid.cjs +1 -1
- package/dist/languages/liquid.js +1 -1
- package/dist/languages/r.cjs +1 -1
- package/dist/languages/r.js +1 -1
- package/dist/languages/svelte.cjs +1 -1
- package/dist/languages/svelte.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -215,7 +215,7 @@ from its package subpath.
|
|
|
215
215
|
| <img src="https://cdn.simpleicons.org/asciidoctor/E40046" alt="AsciiDoc logo" width="24" height="24"> | AsciiDoc | `asciidoc` | `.adoc`, `.asciidoc`, `.asc` | `pre-spec` | `code-languages/asciidoc` |
|
|
216
216
|
| <img src="https://cdn.simpleicons.org/dotnet/512BD4" alt="ASP/ASPX logo" width="24" height="24"> | ASP/ASPX | `asp` | `.asp`, `.aspx`, `.ascx`, `.ashx`, `.asmx`, `.master` | `4.8.1` | `code-languages/asp` |
|
|
217
217
|
| <img src="https://cdn.simpleicons.org/assemblyscript/007AAC" alt="Assembly logo" width="24" height="24"> | Assembly | `assembly` | `.asm`, `.s`, `.S`, `.inc` | `Architecture-specific` | `code-languages/assembly` |
|
|
218
|
-
| <img src="https://astro.build/assets/press/astro-icon-light.svg" alt="Astro logo" width="24" height="24"> | Astro | `astro` | `.astro` | `7.0.
|
|
218
|
+
| <img src="https://astro.build/assets/press/astro-icon-light.svg" alt="Astro logo" width="24" height="24"> | Astro | `astro` | `.astro` | `7.0.2` | `code-languages/astro` |
|
|
219
219
|
| <img src="https://dummyimage.com/32x32/0F766E/ffffff.png&text=Au" alt="Austral logo" width="24" height="24"> | Austral | `austral` | `.aum`, `.aui` | `0.1.0` | `code-languages/austral` |
|
|
220
220
|
| <img src="https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_autohotkey.svg" alt="AutoHotkey logo" width="24" height="24"> | AutoHotkey | `autohotkey` | `.ahk`, `.ah2` | `2.0` | `code-languages/autohotkey` |
|
|
221
221
|
| <img src="https://commons.wikimedia.org/wiki/Special:FilePath/Apache_Avro_Logo.svg" alt="Avro IDL logo" width="24" height="24"> | Avro IDL | `avro-idl` | `.avdl` | `1.12.1` | `code-languages/avro-idl` |
|
|
@@ -253,7 +253,7 @@ from its package subpath.
|
|
|
253
253
|
| <img src="https://avatars.githubusercontent.com/u/43867057?s=200&v=4" alt="CUE logo" width="24" height="24"> | CUE | `cue` | `.cue` | `0.16.1` | `code-languages/cue` |
|
|
254
254
|
| <img src="https://www.curry-language.org/assets/img/curry-32x32.png" alt="Curry logo" width="24" height="24"> | Curry | `curry` | `.curry`, `.lcurry` | `Curry 0.9.0` | `code-languages/curry` |
|
|
255
255
|
| <img src="https://dist.neo4j.com/wp-content/uploads/20210423072428/neo4j-logo-2020-1.svg" alt="Cypher logo" width="24" height="24"> | Cypher | `cypher` | `.cypher`, `.cyp` | `25` | `code-languages/cypher` |
|
|
256
|
-
| <img src="https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg" alt="Cython logo" width="24" height="24"> | Cython | `cython` | `.pyx`, `.pxd`, `.pxi` | `3.2.
|
|
256
|
+
| <img src="https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg" alt="Cython logo" width="24" height="24"> | Cython | `cython` | `.pyx`, `.pxd`, `.pxi` | `3.2.6` | `code-languages/cython` |
|
|
257
257
|
| <img src="https://cdn.simpleicons.org/d/BA595E" alt="D logo" width="24" height="24"> | D | `d` | `.d`, `.di` | `2.112.0` | `code-languages/d` |
|
|
258
258
|
| <img src="https://dafny.org/images/dafny-favicon.svg" alt="Dafny logo" width="24" height="24"> | Dafny | `dafny` | `.dfy` | `4.11.0` | `code-languages/dafny` |
|
|
259
259
|
| <img src="https://commons.wikimedia.org/wiki/Special:FilePath/Dart_programming_language_logo.svg" alt="Dart logo" width="24" height="24"> | Dart | `dart` | `.dart` | `3.12.2` | `code-languages/dart` |
|
|
@@ -265,14 +265,14 @@ from its package subpath.
|
|
|
265
265
|
| <img src="https://editorconfig.org/logo.png" alt="EditorConfig logo" width="24" height="24"> | EditorConfig | `editorconfig` | `.editorconfig` | `stable` | `code-languages/editorconfig` |
|
|
266
266
|
| <img src="https://commons.wikimedia.org/wiki/Special:FilePath/Eiffel_logo.svg" alt="Eiffel logo" width="24" height="24"> | Eiffel | `eiffel` | `.e` | `24.05` | `code-languages/eiffel` |
|
|
267
267
|
| <img src="https://cdn.simpleicons.org/ejs/B4CA65" alt="EJS logo" width="24" height="24"> | EJS | `ejs` | `.ejs` | `3.1.10` | `code-languages/ejs` |
|
|
268
|
-
| <img src="https://cdn.simpleicons.org/elixir/4B275F" alt="Elixir logo" width="24" height="24"> | Elixir | `elixir` | `.ex`, `.exs`, `.eex`, `.leex`, `.heex` | `1.20.
|
|
268
|
+
| <img src="https://cdn.simpleicons.org/elixir/4B275F" alt="Elixir logo" width="24" height="24"> | Elixir | `elixir` | `.ex`, `.exs`, `.eex`, `.leex`, `.heex` | `1.20.2` | `code-languages/elixir` |
|
|
269
269
|
| <img src="https://upload.wikimedia.org/wikipedia/commons/f/f3/Elm_logo.svg" alt="Elm logo" width="24" height="24"> | Elm | `elm` | `.elm` | `0.19.1` | `code-languages/elm` |
|
|
270
270
|
| <img src="https://commons.wikimedia.org/wiki/Special:FilePath/Ruby_logo.svg" alt="ERB logo" width="24" height="24"> | ERB | `erb` | `.erb`, `.rhtml`, `.html.erb` | `Ruby stdlib` | `code-languages/erb` |
|
|
271
271
|
| <img src="https://cdn.simpleicons.org/erlang/A90533" alt="Erlang logo" width="24" height="24"> | Erlang | `erlang` | `.erl`, `.hrl`, `.app.src`, `.escript`, `.xrl`, `.yrl`, `rebar.config` | `OTP 29.0.2` | `code-languages/erlang` |
|
|
272
272
|
| <img src="https://factorcode.org/favicon-96x96.png" alt="Factor logo" width="24" height="24"> | Factor | `factor` | `.factor` | `0.101` | `code-languages/factor` |
|
|
273
273
|
| <img src="https://fe-lang.org/favicon.png" alt="Fe logo" width="24" height="24"> | Fe | `fe` | `.fe` | `experimental` | `code-languages/fe` |
|
|
274
274
|
| <img src="https://fennel-lang.org/logo.svg" alt="Fennel logo" width="24" height="24"> | Fennel | `fennel` | `.fnl` | `1.6.1` | `code-languages/fennel` |
|
|
275
|
-
| <img src="https://fishshell.com/assets/img/Terminal_Logo2_CRT_Flat.png" alt="Fish logo" width="24" height="24"> | Fish | `fish` | `.fish` | `4.
|
|
275
|
+
| <img src="https://fishshell.com/assets/img/Terminal_Logo2_CRT_Flat.png" alt="Fish logo" width="24" height="24"> | Fish | `fish` | `.fish` | `4.8.0` | `code-languages/fish` |
|
|
276
276
|
| <img src="https://flatbuffers.dev/assets/images/favicon.png" alt="FlatBuffers logo" width="24" height="24"> | FlatBuffers | `flatbuffers` | `.fbs` | `25.12.19` | `code-languages/flatbuffers` |
|
|
277
277
|
| <img src="https://avatars.githubusercontent.com/u/5713248?v=4" alt="Flux logo" width="24" height="24"> | Flux | `flux` | `.flux` | `0.200.0` | `code-languages/flux` |
|
|
278
278
|
| <img src="https://upload.wikimedia.org/wikipedia/commons/a/a5/Gforth_Logo.png" alt="Forth logo" width="24" height="24"> | Forth | `forth` | `.fs`, `.fth`, `.forth`, `.4th` | `Forth 2012` | `code-languages/forth` |
|
|
@@ -331,7 +331,7 @@ from its package subpath.
|
|
|
331
331
|
| <img src="https://upload.wikimedia.org/wikipedia/commons/8/81/LESS_Logo.svg" alt="Less logo" width="24" height="24"> | Less | `less` | `.less` | `4.6.7` | `code-languages/less` |
|
|
332
332
|
| <img src="https://ligolang.org/img/logo/logo.png" alt="Ligo logo" width="24" height="24"> | Ligo | `ligo` | `.ligo`, `.mligo`, `.religo`, `.jsligo` | `1.x` | `code-languages/ligo` |
|
|
333
333
|
| <img src="https://dummyimage.com/32x32/475569/ffffff.png&text=LD" alt="Linker Script logo" width="24" height="24"> | Linker Script | `linkerscript` | `.ld`, `.lds`, `.x` | `stable` | `code-languages/linkerscript` |
|
|
334
|
-
| <img src="https://cdn.simpleicons.org/shopify/7AB55C" alt="Liquid logo" width="24" height="24"> | Liquid | `liquid` | `.liquid` | `10.27.
|
|
334
|
+
| <img src="https://cdn.simpleicons.org/shopify/7AB55C" alt="Liquid logo" width="24" height="24"> | Liquid | `liquid` | `.liquid` | `10.27.1` | `code-languages/liquid` |
|
|
335
335
|
| <img src="https://commons.wikimedia.org/wiki/Special:FilePath/Lisp_logo.svg" alt="Lisp logo" width="24" height="24"> | Lisp | `lisp` | `.lisp`, `.lsp`, `.cl`, `.asd` | `ANSI INCITS 226-1994` | `code-languages/lisp` |
|
|
336
336
|
| <img src="https://cdn.simpleicons.org/llvm/262D3A" alt="LLVM IR logo" width="24" height="24"> | LLVM IR | `llvm-ir` | `.ll`, `.bc` | `22.1.8` | `code-languages/llvm-ir` |
|
|
337
337
|
| <img src="https://dummyimage.com/32x32/DC2626/ffffff.png&text=Lo" alt="Lobster logo" width="24" height="24"> | Lobster | `lobster` | `.lobster` | `development snapshot` | `code-languages/lobster` |
|
|
@@ -391,7 +391,7 @@ from its package subpath.
|
|
|
391
391
|
| <img src="https://d33sqmjvzgs8hq.cloudfront.net/wp-content/themes/oneqt/assets/images/favicon-32x32.png" alt="qmake logo" width="24" height="24"> | qmake | `qmake` | `.pri`, `.prf` | `stable` | `code-languages/qmake` |
|
|
392
392
|
| <img src="https://cdn.simpleicons.org/qt/41CD52" alt="QML logo" width="24" height="24"> | QML | `qml` | `.qml`, `.qmltypes`, `.qmlproject` | `Qt 6.11.1` | `code-languages/qml` |
|
|
393
393
|
| <img src="https://github.com/microsoft.png" alt="Q# logo" width="24" height="24"> | Q# | `qsharp` | `.qs` | `Q# 1.0` | `code-languages/qsharp` |
|
|
394
|
-
| <img src="https://www.r-project.org/logo/Rlogo.svg" alt="R logo" width="24" height="24"> | R | `r` | `.r`, `.R`, `.rmd`, `.Rmd`, `.qmd`, `.Rprofile` | `4.6.
|
|
394
|
+
| <img src="https://www.r-project.org/logo/Rlogo.svg" alt="R logo" width="24" height="24"> | R | `r` | `.r`, `.R`, `.rmd`, `.Rmd`, `.qmd`, `.Rprofile` | `4.6.1` | `code-languages/r` |
|
|
395
395
|
| <img src="https://commons.wikimedia.org/wiki/Special:FilePath/Racket-logo.svg" alt="Racket logo" width="24" height="24"> | Racket | `racket` | `.rkt`, `.rktd`, `.rktl`, `.scrbl` | `9.2` | `code-languages/racket` |
|
|
396
396
|
| <img src="https://github.com/Raku.png" alt="Raku logo" width="24" height="24"> | Raku | `raku` | `.raku`, `.rakumod`, `.rakudoc`, `.rakutest`, `.p6`, `.pm6` | `6.d` | `code-languages/raku` |
|
|
397
397
|
| <img src="https://cdn.simpleicons.org/dotnet/512BD4" alt="Razor logo" width="24" height="24"> | Razor | `razor` | `.cshtml`, `.razor` | `10.0.9` | `code-languages/razor` |
|
|
@@ -423,7 +423,7 @@ from its package subpath.
|
|
|
423
423
|
| <img src="https://cdn.simpleicons.org/bazel/43A047" alt="Starlark logo" width="24" height="24"> | Starlark | `starlark` | `.bzl`, `.star`, `.sky` | `Bazel Starlark` | `code-languages/starlark` |
|
|
424
424
|
| <img src="https://www.stata.com/includes/images/stata-logo-blue.svg" alt="Stata logo" width="24" height="24"> | Stata | `stata` | `.do`, `.ado`, `.mata` | `19` | `code-languages/stata` |
|
|
425
425
|
| <img src="https://cdn.simpleicons.org/stylus/333333" alt="Stylus logo" width="24" height="24"> | Stylus | `stylus` | `.styl` | `0.64.0` | `code-languages/stylus` |
|
|
426
|
-
| <img src="https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg" alt="Svelte logo" width="24" height="24"> | Svelte | `svelte` | `.svelte` | `5.56.
|
|
426
|
+
| <img src="https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg" alt="Svelte logo" width="24" height="24"> | Svelte | `svelte` | `.svelte` | `5.56.4` | `code-languages/svelte` |
|
|
427
427
|
| <img src="https://upload.wikimedia.org/wikipedia/commons/4/4f/SVG_Logo.svg" alt="SVG logo" width="24" height="24"> | SVG | `svg` | `.svg`, `.svgz` | `SVG 2` | `code-languages/svg` |
|
|
428
428
|
| <img src="https://cdn.simpleicons.org/subversion/809CC9" alt="SVN logo" width="24" height="24"> | SVN | `svn` | `.svn`, `svnserve.conf` | `1.14.5` | `code-languages/svn` |
|
|
429
429
|
| <img src="https://www.swift.org/assets/images/swift.svg" alt="Swift logo" width="24" height="24"> | Swift | `swift` | `.swift` | `6.3.2` | `code-languages/swift` |
|
package/dist/api.cjs
CHANGED
|
@@ -967,7 +967,7 @@ var init_astro = __esm({
|
|
|
967
967
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
968
968
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
969
969
|
},
|
|
970
|
-
version: "7.0.
|
|
970
|
+
version: "7.0.2",
|
|
971
971
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
972
972
|
color: "#FF5D01",
|
|
973
973
|
i18n: {
|
|
@@ -3189,7 +3189,7 @@ var init_cython = __esm({
|
|
|
3189
3189
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
3190
3190
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
3191
3191
|
},
|
|
3192
|
-
version: "3.2.
|
|
3192
|
+
version: "3.2.6",
|
|
3193
3193
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
3194
3194
|
color: "#FED140",
|
|
3195
3195
|
i18n: {
|
|
@@ -3893,7 +3893,7 @@ var init_elixir = __esm({
|
|
|
3893
3893
|
packageManagers: ["Mix", "Hex"],
|
|
3894
3894
|
ecosystems: ["Web", "Distributed Systems", "Fault-tolerant Systems", "Data Processing"]
|
|
3895
3895
|
},
|
|
3896
|
-
version: "1.20.
|
|
3896
|
+
version: "1.20.2",
|
|
3897
3897
|
logo: "https://cdn.simpleicons.org/elixir/4B275F",
|
|
3898
3898
|
color: "#4B275F",
|
|
3899
3899
|
i18n: {
|
|
@@ -4305,7 +4305,7 @@ var init_fish = __esm({
|
|
|
4305
4305
|
packageManagers: ["Fisher", "Oh My Fish"],
|
|
4306
4306
|
ecosystems: ["Shell", "Unix", "macOS", "Linux"]
|
|
4307
4307
|
},
|
|
4308
|
-
version: "4.
|
|
4308
|
+
version: "4.8.0",
|
|
4309
4309
|
logo: "https://fishshell.com/assets/img/Terminal_Logo2_CRT_Flat.png",
|
|
4310
4310
|
color: "#4AAE21",
|
|
4311
4311
|
i18n: {
|
|
@@ -7756,7 +7756,7 @@ var init_liquid = __esm({
|
|
|
7756
7756
|
packageManagers: ["RubyGems", "npm"],
|
|
7757
7757
|
ecosystems: ["Shopify", "Jekyll", "Static Sites", "E-commerce"]
|
|
7758
7758
|
},
|
|
7759
|
-
version: "10.27.
|
|
7759
|
+
version: "10.27.1",
|
|
7760
7760
|
logo: "https://cdn.simpleicons.org/shopify/7AB55C",
|
|
7761
7761
|
color: "#7AB55C",
|
|
7762
7762
|
i18n: {
|
|
@@ -11268,7 +11268,7 @@ var init_r = __esm({
|
|
|
11268
11268
|
packageManagers: ["CRAN", "renv", "pak"],
|
|
11269
11269
|
ecosystems: ["Statistics", "Data Science", "Visualization", "Scientific Computing"]
|
|
11270
11270
|
},
|
|
11271
|
-
version: "4.6.
|
|
11271
|
+
version: "4.6.1",
|
|
11272
11272
|
logo: "https://www.r-project.org/logo/Rlogo.svg",
|
|
11273
11273
|
color: "#276DC3",
|
|
11274
11274
|
i18n: {
|
|
@@ -13137,7 +13137,7 @@ var init_svelte = __esm({
|
|
|
13137
13137
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
13138
13138
|
ecosystems: ["Web", "SvelteKit", "Vite"]
|
|
13139
13139
|
},
|
|
13140
|
-
version: "5.56.
|
|
13140
|
+
version: "5.56.4",
|
|
13141
13141
|
logo: "https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg",
|
|
13142
13142
|
color: "#FF3E00",
|
|
13143
13143
|
i18n: {
|
package/dist/api.js
CHANGED
|
@@ -965,7 +965,7 @@ var init_astro = __esm({
|
|
|
965
965
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
966
966
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
967
967
|
},
|
|
968
|
-
version: "7.0.
|
|
968
|
+
version: "7.0.2",
|
|
969
969
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
970
970
|
color: "#FF5D01",
|
|
971
971
|
i18n: {
|
|
@@ -3187,7 +3187,7 @@ var init_cython = __esm({
|
|
|
3187
3187
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
3188
3188
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
3189
3189
|
},
|
|
3190
|
-
version: "3.2.
|
|
3190
|
+
version: "3.2.6",
|
|
3191
3191
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
3192
3192
|
color: "#FED140",
|
|
3193
3193
|
i18n: {
|
|
@@ -3891,7 +3891,7 @@ var init_elixir = __esm({
|
|
|
3891
3891
|
packageManagers: ["Mix", "Hex"],
|
|
3892
3892
|
ecosystems: ["Web", "Distributed Systems", "Fault-tolerant Systems", "Data Processing"]
|
|
3893
3893
|
},
|
|
3894
|
-
version: "1.20.
|
|
3894
|
+
version: "1.20.2",
|
|
3895
3895
|
logo: "https://cdn.simpleicons.org/elixir/4B275F",
|
|
3896
3896
|
color: "#4B275F",
|
|
3897
3897
|
i18n: {
|
|
@@ -4303,7 +4303,7 @@ var init_fish = __esm({
|
|
|
4303
4303
|
packageManagers: ["Fisher", "Oh My Fish"],
|
|
4304
4304
|
ecosystems: ["Shell", "Unix", "macOS", "Linux"]
|
|
4305
4305
|
},
|
|
4306
|
-
version: "4.
|
|
4306
|
+
version: "4.8.0",
|
|
4307
4307
|
logo: "https://fishshell.com/assets/img/Terminal_Logo2_CRT_Flat.png",
|
|
4308
4308
|
color: "#4AAE21",
|
|
4309
4309
|
i18n: {
|
|
@@ -7754,7 +7754,7 @@ var init_liquid = __esm({
|
|
|
7754
7754
|
packageManagers: ["RubyGems", "npm"],
|
|
7755
7755
|
ecosystems: ["Shopify", "Jekyll", "Static Sites", "E-commerce"]
|
|
7756
7756
|
},
|
|
7757
|
-
version: "10.27.
|
|
7757
|
+
version: "10.27.1",
|
|
7758
7758
|
logo: "https://cdn.simpleicons.org/shopify/7AB55C",
|
|
7759
7759
|
color: "#7AB55C",
|
|
7760
7760
|
i18n: {
|
|
@@ -11266,7 +11266,7 @@ var init_r = __esm({
|
|
|
11266
11266
|
packageManagers: ["CRAN", "renv", "pak"],
|
|
11267
11267
|
ecosystems: ["Statistics", "Data Science", "Visualization", "Scientific Computing"]
|
|
11268
11268
|
},
|
|
11269
|
-
version: "4.6.
|
|
11269
|
+
version: "4.6.1",
|
|
11270
11270
|
logo: "https://www.r-project.org/logo/Rlogo.svg",
|
|
11271
11271
|
color: "#276DC3",
|
|
11272
11272
|
i18n: {
|
|
@@ -13135,7 +13135,7 @@ var init_svelte = __esm({
|
|
|
13135
13135
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
13136
13136
|
ecosystems: ["Web", "SvelteKit", "Vite"]
|
|
13137
13137
|
},
|
|
13138
|
-
version: "5.56.
|
|
13138
|
+
version: "5.56.4",
|
|
13139
13139
|
logo: "https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg",
|
|
13140
13140
|
color: "#FF3E00",
|
|
13141
13141
|
i18n: {
|
package/dist/detect.cjs
CHANGED
|
@@ -806,7 +806,7 @@ var astro = {
|
|
|
806
806
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
807
807
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
808
808
|
},
|
|
809
|
-
version: "7.0.
|
|
809
|
+
version: "7.0.2",
|
|
810
810
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
811
811
|
color: "#FF5D01",
|
|
812
812
|
i18n: {
|
|
@@ -2686,7 +2686,7 @@ var cython = {
|
|
|
2686
2686
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
2687
2687
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
2688
2688
|
},
|
|
2689
|
-
version: "3.2.
|
|
2689
|
+
version: "3.2.6",
|
|
2690
2690
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
2691
2691
|
color: "#FED140",
|
|
2692
2692
|
i18n: {
|
|
@@ -3282,7 +3282,7 @@ var elixir = {
|
|
|
3282
3282
|
packageManagers: ["Mix", "Hex"],
|
|
3283
3283
|
ecosystems: ["Web", "Distributed Systems", "Fault-tolerant Systems", "Data Processing"]
|
|
3284
3284
|
},
|
|
3285
|
-
version: "1.20.
|
|
3285
|
+
version: "1.20.2",
|
|
3286
3286
|
logo: "https://cdn.simpleicons.org/elixir/4B275F",
|
|
3287
3287
|
color: "#4B275F",
|
|
3288
3288
|
i18n: {
|
|
@@ -3631,7 +3631,7 @@ var fish = {
|
|
|
3631
3631
|
packageManagers: ["Fisher", "Oh My Fish"],
|
|
3632
3632
|
ecosystems: ["Shell", "Unix", "macOS", "Linux"]
|
|
3633
3633
|
},
|
|
3634
|
-
version: "4.
|
|
3634
|
+
version: "4.8.0",
|
|
3635
3635
|
logo: "https://fishshell.com/assets/img/Terminal_Logo2_CRT_Flat.png",
|
|
3636
3636
|
color: "#4AAE21",
|
|
3637
3637
|
i18n: {
|
|
@@ -6551,7 +6551,7 @@ var liquid = {
|
|
|
6551
6551
|
packageManagers: ["RubyGems", "npm"],
|
|
6552
6552
|
ecosystems: ["Shopify", "Jekyll", "Static Sites", "E-commerce"]
|
|
6553
6553
|
},
|
|
6554
|
-
version: "10.27.
|
|
6554
|
+
version: "10.27.1",
|
|
6555
6555
|
logo: "https://cdn.simpleicons.org/shopify/7AB55C",
|
|
6556
6556
|
color: "#7AB55C",
|
|
6557
6557
|
i18n: {
|
|
@@ -9523,7 +9523,7 @@ var r = {
|
|
|
9523
9523
|
packageManagers: ["CRAN", "renv", "pak"],
|
|
9524
9524
|
ecosystems: ["Statistics", "Data Science", "Visualization", "Scientific Computing"]
|
|
9525
9525
|
},
|
|
9526
|
-
version: "4.6.
|
|
9526
|
+
version: "4.6.1",
|
|
9527
9527
|
logo: "https://www.r-project.org/logo/Rlogo.svg",
|
|
9528
9528
|
color: "#276DC3",
|
|
9529
9529
|
i18n: {
|
|
@@ -11104,7 +11104,7 @@ var svelte = {
|
|
|
11104
11104
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
11105
11105
|
ecosystems: ["Web", "SvelteKit", "Vite"]
|
|
11106
11106
|
},
|
|
11107
|
-
version: "5.56.
|
|
11107
|
+
version: "5.56.4",
|
|
11108
11108
|
logo: "https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg",
|
|
11109
11109
|
color: "#FF3E00",
|
|
11110
11110
|
i18n: {
|
package/dist/detect.js
CHANGED
|
@@ -804,7 +804,7 @@ var astro = {
|
|
|
804
804
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
805
805
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
806
806
|
},
|
|
807
|
-
version: "7.0.
|
|
807
|
+
version: "7.0.2",
|
|
808
808
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
809
809
|
color: "#FF5D01",
|
|
810
810
|
i18n: {
|
|
@@ -2684,7 +2684,7 @@ var cython = {
|
|
|
2684
2684
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
2685
2685
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
2686
2686
|
},
|
|
2687
|
-
version: "3.2.
|
|
2687
|
+
version: "3.2.6",
|
|
2688
2688
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
2689
2689
|
color: "#FED140",
|
|
2690
2690
|
i18n: {
|
|
@@ -3280,7 +3280,7 @@ var elixir = {
|
|
|
3280
3280
|
packageManagers: ["Mix", "Hex"],
|
|
3281
3281
|
ecosystems: ["Web", "Distributed Systems", "Fault-tolerant Systems", "Data Processing"]
|
|
3282
3282
|
},
|
|
3283
|
-
version: "1.20.
|
|
3283
|
+
version: "1.20.2",
|
|
3284
3284
|
logo: "https://cdn.simpleicons.org/elixir/4B275F",
|
|
3285
3285
|
color: "#4B275F",
|
|
3286
3286
|
i18n: {
|
|
@@ -3629,7 +3629,7 @@ var fish = {
|
|
|
3629
3629
|
packageManagers: ["Fisher", "Oh My Fish"],
|
|
3630
3630
|
ecosystems: ["Shell", "Unix", "macOS", "Linux"]
|
|
3631
3631
|
},
|
|
3632
|
-
version: "4.
|
|
3632
|
+
version: "4.8.0",
|
|
3633
3633
|
logo: "https://fishshell.com/assets/img/Terminal_Logo2_CRT_Flat.png",
|
|
3634
3634
|
color: "#4AAE21",
|
|
3635
3635
|
i18n: {
|
|
@@ -6549,7 +6549,7 @@ var liquid = {
|
|
|
6549
6549
|
packageManagers: ["RubyGems", "npm"],
|
|
6550
6550
|
ecosystems: ["Shopify", "Jekyll", "Static Sites", "E-commerce"]
|
|
6551
6551
|
},
|
|
6552
|
-
version: "10.27.
|
|
6552
|
+
version: "10.27.1",
|
|
6553
6553
|
logo: "https://cdn.simpleicons.org/shopify/7AB55C",
|
|
6554
6554
|
color: "#7AB55C",
|
|
6555
6555
|
i18n: {
|
|
@@ -9521,7 +9521,7 @@ var r = {
|
|
|
9521
9521
|
packageManagers: ["CRAN", "renv", "pak"],
|
|
9522
9522
|
ecosystems: ["Statistics", "Data Science", "Visualization", "Scientific Computing"]
|
|
9523
9523
|
},
|
|
9524
|
-
version: "4.6.
|
|
9524
|
+
version: "4.6.1",
|
|
9525
9525
|
logo: "https://www.r-project.org/logo/Rlogo.svg",
|
|
9526
9526
|
color: "#276DC3",
|
|
9527
9527
|
i18n: {
|
|
@@ -11102,7 +11102,7 @@ var svelte = {
|
|
|
11102
11102
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
11103
11103
|
ecosystems: ["Web", "SvelteKit", "Vite"]
|
|
11104
11104
|
},
|
|
11105
|
-
version: "5.56.
|
|
11105
|
+
version: "5.56.4",
|
|
11106
11106
|
logo: "https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg",
|
|
11107
11107
|
color: "#FF3E00",
|
|
11108
11108
|
i18n: {
|
package/dist/index.cjs
CHANGED
|
@@ -967,7 +967,7 @@ var init_astro = __esm({
|
|
|
967
967
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
968
968
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
969
969
|
},
|
|
970
|
-
version: "7.0.
|
|
970
|
+
version: "7.0.2",
|
|
971
971
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
972
972
|
color: "#FF5D01",
|
|
973
973
|
i18n: {
|
|
@@ -3189,7 +3189,7 @@ var init_cython = __esm({
|
|
|
3189
3189
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
3190
3190
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
3191
3191
|
},
|
|
3192
|
-
version: "3.2.
|
|
3192
|
+
version: "3.2.6",
|
|
3193
3193
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
3194
3194
|
color: "#FED140",
|
|
3195
3195
|
i18n: {
|
|
@@ -3893,7 +3893,7 @@ var init_elixir = __esm({
|
|
|
3893
3893
|
packageManagers: ["Mix", "Hex"],
|
|
3894
3894
|
ecosystems: ["Web", "Distributed Systems", "Fault-tolerant Systems", "Data Processing"]
|
|
3895
3895
|
},
|
|
3896
|
-
version: "1.20.
|
|
3896
|
+
version: "1.20.2",
|
|
3897
3897
|
logo: "https://cdn.simpleicons.org/elixir/4B275F",
|
|
3898
3898
|
color: "#4B275F",
|
|
3899
3899
|
i18n: {
|
|
@@ -4305,7 +4305,7 @@ var init_fish = __esm({
|
|
|
4305
4305
|
packageManagers: ["Fisher", "Oh My Fish"],
|
|
4306
4306
|
ecosystems: ["Shell", "Unix", "macOS", "Linux"]
|
|
4307
4307
|
},
|
|
4308
|
-
version: "4.
|
|
4308
|
+
version: "4.8.0",
|
|
4309
4309
|
logo: "https://fishshell.com/assets/img/Terminal_Logo2_CRT_Flat.png",
|
|
4310
4310
|
color: "#4AAE21",
|
|
4311
4311
|
i18n: {
|
|
@@ -7756,7 +7756,7 @@ var init_liquid = __esm({
|
|
|
7756
7756
|
packageManagers: ["RubyGems", "npm"],
|
|
7757
7757
|
ecosystems: ["Shopify", "Jekyll", "Static Sites", "E-commerce"]
|
|
7758
7758
|
},
|
|
7759
|
-
version: "10.27.
|
|
7759
|
+
version: "10.27.1",
|
|
7760
7760
|
logo: "https://cdn.simpleicons.org/shopify/7AB55C",
|
|
7761
7761
|
color: "#7AB55C",
|
|
7762
7762
|
i18n: {
|
|
@@ -11268,7 +11268,7 @@ var init_r = __esm({
|
|
|
11268
11268
|
packageManagers: ["CRAN", "renv", "pak"],
|
|
11269
11269
|
ecosystems: ["Statistics", "Data Science", "Visualization", "Scientific Computing"]
|
|
11270
11270
|
},
|
|
11271
|
-
version: "4.6.
|
|
11271
|
+
version: "4.6.1",
|
|
11272
11272
|
logo: "https://www.r-project.org/logo/Rlogo.svg",
|
|
11273
11273
|
color: "#276DC3",
|
|
11274
11274
|
i18n: {
|
|
@@ -13137,7 +13137,7 @@ var init_svelte = __esm({
|
|
|
13137
13137
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
13138
13138
|
ecosystems: ["Web", "SvelteKit", "Vite"]
|
|
13139
13139
|
},
|
|
13140
|
-
version: "5.56.
|
|
13140
|
+
version: "5.56.4",
|
|
13141
13141
|
logo: "https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg",
|
|
13142
13142
|
color: "#FF3E00",
|
|
13143
13143
|
i18n: {
|
package/dist/index.js
CHANGED
|
@@ -965,7 +965,7 @@ var init_astro = __esm({
|
|
|
965
965
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
966
966
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
967
967
|
},
|
|
968
|
-
version: "7.0.
|
|
968
|
+
version: "7.0.2",
|
|
969
969
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
970
970
|
color: "#FF5D01",
|
|
971
971
|
i18n: {
|
|
@@ -3187,7 +3187,7 @@ var init_cython = __esm({
|
|
|
3187
3187
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
3188
3188
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
3189
3189
|
},
|
|
3190
|
-
version: "3.2.
|
|
3190
|
+
version: "3.2.6",
|
|
3191
3191
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
3192
3192
|
color: "#FED140",
|
|
3193
3193
|
i18n: {
|
|
@@ -3891,7 +3891,7 @@ var init_elixir = __esm({
|
|
|
3891
3891
|
packageManagers: ["Mix", "Hex"],
|
|
3892
3892
|
ecosystems: ["Web", "Distributed Systems", "Fault-tolerant Systems", "Data Processing"]
|
|
3893
3893
|
},
|
|
3894
|
-
version: "1.20.
|
|
3894
|
+
version: "1.20.2",
|
|
3895
3895
|
logo: "https://cdn.simpleicons.org/elixir/4B275F",
|
|
3896
3896
|
color: "#4B275F",
|
|
3897
3897
|
i18n: {
|
|
@@ -4303,7 +4303,7 @@ var init_fish = __esm({
|
|
|
4303
4303
|
packageManagers: ["Fisher", "Oh My Fish"],
|
|
4304
4304
|
ecosystems: ["Shell", "Unix", "macOS", "Linux"]
|
|
4305
4305
|
},
|
|
4306
|
-
version: "4.
|
|
4306
|
+
version: "4.8.0",
|
|
4307
4307
|
logo: "https://fishshell.com/assets/img/Terminal_Logo2_CRT_Flat.png",
|
|
4308
4308
|
color: "#4AAE21",
|
|
4309
4309
|
i18n: {
|
|
@@ -7754,7 +7754,7 @@ var init_liquid = __esm({
|
|
|
7754
7754
|
packageManagers: ["RubyGems", "npm"],
|
|
7755
7755
|
ecosystems: ["Shopify", "Jekyll", "Static Sites", "E-commerce"]
|
|
7756
7756
|
},
|
|
7757
|
-
version: "10.27.
|
|
7757
|
+
version: "10.27.1",
|
|
7758
7758
|
logo: "https://cdn.simpleicons.org/shopify/7AB55C",
|
|
7759
7759
|
color: "#7AB55C",
|
|
7760
7760
|
i18n: {
|
|
@@ -11266,7 +11266,7 @@ var init_r = __esm({
|
|
|
11266
11266
|
packageManagers: ["CRAN", "renv", "pak"],
|
|
11267
11267
|
ecosystems: ["Statistics", "Data Science", "Visualization", "Scientific Computing"]
|
|
11268
11268
|
},
|
|
11269
|
-
version: "4.6.
|
|
11269
|
+
version: "4.6.1",
|
|
11270
11270
|
logo: "https://www.r-project.org/logo/Rlogo.svg",
|
|
11271
11271
|
color: "#276DC3",
|
|
11272
11272
|
i18n: {
|
|
@@ -13135,7 +13135,7 @@ var init_svelte = __esm({
|
|
|
13135
13135
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
13136
13136
|
ecosystems: ["Web", "SvelteKit", "Vite"]
|
|
13137
13137
|
},
|
|
13138
|
-
version: "5.56.
|
|
13138
|
+
version: "5.56.4",
|
|
13139
13139
|
logo: "https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg",
|
|
13140
13140
|
color: "#FF3E00",
|
|
13141
13141
|
i18n: {
|
package/dist/languages/astro.cjs
CHANGED
|
@@ -13,7 +13,7 @@ var astro = {
|
|
|
13
13
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
14
14
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
15
15
|
},
|
|
16
|
-
version: "7.0.
|
|
16
|
+
version: "7.0.2",
|
|
17
17
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
18
18
|
color: "#FF5D01",
|
|
19
19
|
i18n: {
|
package/dist/languages/astro.js
CHANGED
|
@@ -11,7 +11,7 @@ var astro = {
|
|
|
11
11
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
12
12
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
13
13
|
},
|
|
14
|
-
version: "7.0.
|
|
14
|
+
version: "7.0.2",
|
|
15
15
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
16
16
|
color: "#FF5D01",
|
|
17
17
|
i18n: {
|
|
@@ -13,7 +13,7 @@ var cython = {
|
|
|
13
13
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
14
14
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
15
15
|
},
|
|
16
|
-
version: "3.2.
|
|
16
|
+
version: "3.2.6",
|
|
17
17
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
18
18
|
color: "#FED140",
|
|
19
19
|
i18n: {
|
package/dist/languages/cython.js
CHANGED
|
@@ -11,7 +11,7 @@ var cython = {
|
|
|
11
11
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
12
12
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
13
13
|
},
|
|
14
|
-
version: "3.2.
|
|
14
|
+
version: "3.2.6",
|
|
15
15
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
16
16
|
color: "#FED140",
|
|
17
17
|
i18n: {
|
|
@@ -13,7 +13,7 @@ var elixir = {
|
|
|
13
13
|
packageManagers: ["Mix", "Hex"],
|
|
14
14
|
ecosystems: ["Web", "Distributed Systems", "Fault-tolerant Systems", "Data Processing"]
|
|
15
15
|
},
|
|
16
|
-
version: "1.20.
|
|
16
|
+
version: "1.20.2",
|
|
17
17
|
logo: "https://cdn.simpleicons.org/elixir/4B275F",
|
|
18
18
|
color: "#4B275F",
|
|
19
19
|
i18n: {
|
package/dist/languages/elixir.js
CHANGED
|
@@ -11,7 +11,7 @@ var elixir = {
|
|
|
11
11
|
packageManagers: ["Mix", "Hex"],
|
|
12
12
|
ecosystems: ["Web", "Distributed Systems", "Fault-tolerant Systems", "Data Processing"]
|
|
13
13
|
},
|
|
14
|
-
version: "1.20.
|
|
14
|
+
version: "1.20.2",
|
|
15
15
|
logo: "https://cdn.simpleicons.org/elixir/4B275F",
|
|
16
16
|
color: "#4B275F",
|
|
17
17
|
i18n: {
|
package/dist/languages/fish.cjs
CHANGED
|
@@ -13,7 +13,7 @@ var fish = {
|
|
|
13
13
|
packageManagers: ["Fisher", "Oh My Fish"],
|
|
14
14
|
ecosystems: ["Shell", "Unix", "macOS", "Linux"]
|
|
15
15
|
},
|
|
16
|
-
version: "4.
|
|
16
|
+
version: "4.8.0",
|
|
17
17
|
logo: "https://fishshell.com/assets/img/Terminal_Logo2_CRT_Flat.png",
|
|
18
18
|
color: "#4AAE21",
|
|
19
19
|
i18n: {
|
package/dist/languages/fish.js
CHANGED
|
@@ -11,7 +11,7 @@ var fish = {
|
|
|
11
11
|
packageManagers: ["Fisher", "Oh My Fish"],
|
|
12
12
|
ecosystems: ["Shell", "Unix", "macOS", "Linux"]
|
|
13
13
|
},
|
|
14
|
-
version: "4.
|
|
14
|
+
version: "4.8.0",
|
|
15
15
|
logo: "https://fishshell.com/assets/img/Terminal_Logo2_CRT_Flat.png",
|
|
16
16
|
color: "#4AAE21",
|
|
17
17
|
i18n: {
|
|
@@ -13,7 +13,7 @@ var liquid = {
|
|
|
13
13
|
packageManagers: ["RubyGems", "npm"],
|
|
14
14
|
ecosystems: ["Shopify", "Jekyll", "Static Sites", "E-commerce"]
|
|
15
15
|
},
|
|
16
|
-
version: "10.27.
|
|
16
|
+
version: "10.27.1",
|
|
17
17
|
logo: "https://cdn.simpleicons.org/shopify/7AB55C",
|
|
18
18
|
color: "#7AB55C",
|
|
19
19
|
i18n: {
|
package/dist/languages/liquid.js
CHANGED
|
@@ -11,7 +11,7 @@ var liquid = {
|
|
|
11
11
|
packageManagers: ["RubyGems", "npm"],
|
|
12
12
|
ecosystems: ["Shopify", "Jekyll", "Static Sites", "E-commerce"]
|
|
13
13
|
},
|
|
14
|
-
version: "10.27.
|
|
14
|
+
version: "10.27.1",
|
|
15
15
|
logo: "https://cdn.simpleicons.org/shopify/7AB55C",
|
|
16
16
|
color: "#7AB55C",
|
|
17
17
|
i18n: {
|
package/dist/languages/r.cjs
CHANGED
|
@@ -13,7 +13,7 @@ var r = {
|
|
|
13
13
|
packageManagers: ["CRAN", "renv", "pak"],
|
|
14
14
|
ecosystems: ["Statistics", "Data Science", "Visualization", "Scientific Computing"]
|
|
15
15
|
},
|
|
16
|
-
version: "4.6.
|
|
16
|
+
version: "4.6.1",
|
|
17
17
|
logo: "https://www.r-project.org/logo/Rlogo.svg",
|
|
18
18
|
color: "#276DC3",
|
|
19
19
|
i18n: {
|
package/dist/languages/r.js
CHANGED
|
@@ -11,7 +11,7 @@ var r = {
|
|
|
11
11
|
packageManagers: ["CRAN", "renv", "pak"],
|
|
12
12
|
ecosystems: ["Statistics", "Data Science", "Visualization", "Scientific Computing"]
|
|
13
13
|
},
|
|
14
|
-
version: "4.6.
|
|
14
|
+
version: "4.6.1",
|
|
15
15
|
logo: "https://www.r-project.org/logo/Rlogo.svg",
|
|
16
16
|
color: "#276DC3",
|
|
17
17
|
i18n: {
|
|
@@ -13,7 +13,7 @@ var svelte = {
|
|
|
13
13
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
14
14
|
ecosystems: ["Web", "SvelteKit", "Vite"]
|
|
15
15
|
},
|
|
16
|
-
version: "5.56.
|
|
16
|
+
version: "5.56.4",
|
|
17
17
|
logo: "https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg",
|
|
18
18
|
color: "#FF3E00",
|
|
19
19
|
i18n: {
|
package/dist/languages/svelte.js
CHANGED
|
@@ -11,7 +11,7 @@ var svelte = {
|
|
|
11
11
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
12
12
|
ecosystems: ["Web", "SvelteKit", "Vite"]
|
|
13
13
|
},
|
|
14
|
-
version: "5.56.
|
|
14
|
+
version: "5.56.4",
|
|
15
15
|
logo: "https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg",
|
|
16
16
|
color: "#FF3E00",
|
|
17
17
|
i18n: {
|