code-languages 1.43.22 → 1.43.23
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 +2 -2
- package/dist/api.cjs +2 -2
- package/dist/api.js +2 -2
- package/dist/detect.cjs +2 -2
- package/dist/detect.js +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/dist/languages/maxima.cjs +1 -1
- package/dist/languages/maxima.js +1 -1
- package/dist/languages/nushell.cjs +1 -1
- package/dist/languages/nushell.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -632,7 +632,7 @@ from its package subpath.
|
|
|
632
632
|
| <img src="https://marlowe.iohk.io/marlowe-footer-logo-large-dark-mode.svg" alt="Marlowe logo" width="24" height="24"> | Marlowe | `marlowe` | `.marlowe` | `Marlowe Runtime` | `code-languages/marlowe` |
|
|
633
633
|
| <img src="https://cdn.simpleicons.org/wolfram/DD1100" alt="Wolfram Language logo" width="24" height="24"> | Wolfram Language | `mathematica` | `.wl`, `.wls`, `.nb` | `14.3` | `code-languages/mathematica` |
|
|
634
634
|
| <img src="https://commons.wikimedia.org/wiki/Special:FilePath/Matlab_Logo.png" alt="MATLAB logo" width="24" height="24"> | MATLAB | `matlab` | `.m`, `.mlx` | `R2026a` | `code-languages/matlab` |
|
|
635
|
-
| <img src="https://maxima.sourceforge.io/img/maxima.svg" alt="Maxima logo" width="24" height="24"> | Maxima | `maxima` | `.mac`, `.wxm` | `5.
|
|
635
|
+
| <img src="https://maxima.sourceforge.io/img/maxima.svg" alt="Maxima logo" width="24" height="24"> | Maxima | `maxima` | `.mac`, `.wxm` | `5.50.0` | `code-languages/maxima` |
|
|
636
636
|
| <img src="https://cdn.simpleicons.org/mdx/1B1F24" alt="MDX logo" width="24" height="24"> | MDX | `mdx` | `.mdx` | `3.1.1` | `code-languages/mdx` |
|
|
637
637
|
| <img src="https://www.mercurylang.org/favicon.ico" alt="Mercury logo" width="24" height="24"> | Mercury | `mercury` | `.m` | `22.01.8` | `code-languages/mercury` |
|
|
638
638
|
| <img src="https://cdn.simpleicons.org/mermaid/FF3670" alt="Mermaid logo" width="24" height="24"> | Mermaid | `mermaid` | `.mmd`, `.mermaid` | `11.16.1` | `code-languages/mermaid` |
|
|
@@ -653,7 +653,7 @@ from its package subpath.
|
|
|
653
653
|
| <img src="https://cdn.simpleicons.org/nixos/5277C3" alt="Nix logo" width="24" height="24"> | Nix | `nix` | `.nix` | `2.35.2` | `code-languages/nix` |
|
|
654
654
|
| <img src="https://avatars.githubusercontent.com/u/72610319?v=4" alt="Noir logo" width="24" height="24"> | Noir | `noir` | `.nr` | `1.0.0-beta` | `code-languages/noir` |
|
|
655
655
|
| <img src="https://cdn.simpleicons.org/nunjucks/1C4A1C" alt="Nunjucks logo" width="24" height="24"> | Nunjucks | `nunjucks` | `.njk`, `.nunjucks` | `3.2.4` | `code-languages/nunjucks` |
|
|
656
|
-
| <img src="https://cdn.simpleicons.org/nushell/3AA675" alt="Nushell logo" width="24" height="24"> | Nushell | `nushell` | `.nu` | `0.
|
|
656
|
+
| <img src="https://cdn.simpleicons.org/nushell/3AA675" alt="Nushell logo" width="24" height="24"> | Nushell | `nushell` | `.nu` | `0.115.0` | `code-languages/nushell` |
|
|
657
657
|
| <img src="https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/oberon.svg" alt="Oberon logo" width="24" height="24"> | Oberon | `oberon` | `.ob`, `.mod` | `Oberon-2` | `code-languages/oberon` |
|
|
658
658
|
| <img src="https://upload.wikimedia.org/wikipedia/commons/1/1b/Apple_logo_grey.svg" alt="Objective-C logo" width="24" height="24"> | Objective-C | `objective-c` | `.m`, `.mm` | `2.0` | `code-languages/objective-c` |
|
|
659
659
|
| <img src="https://cdn.simpleicons.org/ocaml/EC6813" alt="OCaml logo" width="24" height="24"> | OCaml | `ocaml` | `.ml`, `.mli`, `.mll`, `.mly`, `.mlt`, `.eliom`, `.eliomi` | `5.6.0` | `code-languages/ocaml` |
|
package/dist/api.cjs
CHANGED
|
@@ -9699,7 +9699,7 @@ var init_maxima = __esm({
|
|
|
9699
9699
|
runtimes: ["Maxima"],
|
|
9700
9700
|
ecosystems: ["Computer Algebra", "Mathematics", "Scientific Computing"]
|
|
9701
9701
|
},
|
|
9702
|
-
version: "5.
|
|
9702
|
+
version: "5.50.0",
|
|
9703
9703
|
logo: "https://maxima.sourceforge.io/img/maxima.svg",
|
|
9704
9704
|
color: "#92278F",
|
|
9705
9705
|
i18n: {
|
|
@@ -10934,7 +10934,7 @@ var init_nushell = __esm({
|
|
|
10934
10934
|
packageManagers: ["nupm"],
|
|
10935
10935
|
ecosystems: ["Shell", "Unix", "Windows", "macOS"]
|
|
10936
10936
|
},
|
|
10937
|
-
version: "0.
|
|
10937
|
+
version: "0.115.0",
|
|
10938
10938
|
logo: "https://cdn.simpleicons.org/nushell/3AA675",
|
|
10939
10939
|
color: "#3AA675",
|
|
10940
10940
|
i18n: {
|
package/dist/api.js
CHANGED
|
@@ -9697,7 +9697,7 @@ var init_maxima = __esm({
|
|
|
9697
9697
|
runtimes: ["Maxima"],
|
|
9698
9698
|
ecosystems: ["Computer Algebra", "Mathematics", "Scientific Computing"]
|
|
9699
9699
|
},
|
|
9700
|
-
version: "5.
|
|
9700
|
+
version: "5.50.0",
|
|
9701
9701
|
logo: "https://maxima.sourceforge.io/img/maxima.svg",
|
|
9702
9702
|
color: "#92278F",
|
|
9703
9703
|
i18n: {
|
|
@@ -10932,7 +10932,7 @@ var init_nushell = __esm({
|
|
|
10932
10932
|
packageManagers: ["nupm"],
|
|
10933
10933
|
ecosystems: ["Shell", "Unix", "Windows", "macOS"]
|
|
10934
10934
|
},
|
|
10935
|
-
version: "0.
|
|
10935
|
+
version: "0.115.0",
|
|
10936
10936
|
logo: "https://cdn.simpleicons.org/nushell/3AA675",
|
|
10937
10937
|
color: "#3AA675",
|
|
10938
10938
|
i18n: {
|
package/dist/detect.cjs
CHANGED
|
@@ -8330,7 +8330,7 @@ var maxima = {
|
|
|
8330
8330
|
runtimes: ["Maxima"],
|
|
8331
8331
|
ecosystems: ["Computer Algebra", "Mathematics", "Scientific Computing"]
|
|
8332
8332
|
},
|
|
8333
|
-
version: "5.
|
|
8333
|
+
version: "5.50.0",
|
|
8334
8334
|
logo: "https://maxima.sourceforge.io/img/maxima.svg",
|
|
8335
8335
|
color: "#92278F",
|
|
8336
8336
|
i18n: {
|
|
@@ -9376,7 +9376,7 @@ var nushell = {
|
|
|
9376
9376
|
packageManagers: ["nupm"],
|
|
9377
9377
|
ecosystems: ["Shell", "Unix", "Windows", "macOS"]
|
|
9378
9378
|
},
|
|
9379
|
-
version: "0.
|
|
9379
|
+
version: "0.115.0",
|
|
9380
9380
|
logo: "https://cdn.simpleicons.org/nushell/3AA675",
|
|
9381
9381
|
color: "#3AA675",
|
|
9382
9382
|
i18n: {
|
package/dist/detect.js
CHANGED
|
@@ -8328,7 +8328,7 @@ var maxima = {
|
|
|
8328
8328
|
runtimes: ["Maxima"],
|
|
8329
8329
|
ecosystems: ["Computer Algebra", "Mathematics", "Scientific Computing"]
|
|
8330
8330
|
},
|
|
8331
|
-
version: "5.
|
|
8331
|
+
version: "5.50.0",
|
|
8332
8332
|
logo: "https://maxima.sourceforge.io/img/maxima.svg",
|
|
8333
8333
|
color: "#92278F",
|
|
8334
8334
|
i18n: {
|
|
@@ -9374,7 +9374,7 @@ var nushell = {
|
|
|
9374
9374
|
packageManagers: ["nupm"],
|
|
9375
9375
|
ecosystems: ["Shell", "Unix", "Windows", "macOS"]
|
|
9376
9376
|
},
|
|
9377
|
-
version: "0.
|
|
9377
|
+
version: "0.115.0",
|
|
9378
9378
|
logo: "https://cdn.simpleicons.org/nushell/3AA675",
|
|
9379
9379
|
color: "#3AA675",
|
|
9380
9380
|
i18n: {
|
package/dist/index.cjs
CHANGED
|
@@ -9699,7 +9699,7 @@ var init_maxima = __esm({
|
|
|
9699
9699
|
runtimes: ["Maxima"],
|
|
9700
9700
|
ecosystems: ["Computer Algebra", "Mathematics", "Scientific Computing"]
|
|
9701
9701
|
},
|
|
9702
|
-
version: "5.
|
|
9702
|
+
version: "5.50.0",
|
|
9703
9703
|
logo: "https://maxima.sourceforge.io/img/maxima.svg",
|
|
9704
9704
|
color: "#92278F",
|
|
9705
9705
|
i18n: {
|
|
@@ -10934,7 +10934,7 @@ var init_nushell = __esm({
|
|
|
10934
10934
|
packageManagers: ["nupm"],
|
|
10935
10935
|
ecosystems: ["Shell", "Unix", "Windows", "macOS"]
|
|
10936
10936
|
},
|
|
10937
|
-
version: "0.
|
|
10937
|
+
version: "0.115.0",
|
|
10938
10938
|
logo: "https://cdn.simpleicons.org/nushell/3AA675",
|
|
10939
10939
|
color: "#3AA675",
|
|
10940
10940
|
i18n: {
|
package/dist/index.js
CHANGED
|
@@ -9697,7 +9697,7 @@ var init_maxima = __esm({
|
|
|
9697
9697
|
runtimes: ["Maxima"],
|
|
9698
9698
|
ecosystems: ["Computer Algebra", "Mathematics", "Scientific Computing"]
|
|
9699
9699
|
},
|
|
9700
|
-
version: "5.
|
|
9700
|
+
version: "5.50.0",
|
|
9701
9701
|
logo: "https://maxima.sourceforge.io/img/maxima.svg",
|
|
9702
9702
|
color: "#92278F",
|
|
9703
9703
|
i18n: {
|
|
@@ -10932,7 +10932,7 @@ var init_nushell = __esm({
|
|
|
10932
10932
|
packageManagers: ["nupm"],
|
|
10933
10933
|
ecosystems: ["Shell", "Unix", "Windows", "macOS"]
|
|
10934
10934
|
},
|
|
10935
|
-
version: "0.
|
|
10935
|
+
version: "0.115.0",
|
|
10936
10936
|
logo: "https://cdn.simpleicons.org/nushell/3AA675",
|
|
10937
10937
|
color: "#3AA675",
|
|
10938
10938
|
i18n: {
|
package/dist/languages/maxima.js
CHANGED