@doordeck/doordeck-headless-sdk 0.69.0 → 0.72.0

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.
Files changed (25) hide show
  1. package/README.md +14 -14
  2. package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +1257 -1257
  3. package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +21 -21
  4. package/kotlin/MultiplatformSettings-multiplatform-settings.js +7 -7
  5. package/kotlin/doordeck-sdk.d.ts +463 -485
  6. package/kotlin/doordeck-sdk.js +28231 -28254
  7. package/kotlin/kotlin-kotlin-stdlib.js +904 -1117
  8. package/kotlin/kotlinx-atomicfu.js +15 -15
  9. package/kotlin/kotlinx-coroutines-core.js +1643 -1673
  10. package/kotlin/kotlinx-io-kotlinx-io-core.js +431 -431
  11. package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1781 -1781
  12. package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1387 -1387
  13. package/kotlin/ktor-ktor-client-ktor-client-core.js +1888 -2015
  14. package/kotlin/ktor-ktor-client-ktor-client-js.js +6 -0
  15. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-auth.js +241 -241
  16. package/kotlin/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.js +130 -130
  17. package/kotlin/ktor-ktor-http.js +697 -698
  18. package/kotlin/ktor-ktor-io.js +458 -483
  19. package/kotlin/ktor-ktor-shared-ktor-events.js +10 -10
  20. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.js +7 -7
  21. package/kotlin/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.js +145 -145
  22. package/kotlin/ktor-ktor-shared-ktor-serialization.js +68 -68
  23. package/kotlin/ktor-ktor-shared-ktor-websockets.js +45 -45
  24. package/kotlin/ktor-ktor-utils.js +543 -564
  25. package/package.json +1 -1
package/README.md CHANGED
@@ -4,24 +4,24 @@ A cross-platform SDK for seamless access to Doordeck’s services. This SDK supp
4
4
  ## Packages
5
5
  We are publishing the packages to multiple repositories:
6
6
 
7
- | Platform | Repository |
8
- |:---------------------------:|---------------------------------------------------------------------------------------------------------------------|
9
- | Multiplatform, Android, JVM | [Maven central](https://central.sonatype.com/namespace/com.doordeck.headless.sdk) |
10
- | iOS, macOS | [Cocoapods](https://cocoapods.org/pods/DoordeckSDK), [SPM](https://github.com/doordeck/doordeck-headless-sdk-spm) |
11
- | JS | [NPM](https://www.npmjs.com/package/@doordeck/doordeck-headless-sdk) |
12
- | Windows | [NuGet](https://www.nuget.org/packages/Doordeck.Headless.Sdk) |
7
+ | Platform | Repository |
8
+ |:---------------------------:|-------------------------------------------------------------------------------------------------------------------|
9
+ | Multiplatform, Android, JVM | [Maven central](https://central.sonatype.com/namespace/com.doordeck.headless.sdk) |
10
+ | iOS, macOS | [Cocoapods](https://cocoapods.org/pods/DoordeckSDK), [SPM](https://github.com/doordeck/doordeck-headless-sdk-spm) |
11
+ | JS | [NPM](https://www.npmjs.com/package/@doordeck/doordeck-headless-sdk) |
12
+ | Windows | [NuGet](https://www.nuget.org/packages/Doordeck.Headless.Sdk), [PyPi](https://pypi.org/project/doordeck-headless-sdk/) |
13
13
 
14
14
  ## Supported platforms
15
15
  The SDK supports a range of targets for different platforms:
16
16
 
17
- | Platform | Target |
18
- |:--------:|-------------------------------------------|
19
- | Android | `android` |
20
- | JVM | `jvm` |
21
- | iOS | `iosX64`, `iosArm64`, `iosSimulatorArm64` |
22
- | macOS | `macosArm64` |
23
- | JS | `jsNode`, `jsBrowser` |
24
- | Windows | `mingwX64` |
17
+ | Platform | Target | Language |
18
+ |:--------:|-------------------------------------------|-------------------|
19
+ | Android | `android` | `Java`, `Kotlin` |
20
+ | JVM | `jvm` | `Java`, `Kotlin` |
21
+ | iOS | `iosX64`, `iosArm64`, `iosSimulatorArm64` | `Swift` |
22
+ | macOS | `macosArm64` | `Swift` |
23
+ | JS | `jsNode`, `jsBrowser` | `JavaScript` |
24
+ | Windows | `mingwX64` | `C#`, `Python` |
25
25
 
26
26
  ## Getting started
27
27
  To start using the Doordeck Headless SDK, refer to the [documentation index](https://github.com/doordeck/doordeck-headless-sdk/blob/main/docs/01_INDEX.md#index) for detailed setup and usage instructions tailored to your platform.