doordeck-headless-sdk 0.84.0__tar.gz → 0.86.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.84.0
3
+ Version: 0.86.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.
@@ -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.84.0"
6
+ version = "0.86.0"
7
7
  description = "The official Doordeck SDK for Kotlin Multiplatform"
8
8
  readme = "README.md"
9
9
  requires-python = "==3.13.2"