doordeck-headless-sdk 0.83.0__tar.gz → 0.85.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.

Potentially problematic release.


This version of doordeck-headless-sdk might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: doordeck_headless_sdk
3
- Version: 0.83.0
3
+ Version: 0.85.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
@@ -13,6 +13,7 @@ Classifier: Operating System :: Microsoft :: Windows
13
13
  Requires-Python: ==3.13.2
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE
16
+ Dynamic: license-file
16
17
 
17
18
  # Doordeck Headless SDK
18
19
  A cross-platform SDK for seamless access to Doordeck’s services. This SDK supports multiple platforms and is designed to cater to a variety of development environments.
@@ -43,4 +44,4 @@ The SDK supports a range of targets for different platforms:
43
44
  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.
44
45
 
45
46
  ## Samples
46
- We provide samples for different targets, where you can see how the SDK can be used in fully functional projects. For more information, please see the [samples page](https://github.com/doordeck/doordeck-headless-sdk/blob/main/docs/15_SAMPLES.md).
47
+ We provide samples for different targets, where you can see how the SDK can be used in fully functional projects. For more information, please see the [samples page](https://github.com/doordeck/doordeck-headless-sdk/blob/main/docs/15_SAMPLES.md).
@@ -27,4 +27,4 @@ The SDK supports a range of targets for different platforms:
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.
28
28
 
29
29
  ## Samples
30
- We provide samples for different targets, where you can see how the SDK can be used in fully functional projects. For more information, please see the [samples page](https://github.com/doordeck/doordeck-headless-sdk/blob/main/docs/15_SAMPLES.md).
30
+ We provide samples for different targets, where you can see how the SDK can be used in fully functional projects. For more information, please see the [samples page](https://github.com/doordeck/doordeck-headless-sdk/blob/main/docs/15_SAMPLES.md).
@@ -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.83.0"
6
+ version = "0.85.0"
7
7
  description = "The official Doordeck SDK for Kotlin Multiplatform"
8
8
  readme = "README.md"
9
9
  requires-python = "==3.13.2"