@crawlee/memory-storage
Advanced tools
Comparing version 3.0.0-beta.31 to 3.0.0-beta.32
{ | ||
"name": "@crawlee/memory-storage", | ||
"version": "3.0.0-beta.31", | ||
"version": "3.0.0-beta.32", | ||
"description": "A simple in-memory storage implementation of the Apify API", | ||
@@ -52,4 +52,4 @@ "engines": { | ||
"@apify/log": "^1.2.3", | ||
"@crawlee/types": "^3.0.0-beta.31", | ||
"@crawlee/utils": "^3.0.0-beta.31", | ||
"@crawlee/types": "^3.0.0-beta.32", | ||
"@crawlee/utils": "^3.0.0-beta.32", | ||
"@sapphire/shapeshift": "^3.0.0", | ||
@@ -56,0 +56,0 @@ "content-type": "^1.0.4", |
@@ -135,3 +135,3 @@ "use strict"; | ||
} | ||
const [start, end] = this.getStartAndEndIndexes(offset, limit); | ||
const [start, end] = existingStoreById.getStartAndEndIndexes(offset, limit); | ||
const items = []; | ||
@@ -138,0 +138,0 @@ for (let idx = start; idx < end; idx++) { |
@@ -153,3 +153,3 @@ "use strict"; | ||
hadMultipleClients: false, | ||
queueModifiedAt: this.modifiedAt, | ||
queueModifiedAt: existingQueueById.modifiedAt, | ||
items: items.map(({ json }) => this._jsonToRequest(json)), | ||
@@ -156,0 +156,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
228737