@comunica/actor-http-wayback
Advanced tools
Comparing version 2.8.2 to 2.10.0
@@ -6,2 +6,3 @@ "use strict"; | ||
const context_entries_1 = require("@comunica/context-entries"); | ||
// Use require instead of import for default exports, to be compatible with variants of esModuleInterop in tsconfig. | ||
const stringifyStream = require("stream-to-string"); | ||
@@ -8,0 +9,0 @@ require("cross-fetch/polyfill"); |
{ | ||
"name": "@comunica/actor-http-wayback", | ||
"version": "2.8.2", | ||
"version": "2.10.0", | ||
"description": "A wayback http actor", | ||
@@ -35,5 +35,5 @@ "lsd:module": true, | ||
"dependencies": { | ||
"@comunica/bus-http": "^2.8.2", | ||
"@comunica/context-entries": "^2.8.2", | ||
"@comunica/core": "^2.8.2", | ||
"@comunica/bus-http": "^2.10.0", | ||
"@comunica/context-entries": "^2.10.0", | ||
"@comunica/core": "^2.10.0", | ||
"cross-fetch": "^4.0.0", | ||
@@ -47,3 +47,3 @@ "stream-to-string": "^1.2.0" | ||
}, | ||
"gitHead": "293cf4edac83099ee3146a68161bea6b77edf300" | ||
"gitHead": "4d8603ca7e7606ca8eaef305e8753b3f91668f4e" | ||
} |
Sorry, the diff of this file is not supported yet
21881
94
Updated@comunica/bus-http@^2.10.0
Updated@comunica/core@^2.10.0