arky-sdk 0.3.5 → 0.3.7
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.cjs +2 -2
- 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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -4
package/dist/index.cjs
CHANGED
|
@@ -1748,7 +1748,7 @@ function createHttpClient(cfg) {
|
|
|
1748
1748
|
}
|
|
1749
1749
|
|
|
1750
1750
|
// src/index.ts
|
|
1751
|
-
var SDK_VERSION = "0.3.
|
|
1751
|
+
var SDK_VERSION = "0.3.7";
|
|
1752
1752
|
var SUPPORTED_FRAMEWORKS = [
|
|
1753
1753
|
"astro",
|
|
1754
1754
|
"react",
|
|
@@ -1758,7 +1758,7 @@ var SUPPORTED_FRAMEWORKS = [
|
|
|
1758
1758
|
];
|
|
1759
1759
|
function createArkySDK(config) {
|
|
1760
1760
|
console.log(
|
|
1761
|
-
`[
|
|
1761
|
+
`[Arky SDK v${SDK_VERSION}] Initializing with market: ${config.market}, businessId: ${config.businessId}`
|
|
1762
1762
|
);
|
|
1763
1763
|
const httpClient = createHttpClient(config);
|
|
1764
1764
|
const storageUrl = config.storageUrl || "https://storage.arky.io/dev";
|