@@ -83,3 +83,3 @@ "use strict"; | ||
| const [x, y, z] = dimensions; | ||
| return Array.from({ length: x }, (_, index) => { | ||
| return new Array(x).fill(undefined).map((_, index) => { | ||
| const startIndex = index * y * z; | ||
@@ -86,0 +86,0 @@ const endIndex = startIndex + z; |
@@ -54,3 +54,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
| const [x, y, z] = dimensions; | ||
| return Array.from({ length: x }, (_, index) => { | ||
| return new Array(x).fill(undefined).map((_, index) => { | ||
| const startIndex = index * y * z; | ||
@@ -57,0 +57,0 @@ const endIndex = startIndex + z; |
+1
-1
| { | ||
| "name": "fastembed", | ||
| "version": "1.14.0", | ||
| "version": "1.14.1", | ||
| "description": "NodeJS implementation of @Qdrant/fastembed", | ||
@@ -5,0 +5,0 @@ "licenses": [ |
44939
0.03%