akpm-akb-audit-handler 1.0.10 → 1.0.11

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.10 */
1
+ /* Version: 1.0.11 */
2
2
  var Wa = Object.defineProperty;
3
3
  var Nn = (e) => {
4
4
  throw TypeError(e);
@@ -2446,6 +2446,8 @@ const xt = (e) => {
2446
2446
  return "finanza";
2447
2447
  case "aks_stp":
2448
2448
  return "smartechpa";
2449
+ case "aks_aca":
2450
+ return "academy";
2449
2451
  default:
2450
2452
  return "development";
2451
2453
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akpm-akb-audit-handler",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",