Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 30, 2023
1 parent 871c37f commit 6be44a3
Show file tree
Hide file tree
Showing 2 changed files with 298 additions and 68 deletions.
183 changes: 149 additions & 34 deletions docs/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -28103,7 +28103,7 @@
"full_name": "Kotlin/kotlinx.coroutines",
"html_url": "https://github.com/Kotlin/kotlinx.coroutines",
"description": "Library support for Kotlin coroutines ",
"stars_count": 12256,
"stars_count": 12261,
"watchers_count": 298,
"issues_count": 280,
"forks_count": 1793,
Expand Down Expand Up @@ -31867,10 +31867,10 @@
"full_name": "Kotlin/kotlinx.serialization",
"html_url": "https://github.com/Kotlin/kotlinx.serialization",
"description": "Kotlin multiplatform / multi-format serialization ",
"stars_count": 4763,
"stars_count": 4764,
"watchers_count": 104,
"issues_count": 344,
"forks_count": 618,
"issues_count": 346,
"forks_count": 619,
"license": "Apache License 2.0",
"topics": [
"cbor",
Expand Down Expand Up @@ -32750,9 +32750,9 @@
"full_name": "ktorio/ktor",
"html_url": "https://github.com/ktorio/ktor",
"description": "Framework for quickly creating connected applications in Kotlin with minimal effort",
"stars_count": 11578,
"stars_count": 11580,
"watchers_count": 177,
"issues_count": 175,
"issues_count": 174,
"forks_count": 968,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -170275,9 +170275,9 @@
"full_name": "cashapp/sqldelight",
"html_url": "https://github.com/cashapp/sqldelight",
"description": "SQLDelight - Generates typesafe Kotlin APIs from SQL",
"stars_count": 5499,
"stars_count": 5500,
"watchers_count": 120,
"issues_count": 300,
"issues_count": 304,
"forks_count": 477,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -175578,7 +175578,7 @@
"full_name": "touchlab/Stately",
"html_url": "https://github.com/touchlab/Stately",
"description": "Kotlin Multiplatform State Library",
"stars_count": 484,
"stars_count": 485,
"watchers_count": 20,
"issues_count": 7,
"forks_count": 26,
Expand Down Expand Up @@ -186458,7 +186458,7 @@
"full_name": "kosi-libs/Kodein",
"html_url": "https://github.com/kosi-libs/Kodein",
"description": "Painless Kotlin Dependency Injection",
"stars_count": 3046,
"stars_count": 3048,
"watchers_count": 49,
"issues_count": 10,
"forks_count": 172,
Expand Down Expand Up @@ -187286,7 +187286,7 @@
"full_name": "Reedyuk/blue-falcon",
"html_url": "https://github.com/Reedyuk/blue-falcon",
"description": "A Bluetooth kotlin multiplatform \"Cross-Platform\" library for iOS and Android",
"stars_count": 268,
"stars_count": 267,
"watchers_count": 5,
"issues_count": 8,
"forks_count": 31,
Expand Down Expand Up @@ -191716,9 +191716,9 @@
"full_name": "square/okio",
"html_url": "https://github.com/square/okio",
"description": "A modern I/O library for Android, Java, and Kotlin Multiplatform.",
"stars_count": 8503,
"stars_count": 8507,
"watchers_count": 271,
"issues_count": 81,
"issues_count": 82,
"forks_count": 1201,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -197544,7 +197544,7 @@
"description": ":robot:  A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.",
"stars_count": 3542,
"watchers_count": 115,
"issues_count": 168,
"issues_count": 166,
"forks_count": 653,
"license": "MIT License",
"topics": [
Expand Down Expand Up @@ -205632,8 +205632,8 @@
"groupId": "dev.inmo",
"artifactId": "tgbotapi",
"path": "dev.inmo:tgbotapi",
"latestVersion": "9.2.0",
"lastUpdated": "20230925193040",
"latestVersion": "9.2.1",
"lastUpdated": "20230929171335",
"versions": [
{
"version": "0.29.0",
Expand Down Expand Up @@ -208830,16 +208830,63 @@
"target": "mingw_x64"
}
}
},
{
"version": "9.2.1",
"mpp": true,
"gradle": "7.6.2",
"targets": {
"metadataApiElements": {
"platform": "common"
},
"metadataSourcesElements": {
"platform": "common"
},
"jsApiElements-published": {
"platform": "js"
},
"jsRuntimeElements-published": {
"platform": "js"
},
"jsSourcesElements-published": {
"platform": "js"
},
"jvmApiElements-published": {
"platform": "jvm"
},
"jvmRuntimeElements-published": {
"platform": "jvm"
},
"jvmSourcesElements-published": {
"platform": "jvm"
},
"linuxX64ApiElements-published": {
"platform": "native",
"target": "linux_x64"
},
"linuxX64SourcesElements-published": {
"platform": "native",
"target": "linux_x64"
},
"mingwX64ApiElements-published": {
"platform": "native",
"target": "mingw_x64"
},
"mingwX64SourcesElements-published": {
"platform": "native",
"target": "mingw_x64"
}
}
}
],
"github": {
"name": "ktgbotapi",
"full_name": "InsanusMokrassar/ktgbotapi",
"html_url": "https://github.com/InsanusMokrassar/ktgbotapi",
"description": "Type-safe library for work with Telegram Bot API",
"stars_count": 276,
"stars_count": 277,
"watchers_count": 4,
"issues_count": 17,
"issues_count": 16,
"forks_count": 19,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -209016,7 +209063,7 @@
"description": "A multiplatform assertion library for Kotlin",
"stars_count": 480,
"watchers_count": 24,
"issues_count": 54,
"issues_count": 55,
"forks_count": 206,
"license": "Other",
"topics": [
Expand Down Expand Up @@ -209102,7 +209149,7 @@
"description": "A multiplatform assertion library for Kotlin",
"stars_count": 480,
"watchers_count": 24,
"issues_count": 54,
"issues_count": 55,
"forks_count": 206,
"license": "Other",
"topics": [
Expand Down Expand Up @@ -209301,7 +209348,7 @@
"description": "A multiplatform assertion library for Kotlin",
"stars_count": 480,
"watchers_count": 24,
"issues_count": 54,
"issues_count": 55,
"forks_count": 206,
"license": "Other",
"topics": [
Expand Down Expand Up @@ -209456,7 +209503,7 @@
"description": "A multiplatform assertion library for Kotlin",
"stars_count": 480,
"watchers_count": 24,
"issues_count": 54,
"issues_count": 55,
"forks_count": 206,
"license": "Other",
"topics": [
Expand Down Expand Up @@ -215334,7 +215381,7 @@
"full_name": "touchlab/Kermit",
"html_url": "https://github.com/touchlab/Kermit",
"description": "Kermit by Touchlab is a Kotlin Multiplatform centralized logging utility. ",
"stars_count": 526,
"stars_count": 527,
"watchers_count": 16,
"issues_count": 38,
"forks_count": 37,
Expand Down Expand Up @@ -219423,7 +219470,7 @@
"full_name": "InsertKoinIO/koin",
"html_url": "https://github.com/InsertKoinIO/koin",
"description": "Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform",
"stars_count": 8268,
"stars_count": 8271,
"watchers_count": 103,
"issues_count": 50,
"forks_count": 639,
Expand Down Expand Up @@ -240202,7 +240249,7 @@
"full_name": "rsocket/rsocket-kotlin",
"html_url": "https://github.com/rsocket/rsocket-kotlin",
"description": "RSocket Kotlin multi-platform implementation",
"stars_count": 507,
"stars_count": 508,
"watchers_count": 19,
"issues_count": 27,
"forks_count": 35,
Expand Down Expand Up @@ -252278,7 +252325,7 @@
"html_url": "https://github.com/arkivanov/Decompose",
"description": "Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)",
"stars_count": 1452,
"watchers_count": 18,
"watchers_count": 17,
"issues_count": 8,
"forks_count": 55,
"license": "Apache License 2.0",
Expand Down Expand Up @@ -258342,7 +258389,7 @@
"full_name": "JuulLabs/kable",
"html_url": "https://github.com/JuulLabs/kable",
"description": "Kotlin Asynchronous Bluetooth Low-Energy",
"stars_count": 636,
"stars_count": 637,
"watchers_count": 18,
"issues_count": 37,
"forks_count": 68,
Expand Down Expand Up @@ -262082,7 +262129,7 @@
"full_name": "ajalt/clikt",
"html_url": "https://github.com/ajalt/clikt",
"description": "Multiplatform command line interface parsing for Kotlin",
"stars_count": 2192,
"stars_count": 2191,
"watchers_count": 14,
"issues_count": 19,
"forks_count": 118,
Expand Down Expand Up @@ -314899,8 +314946,8 @@
"groupId": "app.moviebase",
"artifactId": "tmdb-api",
"path": "app.moviebase:tmdb-api",
"latestVersion": "1.1.0",
"lastUpdated": "20230705211625",
"latestVersion": "1.2.0",
"lastUpdated": "20230929075236",
"versions": [
{
"version": "0.1.0",
Expand Down Expand Up @@ -316236,16 +316283,84 @@
"platform": "jvm"
}
}
},
{
"version": "1.2.0",
"mpp": true,
"gradle": "8.3",
"kotlin": "1.9.10",
"targets": {
"metadataApiElements": {
"platform": "common"
},
"metadataSourcesElements": {
"platform": "common"
},
"iosArm64ApiElements-published": {
"platform": "native",
"target": "ios_arm64"
},
"iosArm64SourcesElements-published": {
"platform": "native",
"target": "ios_arm64"
},
"iosArm64MetadataElements-published": {
"platform": "native",
"target": "ios_arm64"
},
"iosSimulatorArm64ApiElements-published": {
"platform": "native",
"target": "ios_simulator_arm64"
},
"iosSimulatorArm64SourcesElements-published": {
"platform": "native",
"target": "ios_simulator_arm64"
},
"iosSimulatorArm64MetadataElements-published": {
"platform": "native",
"target": "ios_simulator_arm64"
},
"iosX64ApiElements-published": {
"platform": "native",
"target": "ios_x64"
},
"iosX64SourcesElements-published": {
"platform": "native",
"target": "ios_x64"
},
"iosX64MetadataElements-published": {
"platform": "native",
"target": "ios_x64"
},
"jsApiElements-published": {
"platform": "js"
},
"jsRuntimeElements-published": {
"platform": "js"
},
"jsSourcesElements-published": {
"platform": "js"
},
"jvmApiElements-published": {
"platform": "jvm"
},
"jvmRuntimeElements-published": {
"platform": "jvm"
},
"jvmSourcesElements-published": {
"platform": "jvm"
}
}
}
],
"github": {
"name": "tmdb-kotlin",
"full_name": "MoviebaseApp/tmdb-kotlin",
"html_url": "https://github.com/MoviebaseApp/tmdb-kotlin",
"description": "🎬 Modern powerful TMDB API to fetch movies and TV shows for Kotlin Multiplatform. ",
"stars_count": 144,
"stars_count": 145,
"watchers_count": 4,
"issues_count": 9,
"issues_count": 8,
"forks_count": 10,
"license": "Apache License 2.0",
"topics": [
Expand Down Expand Up @@ -338468,7 +338583,7 @@
"full_name": "rickclephas/KMP-NativeCoroutines",
"html_url": "https://github.com/rickclephas/KMP-NativeCoroutines",
"description": "Library to use Kotlin Coroutines from Swift code in KMP apps",
"stars_count": 818,
"stars_count": 819,
"watchers_count": 13,
"issues_count": 12,
"forks_count": 28,
Expand Down Expand Up @@ -341276,7 +341391,7 @@
"full_name": "z4kn4fein/kotlin-semver",
"html_url": "https://github.com/z4kn4fein/kotlin-semver",
"description": "Semantic Versioning library for Kotlin Multiplatform.",
"stars_count": 60,
"stars_count": 61,
"watchers_count": 2,
"issues_count": 0,
"forks_count": 0,
Expand Down
Loading

0 comments on commit 6be44a3

Please sign in to comment.