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.
@@ -13,7 +13,7 @@ var cuda = {
13
13
  packageManagers: ["CUDA Toolkit", "conda"],
14
14
  ecosystems: ["GPU Computing", "HPC", "Machine Learning", "Scientific Computing"]
15
15
  },
16
- version: "13.3.0",
16
+ version: "13.3.1",
17
17
  logo: "https://cdn.simpleicons.org/nvidia/76B900",
18
18
  color: "#76B900",
19
19
  i18n: {
@@ -11,7 +11,7 @@ var cuda = {
11
11
  packageManagers: ["CUDA Toolkit", "conda"],
12
12
  ecosystems: ["GPU Computing", "HPC", "Machine Learning", "Scientific Computing"]
13
13
  },
14
- version: "13.3.0",
14
+ version: "13.3.1",
15
15
  logo: "https://cdn.simpleicons.org/nvidia/76B900",
16
16
  color: "#76B900",
17
17
  i18n: {
@@ -13,7 +13,7 @@ var cue = {
13
13
  packageManagers: ["Go modules"],
14
14
  ecosystems: ["Configuration", "Validation", "Kubernetes", "DevOps"]
15
15
  },
16
- version: "0.16.1",
16
+ version: "0.17.0",
17
17
  logo: "https://avatars.githubusercontent.com/u/43867057?s=200&v=4",
18
18
  color: "#1F6BFF",
19
19
  i18n: {
@@ -11,7 +11,7 @@ var cue = {
11
11
  packageManagers: ["Go modules"],
12
12
  ecosystems: ["Configuration", "Validation", "Kubernetes", "DevOps"]
13
13
  },
14
- version: "0.16.1",
14
+ version: "0.17.0",
15
15
  logo: "https://avatars.githubusercontent.com/u/43867057?s=200&v=4",
16
16
  color: "#1F6BFF",
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.6",
16
+ version: "3.2.8",
17
17
  logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
18
18
  color: "#FED140",
19
19
  i18n: {
@@ -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.6",
14
+ version: "3.2.8",
15
15
  logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
16
16
  color: "#FED140",
17
17
  i18n: {
@@ -12,7 +12,7 @@ var git = {
12
12
  runtimes: ["Git"],
13
13
  ecosystems: ["Version Control", "DevOps", "Source Control"]
14
14
  },
15
- version: "2.54.0",
15
+ version: "2.55.0",
16
16
  logo: "https://cdn.simpleicons.org/git/F05032",
17
17
  color: "#F05032",
18
18
  i18n: {
@@ -10,7 +10,7 @@ var git = {
10
10
  runtimes: ["Git"],
11
11
  ecosystems: ["Version Control", "DevOps", "Source Control"]
12
12
  },
13
- version: "2.54.0",
13
+ version: "2.55.0",
14
14
  logo: "https://cdn.simpleicons.org/git/F05032",
15
15
  color: "#F05032",
16
16
  i18n: {
@@ -13,7 +13,7 @@ var rego = {
13
13
  packageManagers: ["OPA bundles"],
14
14
  ecosystems: ["Policy as Code", "Kubernetes", "Cloud Native", "Authorization"]
15
15
  },
16
- version: "OPA 1.18.0",
16
+ version: "OPA 1.18.1",
17
17
  logo: "https://raw.githubusercontent.com/open-policy-agent/opa/main/logo/logo.svg",
18
18
  color: "#5C4EE5",
19
19
  i18n: {
@@ -11,7 +11,7 @@ var rego = {
11
11
  packageManagers: ["OPA bundles"],
12
12
  ecosystems: ["Policy as Code", "Kubernetes", "Cloud Native", "Authorization"]
13
13
  },
14
- version: "OPA 1.18.0",
14
+ version: "OPA 1.18.1",
15
15
  logo: "https://raw.githubusercontent.com/open-policy-agent/opa/main/logo/logo.svg",
16
16
  color: "#5C4EE5",
17
17
  i18n: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-languages",
3
- "version": "1.39.0",
3
+ "version": "1.40.1",
4
4
  "description": "Structured metadata for programming languages.",
5
5
  "homepage": "https://github.com/ElJijuna/code-languages#readme",
6
6
  "bugs": {