arky-sdk 0.11.2 → 0.11.3

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
@@ -2907,7 +2907,7 @@ type ArkyStore = ReturnType<typeof initialize>;
2907
2907
  type ArkyCartStore = ArkyStore["eshop"]["cart"];
2908
2908
  type ArkyServiceStore = ArkyStore["eshop"]["service"];
2909
2909
 
2910
- declare const SDK_VERSION = "0.11.2";
2910
+ declare const SDK_VERSION = "0.11.3";
2911
2911
  declare const SUPPORTED_FRAMEWORKS: readonly ["astro", "react", "vue", "svelte", "vanilla"];
2912
2912
 
2913
2913
  interface ApiConfig {
package/dist/index.d.ts CHANGED
@@ -2907,7 +2907,7 @@ type ArkyStore = ReturnType<typeof initialize>;
2907
2907
  type ArkyCartStore = ArkyStore["eshop"]["cart"];
2908
2908
  type ArkyServiceStore = ArkyStore["eshop"]["service"];
2909
2909
 
2910
- declare const SDK_VERSION = "0.11.2";
2910
+ declare const SDK_VERSION = "0.11.3";
2911
2911
  declare const SUPPORTED_FRAMEWORKS: readonly ["astro", "react", "vue", "svelte", "vanilla"];
2912
2912
 
2913
2913
  interface ApiConfig {
package/dist/index.js CHANGED
@@ -5826,7 +5826,7 @@ function initialize(publishableKey, options = {}) {
5826
5826
  }
5827
5827
 
5828
5828
  // src/index.ts
5829
- var SDK_VERSION = "0.11.2";
5829
+ var SDK_VERSION = "0.11.3";
5830
5830
  var SUPPORTED_FRAMEWORKS = [
5831
5831
  "astro",
5832
5832
  "react",