@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
@@ -0,0 +1,6 @@
1
+ (function (_) {
2
+ 'use strict';
3
+ //region block: pre-declaration
4
+ //endregion
5
+ return _;
6
+ }(module.exports));