code-languages 1.9.0 → 1.9.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/astro.cjs +1 -1
- package/dist/languages/astro.cjs.map +1 -1
- package/dist/languages/astro.js +1 -1
- package/dist/languages/astro.js.map +1 -1
- package/dist/languages/gradle.cjs +1 -1
- package/dist/languages/gradle.cjs.map +1 -1
- package/dist/languages/gradle.js +1 -1
- package/dist/languages/gradle.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -358,7 +358,7 @@ console.log(detectLanguages("include/config.h").map((language) => language.slug)
|
|
|
358
358
|
|---|---|---|---|---|---|
|
|
359
359
|
| <img src="https://upload.wikimedia.org/wikipedia/commons/5/59/SAP_2011_logo.svg" alt="ABAP logo" width="24" height="24"> | ABAP | `abap` | `.abap` | `ABAP Platform 2025 FPS01` | `code-languages/abap` |
|
|
360
360
|
| <img src="https://cdn.simpleicons.org/dotnet/512BD4" alt="ASP/ASPX logo" width="24" height="24"> | ASP/ASPX | `asp` | `.asp`, `.aspx`, `.ascx`, `.ashx`, `.asmx`, `.master` | `4.8.1` | `code-languages/asp` |
|
|
361
|
-
| <img src="https://astro.build/assets/press/astro-icon-light.svg" alt="Astro logo" width="24" height="24"> | Astro | `astro` | `.astro` | `6.3.
|
|
361
|
+
| <img src="https://astro.build/assets/press/astro-icon-light.svg" alt="Astro logo" width="24" height="24"> | Astro | `astro` | `.astro` | `6.3.2` | `code-languages/astro` |
|
|
362
362
|
| <img src="https://cdn.simpleicons.org/assemblyscript/007AAC" alt="Assembly logo" width="24" height="24"> | Assembly | `assembly` | `.asm`, `.s`, `.S`, `.inc` | `Architecture-specific` | `code-languages/assembly` |
|
|
363
363
|
| <img src="https://bashlogo.com/img/symbol/svg/full_colored_dark.svg" alt="Bash logo" width="24" height="24"> | Bash | `bash` | `.sh`, `.bash`, `.bashrc`, `.bash_profile`, `.bash_login`, `.profile` | `5.3` | `code-languages/bash` |
|
|
364
364
|
| <img src="https://icons.iconarchive.com/icons/simpleicons-team/simple/128/windowsterminal-icon.png" alt="Batch logo" width="24" height="24"> | Batch | `batch` | `.bat`, `.cmd` | `Windows Command Processor` | `code-languages/batch` |
|
|
@@ -375,7 +375,7 @@ console.log(detectLanguages("include/config.h").map((language) => language.slug)
|
|
|
375
375
|
| <img src="https://cdn.simpleicons.org/fsharp/378BBA" alt="F# logo" width="24" height="24"> | F# | `fsharp` | `.fs`, `.fsi`, `.fsx`, `.fsscript` | `10` | `code-languages/fsharp` |
|
|
376
376
|
| <img src="https://cdn.simpleicons.org/git/F05032" alt="Git logo" width="24" height="24"> | Git | `git` | `.git`, `.gitignore`, `.gitattributes`, `.gitmodules`, `.gitkeep` | `2.54.0` | `code-languages/git` |
|
|
377
377
|
| <img src="https://go.dev/blog/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg" alt="Go logo" width="24" height="24"> | Go | `go` | `.go` | `1.26.3` | `code-languages/go` |
|
|
378
|
-
| <img src="https://cdn.simpleicons.org/gradle/02303A" alt="Gradle logo" width="24" height="24"> | Gradle | `gradle` | `.gradle`, `.gradle.kts` | `9.5.
|
|
378
|
+
| <img src="https://cdn.simpleicons.org/gradle/02303A" alt="Gradle logo" width="24" height="24"> | Gradle | `gradle` | `.gradle`, `.gradle.kts` | `9.5.1` | `code-languages/gradle` |
|
|
379
379
|
| <img src="https://upload.wikimedia.org/wikipedia/commons/1/17/GraphQL_Logo.svg" alt="GraphQL logo" width="24" height="24"> | GraphQL | `graphql` | `.graphql`, `.gql`, `.graphqls` | `September 2025` | `code-languages/graphql` |
|
|
380
380
|
| <img src="https://upload.wikimedia.org/wikipedia/commons/3/36/Groovy-logo.svg" alt="Groovy logo" width="24" height="24"> | Groovy | `groovy` | `.groovy`, `.gvy`, `.gy`, `.gsh` | `5.0.5` | `code-languages/groovy` |
|
|
381
381
|
| <img src="https://www.w3.org/html/logo/downloads/HTML5_Badge.svg" alt="HTML logo" width="24" height="24"> | HTML | `html` | `.html`, `.htm` | `Living Standard` | `code-languages/html` |
|
package/dist/api.cjs
CHANGED
|
@@ -143,7 +143,7 @@ var init_astro = __esm({
|
|
|
143
143
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
144
144
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
145
145
|
},
|
|
146
|
-
version: "6.3.
|
|
146
|
+
version: "6.3.2",
|
|
147
147
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
148
148
|
i18n: {
|
|
149
149
|
en: {
|
|
@@ -741,7 +741,7 @@ var init_gradle = __esm({
|
|
|
741
741
|
packageManagers: ["Gradle"],
|
|
742
742
|
ecosystems: ["JVM", "Android", "Java", "Kotlin", "Groovy"]
|
|
743
743
|
},
|
|
744
|
-
version: "9.5.
|
|
744
|
+
version: "9.5.1",
|
|
745
745
|
logo: "https://cdn.simpleicons.org/gradle/02303A",
|
|
746
746
|
i18n: {
|
|
747
747
|
en: {
|