code-languages 1.12.0 → 1.12.2
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.cjs.map +1 -1
- package/dist/api.js +2 -2
- package/dist/api.js.map +1 -1
- package/dist/detect.cjs +2 -2
- package/dist/detect.cjs.map +1 -1
- package/dist/detect.js +2 -2
- package/dist/detect.js.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/languages/scala.cjs +1 -1
- package/dist/languages/scala.cjs.map +1 -1
- package/dist/languages/scala.js +1 -1
- package/dist/languages/scala.js.map +1 -1
- package/dist/languages/toml.cjs +1 -1
- package/dist/languages/toml.cjs.map +1 -1
- package/dist/languages/toml.js +1 -1
- package/dist/languages/toml.js.map +1 -1
- package/package.json +1 -1
package/dist/detect.cjs
CHANGED
|
@@ -1576,7 +1576,7 @@ var scala = {
|
|
|
1576
1576
|
packageManagers: ["sbt", "Maven", "Gradle", "Scala CLI"],
|
|
1577
1577
|
ecosystems: ["JVM", "Web", "Data Engineering", "Distributed Systems"]
|
|
1578
1578
|
},
|
|
1579
|
-
version: "3.
|
|
1579
|
+
version: "3.8.3",
|
|
1580
1580
|
logo: "https://cdn.simpleicons.org/scala/DC322F",
|
|
1581
1581
|
i18n: {
|
|
1582
1582
|
en: {
|
|
@@ -1767,7 +1767,7 @@ var toml = {
|
|
|
1767
1767
|
author: "Tom Preston-Werner / TOML contributors",
|
|
1768
1768
|
website: "https://toml.io",
|
|
1769
1769
|
paradigms: ["configuration", "declarative", "data-serialization"],
|
|
1770
|
-
version: "1.
|
|
1770
|
+
version: "1.1.0",
|
|
1771
1771
|
logo: "https://cdn.simpleicons.org/toml/9C4221",
|
|
1772
1772
|
i18n: {
|
|
1773
1773
|
en: {
|