doordeck-headless-sdk 0.117.0__tar.gz → 0.119.0__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: doordeck_headless_sdk
3
- Version: 0.117.0
3
+ Version: 0.119.0
4
4
  Summary: The official Doordeck SDK for Kotlin Multiplatform
5
5
  Author-email: Doordeck Limited <development@doordeck.com>
6
6
  Project-URL: Homepage, https://www.doordeck.com
@@ -24,21 +24,22 @@ We are publishing the packages to multiple repositories:
24
24
  | Platform | Repository |
25
25
  |:---------------------------:|------------------------------------------------------------------------------------------------------------------------|
26
26
  | Multiplatform, Android, JVM | [Maven central](https://central.sonatype.com/namespace/com.doordeck.headless.sdk) |
27
- | iOS, macOS | [Cocoapods](https://cocoapods.org/pods/DoordeckSDK), [SPM](https://github.com/doordeck/doordeck-headless-sdk-spm) |
27
+ | iOS, macOS, watchOS | [Cocoapods](https://cocoapods.org/pods/DoordeckSDK), [SPM](https://github.com/doordeck/doordeck-headless-sdk-spm) |
28
28
  | JS | [NPM](https://www.npmjs.com/package/@doordeck/doordeck-headless-sdk) |
29
29
  | Windows | [NuGet](https://www.nuget.org/packages/Doordeck.Headless.Sdk), [PyPi](https://pypi.org/project/doordeck-headless-sdk/) |
30
30
 
31
31
  ## Supported platforms
32
32
  The SDK supports a range of targets for different platforms:
33
33
 
34
- | Platform | Target | Language |
35
- |:--------:|-------------------------------------------|-------------------|
36
- | Android | `android` | `Java`, `Kotlin` |
37
- | JVM | `jvm` | `Java`, `Kotlin` |
38
- | iOS | `iosX64`, `iosArm64`, `iosSimulatorArm64` | `Swift` |
39
- | macOS | `macosArm64` | `Swift` |
40
- | JS | `jsNode`, `jsBrowser` | `JavaScript` |
41
- | Windows | `mingwX64` | `C#`, `Python` |
34
+ | Platform | Target | Language |
35
+ |:--------:|-------------------------------------------------------|----------------------------|
36
+ | Android | `android` | `Java`, `Kotlin` |
37
+ | JVM | `jvm` | `Java`, `Kotlin` |
38
+ | iOS | `iosX64`, `iosArm64`, `iosSimulatorArm64` | `Swift`, `Objective-C` |
39
+ | macOS | `macosArm64` | `Swift`, `Objective-C` |
40
+ | watchOS | `watchosX64`, `watchosArm64`, `watchosSimulatorArm64` | `Swift`, `Objective-C` |
41
+ | JS | `jsNode`, `jsBrowser` | `JavaScript`, `TypeScript` |
42
+ | Windows | `mingwX64` | `C#`, `Python` |
42
43
 
43
44
  ## Getting started
44
45
  To start using the Doordeck Headless SDK, refer to the [documentation index](https://developer.doordeck.com/docs/category/kotlin-multiplatform-sdk) for detailed setup and usage instructions tailored to your platform.
@@ -7,21 +7,22 @@ We are publishing the packages to multiple repositories:
7
7
  | Platform | Repository |
8
8
  |:---------------------------:|------------------------------------------------------------------------------------------------------------------------|
9
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) |
10
+ | iOS, macOS, watchOS | [Cocoapods](https://cocoapods.org/pods/DoordeckSDK), [SPM](https://github.com/doordeck/doordeck-headless-sdk-spm) |
11
11
  | JS | [NPM](https://www.npmjs.com/package/@doordeck/doordeck-headless-sdk) |
12
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 | 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` |
17
+ | Platform | Target | Language |
18
+ |:--------:|-------------------------------------------------------|----------------------------|
19
+ | Android | `android` | `Java`, `Kotlin` |
20
+ | JVM | `jvm` | `Java`, `Kotlin` |
21
+ | iOS | `iosX64`, `iosArm64`, `iosSimulatorArm64` | `Swift`, `Objective-C` |
22
+ | macOS | `macosArm64` | `Swift`, `Objective-C` |
23
+ | watchOS | `watchosX64`, `watchosArm64`, `watchosSimulatorArm64` | `Swift`, `Objective-C` |
24
+ | JS | `jsNode`, `jsBrowser` | `JavaScript`, `TypeScript` |
25
+ | Windows | `mingwX64` | `C#`, `Python` |
25
26
 
26
27
  ## Getting started
27
28
  To start using the Doordeck Headless SDK, refer to the [documentation index](https://developer.doordeck.com/docs/category/kotlin-multiplatform-sdk) for detailed setup and usage instructions tailored to your platform.
@@ -3,7 +3,7 @@ requires = ["setuptools"]
3
3
  build-backend = "setuptools.build_meta"
4
4
  [project]
5
5
  name = "doordeck_headless_sdk"
6
- version = "0.117.0"
6
+ version = "0.119.0"
7
7
  description = "The official Doordeck SDK for Kotlin Multiplatform"
8
8
  readme = "README.md"
9
9
  requires-python = "==3.13.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: doordeck_headless_sdk
3
- Version: 0.117.0
3
+ Version: 0.119.0
4
4
  Summary: The official Doordeck SDK for Kotlin Multiplatform
5
5
  Author-email: Doordeck Limited <development@doordeck.com>
6
6
  Project-URL: Homepage, https://www.doordeck.com
@@ -24,21 +24,22 @@ We are publishing the packages to multiple repositories:
24
24
  | Platform | Repository |
25
25
  |:---------------------------:|------------------------------------------------------------------------------------------------------------------------|
26
26
  | Multiplatform, Android, JVM | [Maven central](https://central.sonatype.com/namespace/com.doordeck.headless.sdk) |
27
- | iOS, macOS | [Cocoapods](https://cocoapods.org/pods/DoordeckSDK), [SPM](https://github.com/doordeck/doordeck-headless-sdk-spm) |
27
+ | iOS, macOS, watchOS | [Cocoapods](https://cocoapods.org/pods/DoordeckSDK), [SPM](https://github.com/doordeck/doordeck-headless-sdk-spm) |
28
28
  | JS | [NPM](https://www.npmjs.com/package/@doordeck/doordeck-headless-sdk) |
29
29
  | Windows | [NuGet](https://www.nuget.org/packages/Doordeck.Headless.Sdk), [PyPi](https://pypi.org/project/doordeck-headless-sdk/) |
30
30
 
31
31
  ## Supported platforms
32
32
  The SDK supports a range of targets for different platforms:
33
33
 
34
- | Platform | Target | Language |
35
- |:--------:|-------------------------------------------|-------------------|
36
- | Android | `android` | `Java`, `Kotlin` |
37
- | JVM | `jvm` | `Java`, `Kotlin` |
38
- | iOS | `iosX64`, `iosArm64`, `iosSimulatorArm64` | `Swift` |
39
- | macOS | `macosArm64` | `Swift` |
40
- | JS | `jsNode`, `jsBrowser` | `JavaScript` |
41
- | Windows | `mingwX64` | `C#`, `Python` |
34
+ | Platform | Target | Language |
35
+ |:--------:|-------------------------------------------------------|----------------------------|
36
+ | Android | `android` | `Java`, `Kotlin` |
37
+ | JVM | `jvm` | `Java`, `Kotlin` |
38
+ | iOS | `iosX64`, `iosArm64`, `iosSimulatorArm64` | `Swift`, `Objective-C` |
39
+ | macOS | `macosArm64` | `Swift`, `Objective-C` |
40
+ | watchOS | `watchosX64`, `watchosArm64`, `watchosSimulatorArm64` | `Swift`, `Objective-C` |
41
+ | JS | `jsNode`, `jsBrowser` | `JavaScript`, `TypeScript` |
42
+ | Windows | `mingwX64` | `C#`, `Python` |
42
43
 
43
44
  ## Getting started
44
45
  To start using the Doordeck Headless SDK, refer to the [documentation index](https://developer.doordeck.com/docs/category/kotlin-multiplatform-sdk) for detailed setup and usage instructions tailored to your platform.