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/README.md +15 -6
- package/dist/admin.cjs.map +1 -1
- package/dist/admin.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/storefront.cjs.map +1 -1
- package/dist/storefront.js.map +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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 {
|