akpm-knowledge-base-chat 1.0.71 → 1.0.72

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.
Files changed (2) hide show
  1. package/CDN/akb-chat.js +3 -2
  2. package/package.json +1 -1
package/CDN/akb-chat.js CHANGED
@@ -1,4 +1,4 @@
1
- /* Version: 1.0.71 */
1
+ /* Version: 1.0.72 */
2
2
  var ro = Object.defineProperty;
3
3
  var qi = (t) => {
4
4
  throw TypeError(t);
@@ -3255,7 +3255,8 @@ const Wu = async (t) => {
3255
3255
  }
3256
3256
  Gu(Hu(), {
3257
3257
  id_allegato: t.split("_")[1],
3258
- nome_file: e,
3258
+ nome_file: e.split(".").slice(0, -1).join("."),
3259
+ estensione_file: e.split(".").pop() || "",
3259
3260
  function: "edit"
3260
3261
  });
3261
3262
  }, Vu = async () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "akpm-knowledge-base-chat",
3
3
  "private": false,
4
- "version": "1.0.71",
4
+ "version": "1.0.72",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "CDN"