@loaders.gl/core
Advanced tools
Comparing version 4.0.0-beta.4 to 4.0.0-beta.5
@@ -203,3 +203,3 @@ "use strict"; | ||
// src/null-loader.ts | ||
var VERSION = true ? "4.0.0-beta.4" : "latest"; | ||
var VERSION = true ? "4.0.0-beta.5" : "latest"; | ||
var NullLoader = { | ||
@@ -206,0 +206,0 @@ name: "Null loader", |
@@ -203,3 +203,3 @@ "use strict"; | ||
// src/null-loader.ts | ||
var VERSION = true ? "4.0.0-beta.4" : "latest"; | ||
var VERSION = true ? "4.0.0-beta.5" : "latest"; | ||
var NullLoader = { | ||
@@ -206,0 +206,0 @@ name: "Null loader", |
{ | ||
"name": "@loaders.gl/core", | ||
"version": "4.0.0-beta.4", | ||
"version": "4.0.0-beta.5", | ||
"description": "The core API for working with loaders.gl loaders and writers", | ||
@@ -49,7 +49,7 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/loader-utils": "4.0.0-beta.4", | ||
"@loaders.gl/worker-utils": "4.0.0-beta.4", | ||
"@loaders.gl/loader-utils": "4.0.0-beta.5", | ||
"@loaders.gl/worker-utils": "4.0.0-beta.5", | ||
"@probe.gl/log": "^4.0.2" | ||
}, | ||
"gitHead": "848c20b474532d301f2c3f8d4e1fb9bf262b86d4" | ||
"gitHead": "a6f5a0d1a316cc22396e5a4d480c14329d1ef146" | ||
} |
@@ -32,2 +32,3 @@ export type MakeStreamOptions = { | ||
// See: https://developer.mozilla.org/en-US/docs/Web/API/ReadableByteStreamController | ||
// @ts-ignore | ||
type: 'bytes', | ||
@@ -34,0 +35,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
567343
10304
+ Added@loaders.gl/loader-utils@4.0.0-beta.5(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-beta.5(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-beta.4(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-beta.4(transitive)