akpm-datapoint-front 0.0.21 → 0.0.22

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.
@@ -1,4 +1,4 @@
1
- /* Version: 0.0.21 */
1
+ /* Version: 0.0.22 */
2
2
  var Id = Object.defineProperty;
3
3
  var N0 = (r) => {
4
4
  throw TypeError(r);
@@ -2103,8 +2103,8 @@ const s1 = (r) => {
2103
2103
  }
2104
2104
  }, Xl = () => {
2105
2105
  switch (mt.getEnvironmentId()) {
2106
- case "aks_qua":
2107
- return "https://close-apparently-bluejay.ngrok-free.app/v1";
2106
+ case "aks_svi":
2107
+ return "https://aks-datapoint-back-65440859697.europe-west1.run.app/v1";
2108
2108
  case "aks_qua":
2109
2109
  return "https://aks-datapoint-back-65440859697.europe-west1.run.app/v1";
2110
2110
  case "":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akpm-datapoint-front",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",