@loaders.gl/pcd 4.0.0-beta.5 → 4.0.0-beta.6

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.
@@ -618,7 +618,7 @@
618
618
  }
619
619
 
620
620
  // src/pcd-loader.ts
621
- var VERSION = true ? "4.0.0-beta.5" : "latest";
621
+ var VERSION = true ? "4.0.0-beta.6" : "latest";
622
622
  var PCDLoader = {
623
623
  name: "PCD (Point Cloud Data)",
624
624
  id: "pcd",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/pcd",
3
- "version": "4.0.0-beta.5",
3
+ "version": "4.0.0-beta.6",
4
4
  "description": "Framework-independent loader for the PCD format",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -41,8 +41,8 @@
41
41
  "build-worker": "esbuild src/workers/pcd-worker.ts --bundle --outfile=dist/pcd-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
42
42
  },
43
43
  "dependencies": {
44
- "@loaders.gl/loader-utils": "4.0.0-beta.5",
45
- "@loaders.gl/schema": "4.0.0-beta.5"
44
+ "@loaders.gl/loader-utils": "4.0.0-beta.6",
45
+ "@loaders.gl/schema": "4.0.0-beta.6"
46
46
  },
47
- "gitHead": "a6f5a0d1a316cc22396e5a4d480c14329d1ef146"
47
+ "gitHead": "2840f605b7a551e2ffef5f960231d989a0414c50"
48
48
  }