code7-leia 1.0.24 → 1.0.28

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.es.js CHANGED
@@ -4471,7 +4471,7 @@ const {
4471
4471
  formToJSON: Yv,
4472
4472
  getAdapter: Kv,
4473
4473
  mergeConfig: Gv
4474
- } = ye, Yu = "https://api.leia.digitalcontact.cloud";
4474
+ } = ye, Yu = "https://apiv2.lira.digitalcontact.cloud";
4475
4475
  ye.defaults.baseURL = `${Yu}`;
4476
4476
  const _a = ye.create(), Ku = "https://api-hml.leia.digitalcontact.cloud";
4477
4477
  ye.defaults.baseURL = `${Ku}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code7-leia",
3
- "version": "1.0.24",
3
+ "version": "1.0.28",
4
4
  "author": "code7-xlab",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.es.js",
@@ -2,7 +2,7 @@ import axios from 'axios';
2
2
 
3
3
  export const API_TOKEN = 'API_TOKEN';
4
4
 
5
- const url = 'https://api.leia.digitalcontact.cloud';
5
+ const url = 'https://apiv2.lira.digitalcontact.cloud';
6
6
 
7
7
  axios.defaults.baseURL = `${url}`;
8
8