code-languages 1.12.0 → 1.12.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 +1 -1
- package/dist/api.cjs +1 -1
- package/dist/api.cjs.map +1 -1
- package/dist/api.js +1 -1
- package/dist/api.js.map +1 -1
- package/dist/detect.cjs +1 -1
- package/dist/detect.cjs.map +1 -1
- package/dist/detect.js +1 -1
- package/dist/detect.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.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.js
CHANGED
|
@@ -1765,7 +1765,7 @@ var toml = {
|
|
|
1765
1765
|
author: "Tom Preston-Werner / TOML contributors",
|
|
1766
1766
|
website: "https://toml.io",
|
|
1767
1767
|
paradigms: ["configuration", "declarative", "data-serialization"],
|
|
1768
|
-
version: "1.
|
|
1768
|
+
version: "1.1.0",
|
|
1769
1769
|
logo: "https://cdn.simpleicons.org/toml/9C4221",
|
|
1770
1770
|
i18n: {
|
|
1771
1771
|
en: {
|