adata-ui 4.0.18 → 4.0.19

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/module.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "nuxt": ">=3.16.0"
6
6
  },
7
7
  "failOnWarn": false,
8
- "version": "4.0.18",
8
+ "version": "4.0.19",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -31,7 +31,7 @@ const mode = computed(() => {
31
31
  });
32
32
  const fetchCurrencies = async () => {
33
33
  try {
34
- const response = await fetch(`https://users.${env}.kz/api/v1/information/currency`);
34
+ const response = await fetch(`https://users.adata.kz/api/v1/information/currency`);
35
35
  const { data } = await response.json();
36
36
  if (data.currencies) {
37
37
  currencies.value = data.currencies;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "4.0.18",
3
+ "version": "4.0.19",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",