arky-sdk 0.3.81 → 0.3.83

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.
package/dist/index.d.cts CHANGED
@@ -87,7 +87,7 @@ interface ReservationEngineConfig {
87
87
  timezone?: string;
88
88
  }
89
89
 
90
- declare const SDK_VERSION = "0.3.81";
90
+ declare const SDK_VERSION = "0.3.83";
91
91
  declare const SUPPORTED_FRAMEWORKS: readonly ["astro", "react", "vue", "svelte", "vanilla"];
92
92
  interface ApiConfig {
93
93
  httpClient: any;
package/dist/index.d.ts CHANGED
@@ -87,7 +87,7 @@ interface ReservationEngineConfig {
87
87
  timezone?: string;
88
88
  }
89
89
 
90
- declare const SDK_VERSION = "0.3.81";
90
+ declare const SDK_VERSION = "0.3.83";
91
91
  declare const SUPPORTED_FRAMEWORKS: readonly ["astro", "react", "vue", "svelte", "vanilla"];
92
92
  interface ApiConfig {
93
93
  httpClient: any;
package/dist/index.js CHANGED
@@ -2014,7 +2014,7 @@ var createReservationEngine = (api, config = {}) => {
2014
2014
  };
2015
2015
 
2016
2016
  // src/index.ts
2017
- var SDK_VERSION = "0.3.81";
2017
+ var SDK_VERSION = "0.3.83";
2018
2018
  var SUPPORTED_FRAMEWORKS = [
2019
2019
  "astro",
2020
2020
  "react",