@salina-app/media-editor 0.1.67 → 0.1.68

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3511,7 +3511,7 @@ const {
3511
3511
  apiUrl: "",
3512
3512
  setApiUrl: (e) => t({ apiUrl: e })
3513
3513
  })), jR = (t) => {
3514
- const e = H6((c) => c.apiUrl), n = mi.create({
3514
+ const { apiUrl: e } = H6.getState(), n = mi.create({
3515
3515
  baseURL: t ? "" : e,
3516
3516
  headers: {
3517
3517
  "Content-Type": "application/json"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salina-app/media-editor",
3
- "version": "0.1.67",
3
+ "version": "0.1.68",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/main.d.ts",