@loaders.gl/core 4.0.0-beta.8 → 4.0.0

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.
@@ -200,7 +200,7 @@ async function parseData({
200
200
  }
201
201
 
202
202
  // src/null-loader.ts
203
- var VERSION = true ? "4.0.0-beta.8" : "latest";
203
+ var VERSION = true ? "4.0.0" : "latest";
204
204
  var NullLoader = {
205
205
  name: "Null loader",
206
206
  id: "null",
@@ -200,7 +200,7 @@
200
200
  }
201
201
 
202
202
  // src/null-loader.ts
203
- var VERSION = true ? "4.0.0-beta.8" : "latest";
203
+ var VERSION = true ? "4.0.0" : "latest";
204
204
  var NullLoader = {
205
205
  name: "Null loader",
206
206
  id: "null",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/core",
3
- "version": "4.0.0-beta.8",
3
+ "version": "4.0.0",
4
4
  "description": "The core API for working with loaders.gl loaders and writers",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -46,9 +46,9 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@babel/runtime": "^7.3.1",
49
- "@loaders.gl/loader-utils": "4.0.0-beta.8",
50
- "@loaders.gl/worker-utils": "4.0.0-beta.8",
49
+ "@loaders.gl/loader-utils": "4.0.0",
50
+ "@loaders.gl/worker-utils": "4.0.0",
51
51
  "@probe.gl/log": "^4.0.2"
52
52
  },
53
- "gitHead": "ec3d1747b4c01c52a235455d6462680e711b4e19"
53
+ "gitHead": "9b4211dc0ecd4134a1638ac0a29c5ea9008fd971"
54
54
  }