akpm-akb-audit-handler 1.0.1 → 1.0.3

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: 1.0.1 */
1
+ /* Version: 1.0.3 */
2
2
  var Ua = Object.defineProperty;
3
3
  var Tn = (e) => {
4
4
  throw TypeError(e);
@@ -2454,11 +2454,11 @@ const ur = (e) => {
2454
2454
  case "aks_svi":
2455
2455
  return "http://localhost:8080/v1";
2456
2456
  case "aks_qua":
2457
- return "https://aks-audit-handler-back-65440859697.europe-west1.run.app/forge";
2457
+ return "https://aks-audit-handler-back-65440859697.europe-west1.run.app/v1";
2458
2458
  case "":
2459
2459
  throw new Error("Environment ID not set");
2460
2460
  default:
2461
- return "https://aks-audit-handler-back-573906316236.europe-west1.run.app/forge";
2461
+ return "https://aks-audit-handler-back-573906316236.europe-west1.run.app/v1";
2462
2462
  }
2463
2463
  }, _o = () => {
2464
2464
  const t = document.cookie.split(";").find((r) => r.includes("akb-audit-handler-token"));
@@ -2933,7 +2933,7 @@ async function Yo(e, t, r, n, a, i) {
2933
2933
  async function Wo(e, t, r, n, a, i) {
2934
2934
  if (!s(t)) return;
2935
2935
  let o = r(!0);
2936
- if (o) {
2936
+ if (console.log("Categorie vuote trovate:", o), o !== void 0) {
2937
2937
  if (o > 0) {
2938
2938
  alert(`⚠ Impossibile inviare il template alla Suite. Ci sono ${o} categorie vuote. Per favore, rimuovile o aggiungi domande prima di procedere.`);
2939
2939
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akpm-akb-audit-handler",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",