akpm-akb-audit-handler 1.0.4 → 1.0.5

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.4 */
1
+ /* Version: 1.0.5 */
2
2
  var Ua = Object.defineProperty;
3
3
  var Tn = (e) => {
4
4
  throw TypeError(e);
@@ -2790,7 +2790,7 @@ const Fo = async (e) => Or(async () => {
2790
2790
  "x-token": V.getToken()
2791
2791
  },
2792
2792
  body: JSON.stringify({
2793
- nome: "AA_" + e + "_" + Date.now()
2793
+ nome: e
2794
2794
  })
2795
2795
  });
2796
2796
  if (!n.ok)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akpm-akb-audit-handler",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",