From bcf3cf2741bd968b06216ff947bc7788d86762ed Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 28 Jan 2023 02:44:58 +0300 Subject: [PATCH] bumped version... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 4 ++++ Viewer/package-lock.json | 4 ++-- Viewer/package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index c022d9a3..8f5b1b12 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -3058,6 +3058,10 @@ function(title, func){ .then(function(res){ return res }) } } // XXX we need to flatten this once and in-place... + // ...if we keep this code it will copy res + // on each call... + // ...if we splice the flattened data back + // into res it will be done on each call... //return res && res.flat() }) } } // run... diff --git a/Viewer/package-lock.json b/Viewer/package-lock.json index d8e7a10b..a2b5516c 100644 --- a/Viewer/package-lock.json +++ b/Viewer/package-lock.json @@ -1,12 +1,12 @@ { "name": "ImageGrid.Viewer.g4", - "version": "4.0.4a", + "version": "4.0.5a", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ImageGrid.Viewer.g4", - "version": "4.0.4a", + "version": "4.0.5a", "dependencies": { "app-module-path": "*", "async-json": "0.0.2", diff --git a/Viewer/package.json b/Viewer/package.json index dc82741a..0082d2b3 100644 --- a/Viewer/package.json +++ b/Viewer/package.json @@ -1,7 +1,7 @@ { "name": "ImageGrid.Viewer.g4", "main": "index.html", - "version": "4.0.4a", + "version": "4.0.5a", "author": "Alex A. Naanou (https://github.com/flynx)", "contributors": [], "repository": "github:flynx/ImageGrid",