code-languages 1.39.0 → 1.40.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.
- package/README.md +69 -5
- package/dist/{api-EZK9DmOV.d.ts → api-BlQoDQtF.d.ts} +51 -1
- package/dist/{api-C-SCQpIV.d.cts → api-Cvg4BdaR.d.cts} +51 -1
- package/dist/api.cjs +483 -32
- package/dist/api.d.cts +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/api.js +483 -32
- package/dist/detect.cjs +5 -5
- package/dist/detect.js +5 -5
- package/dist/index.cjs +491 -32
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +490 -33
- package/dist/languages/cuda.cjs +1 -1
- package/dist/languages/cuda.js +1 -1
- package/dist/languages/cue.cjs +1 -1
- package/dist/languages/cue.js +1 -1
- package/dist/languages/cython.cjs +1 -1
- package/dist/languages/cython.js +1 -1
- package/dist/languages/git.cjs +1 -1
- package/dist/languages/git.js +1 -1
- package/dist/languages/rego.cjs +1 -1
- package/dist/languages/rego.js +1 -1
- package/package.json +1 -1
package/dist/detect.cjs
CHANGED
|
@@ -2630,7 +2630,7 @@ var cuda = {
|
|
|
2630
2630
|
packageManagers: ["CUDA Toolkit", "conda"],
|
|
2631
2631
|
ecosystems: ["GPU Computing", "HPC", "Machine Learning", "Scientific Computing"]
|
|
2632
2632
|
},
|
|
2633
|
-
version: "13.3.
|
|
2633
|
+
version: "13.3.1",
|
|
2634
2634
|
logo: "https://cdn.simpleicons.org/nvidia/76B900",
|
|
2635
2635
|
color: "#76B900",
|
|
2636
2636
|
i18n: {
|
|
@@ -2680,7 +2680,7 @@ var cue = {
|
|
|
2680
2680
|
packageManagers: ["Go modules"],
|
|
2681
2681
|
ecosystems: ["Configuration", "Validation", "Kubernetes", "DevOps"]
|
|
2682
2682
|
},
|
|
2683
|
-
version: "0.
|
|
2683
|
+
version: "0.17.0",
|
|
2684
2684
|
logo: "https://avatars.githubusercontent.com/u/43867057?s=200&v=4",
|
|
2685
2685
|
color: "#1F6BFF",
|
|
2686
2686
|
i18n: {
|
|
@@ -2829,7 +2829,7 @@ var cython = {
|
|
|
2829
2829
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
2830
2830
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
2831
2831
|
},
|
|
2832
|
-
version: "3.2.
|
|
2832
|
+
version: "3.2.8",
|
|
2833
2833
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
2834
2834
|
color: "#FED140",
|
|
2835
2835
|
i18n: {
|
|
@@ -4420,7 +4420,7 @@ var git = {
|
|
|
4420
4420
|
runtimes: ["Git"],
|
|
4421
4421
|
ecosystems: ["Version Control", "DevOps", "Source Control"]
|
|
4422
4422
|
},
|
|
4423
|
-
version: "2.
|
|
4423
|
+
version: "2.55.0",
|
|
4424
4424
|
logo: "https://cdn.simpleicons.org/git/F05032",
|
|
4425
4425
|
color: "#F05032",
|
|
4426
4426
|
i18n: {
|
|
@@ -10553,7 +10553,7 @@ var rego = {
|
|
|
10553
10553
|
packageManagers: ["OPA bundles"],
|
|
10554
10554
|
ecosystems: ["Policy as Code", "Kubernetes", "Cloud Native", "Authorization"]
|
|
10555
10555
|
},
|
|
10556
|
-
version: "OPA 1.18.
|
|
10556
|
+
version: "OPA 1.18.1",
|
|
10557
10557
|
logo: "https://raw.githubusercontent.com/open-policy-agent/opa/main/logo/logo.svg",
|
|
10558
10558
|
color: "#5C4EE5",
|
|
10559
10559
|
i18n: {
|
package/dist/detect.js
CHANGED
|
@@ -2628,7 +2628,7 @@ var cuda = {
|
|
|
2628
2628
|
packageManagers: ["CUDA Toolkit", "conda"],
|
|
2629
2629
|
ecosystems: ["GPU Computing", "HPC", "Machine Learning", "Scientific Computing"]
|
|
2630
2630
|
},
|
|
2631
|
-
version: "13.3.
|
|
2631
|
+
version: "13.3.1",
|
|
2632
2632
|
logo: "https://cdn.simpleicons.org/nvidia/76B900",
|
|
2633
2633
|
color: "#76B900",
|
|
2634
2634
|
i18n: {
|
|
@@ -2678,7 +2678,7 @@ var cue = {
|
|
|
2678
2678
|
packageManagers: ["Go modules"],
|
|
2679
2679
|
ecosystems: ["Configuration", "Validation", "Kubernetes", "DevOps"]
|
|
2680
2680
|
},
|
|
2681
|
-
version: "0.
|
|
2681
|
+
version: "0.17.0",
|
|
2682
2682
|
logo: "https://avatars.githubusercontent.com/u/43867057?s=200&v=4",
|
|
2683
2683
|
color: "#1F6BFF",
|
|
2684
2684
|
i18n: {
|
|
@@ -2827,7 +2827,7 @@ var cython = {
|
|
|
2827
2827
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
2828
2828
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
2829
2829
|
},
|
|
2830
|
-
version: "3.2.
|
|
2830
|
+
version: "3.2.8",
|
|
2831
2831
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
2832
2832
|
color: "#FED140",
|
|
2833
2833
|
i18n: {
|
|
@@ -4418,7 +4418,7 @@ var git = {
|
|
|
4418
4418
|
runtimes: ["Git"],
|
|
4419
4419
|
ecosystems: ["Version Control", "DevOps", "Source Control"]
|
|
4420
4420
|
},
|
|
4421
|
-
version: "2.
|
|
4421
|
+
version: "2.55.0",
|
|
4422
4422
|
logo: "https://cdn.simpleicons.org/git/F05032",
|
|
4423
4423
|
color: "#F05032",
|
|
4424
4424
|
i18n: {
|
|
@@ -10551,7 +10551,7 @@ var rego = {
|
|
|
10551
10551
|
packageManagers: ["OPA bundles"],
|
|
10552
10552
|
ecosystems: ["Policy as Code", "Kubernetes", "Cloud Native", "Authorization"]
|
|
10553
10553
|
},
|
|
10554
|
-
version: "OPA 1.18.
|
|
10554
|
+
version: "OPA 1.18.1",
|
|
10555
10555
|
logo: "https://raw.githubusercontent.com/open-policy-agent/opa/main/logo/logo.svg",
|
|
10556
10556
|
color: "#5C4EE5",
|
|
10557
10557
|
i18n: {
|