@comunica/bus-http
Advanced tools
Comparing version 2.5.3-alpha.37.0 to 2.5.3-alpha.39.0
@@ -6,4 +6,5 @@ "use strict"; | ||
const readable_web_to_node_stream_1 = require("readable-web-to-node-stream"); | ||
// TODO: Remove when targeting NodeJS 18+ | ||
global.ReadableStream = global.ReadableStream || require('web-streams-ponyfill').ReadableStream; | ||
if (!global.ReadableStream) { | ||
global.ReadableStream = require('web-streams-ponyfill').ReadableStream; | ||
} | ||
const isStream = require('is-stream'); | ||
@@ -10,0 +11,0 @@ const toWebReadableStream = require('readable-stream-node-to-web'); |
{ | ||
"name": "@comunica/bus-http", | ||
"version": "2.5.3-alpha.37.0", | ||
"version": "2.5.3-alpha.39.0", | ||
"description": "A comunica bus for 'http' events.", | ||
@@ -34,3 +34,3 @@ "lsd:module": true, | ||
"dependencies": { | ||
"@comunica/core": "2.5.3-alpha.37.0", | ||
"@comunica/core": "2.5.3-alpha.39.0", | ||
"is-stream": "^2.0.1", | ||
@@ -46,3 +46,3 @@ "readable-stream-node-to-web": "^1.0.1", | ||
}, | ||
"gitHead": "e3b938940fa30b10bf2aa68a5f6ac3086399873a" | ||
"gitHead": "dfad5aba52972f5e85debb3452f663c927e7bec5" | ||
} |
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
132
21006
+ Added@comunica/core@2.5.3-alpha.39.0(transitive)
+ Added@comunica/types@2.5.3-alpha.39.0(transitive)
- Removed@comunica/core@2.5.3-alpha.37.0(transitive)
- Removed@comunica/types@2.5.3-alpha.37.0(transitive)