@betterstore/react 0.6.2 → 0.6.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.cjs.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -12204,7 +12204,7 @@ function formatPrice(priceInCents, currency, exchangeRate) {
|
|
|
12204
12204
|
return formattedPrice;
|
|
12205
12205
|
}
|
|
12206
12206
|
|
|
12207
|
-
// src/
|
|
12207
|
+
// src/_utils/axios.ts
|
|
12208
12208
|
var API_BASE_URL = "https://v1.betterstore.io";
|
|
12209
12209
|
var createApiClient = (apiKey, proxy) => {
|
|
12210
12210
|
const client = axios.create({
|
package/dist/index.mjs
CHANGED
|
@@ -12184,7 +12184,7 @@ function formatPrice(priceInCents, currency, exchangeRate) {
|
|
|
12184
12184
|
return formattedPrice;
|
|
12185
12185
|
}
|
|
12186
12186
|
|
|
12187
|
-
// src/
|
|
12187
|
+
// src/_utils/axios.ts
|
|
12188
12188
|
var API_BASE_URL = "https://v1.betterstore.io";
|
|
12189
12189
|
var createApiClient = (apiKey, proxy) => {
|
|
12190
12190
|
const client = axios.create({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@betterstore/react",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"tailwindcss": "^4.1.11",
|
|
30
30
|
"typescript": "5.8.2",
|
|
31
31
|
"vite": "^6.3.5",
|
|
32
|
-
"@betterstore/
|
|
33
|
-
"@betterstore/
|
|
32
|
+
"@betterstore/typescript-config": "0.0.0",
|
|
33
|
+
"@betterstore/eslint-config": "0.0.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"world_countries_lists": "^3.2.0",
|
|
80
80
|
"zod": "^3.25.30",
|
|
81
81
|
"zustand": "^5.0.5",
|
|
82
|
-
"@betterstore/sdk": "0.6.
|
|
82
|
+
"@betterstore/sdk": "0.6.3"
|
|
83
83
|
},
|
|
84
84
|
"publishConfig": {
|
|
85
85
|
"access": "public"
|