@loaders.gl/core 4.0.4 → 4.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -233,7 +233,7 @@ async function parseData({
233
233
  }
234
234
 
235
235
  // src/null-loader.ts
236
- var VERSION = true ? "4.0.4" : "latest";
236
+ var VERSION = true ? "4.0.5" : "latest";
237
237
  var NullLoader = {
238
238
  name: "Null loader",
239
239
  id: "null",
@@ -198,7 +198,7 @@
198
198
  }
199
199
 
200
200
  // src/null-loader.ts
201
- var VERSION = true ? "4.0.4" : "latest";
201
+ var VERSION = true ? "4.0.5" : "latest";
202
202
  var NullLoader = {
203
203
  name: "Null loader",
204
204
  id: "null",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/core",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "description": "The core API for working with loaders.gl loaders and writers",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -49,9 +49,9 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.3.1",
52
- "@loaders.gl/loader-utils": "4.0.4",
53
- "@loaders.gl/worker-utils": "4.0.4",
52
+ "@loaders.gl/loader-utils": "4.0.5",
53
+ "@loaders.gl/worker-utils": "4.0.5",
54
54
  "@probe.gl/log": "^4.0.2"
55
55
  },
56
- "gitHead": "4dc810fa04bb400f4aedfef98a83c7ef882ed3d7"
56
+ "gitHead": "9cc48b95bdad8842ebfd9a19f487c534f32526e9"
57
57
  }