designertool 0.26.0 → 0.28.0

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.
@@ -7822,7 +7822,7 @@ const defaultConfig = {
7822
7822
  }
7823
7823
  ],
7824
7824
  api: {
7825
- base_url: "https://designer-tool-backend.test/api",
7825
+ base_url: "https://dev.designertool.io/api",
7826
7826
  project_id: 1,
7827
7827
  user_id: 2
7828
7828
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "designertool",
3
3
  "private": false,
4
- "version": "0.26.0",
4
+ "version": "0.28.0",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"