@loaders.gl/pcd 4.0.2 → 4.0.3

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.
@@ -626,7 +626,7 @@
626
626
  }
627
627
 
628
628
  // src/pcd-loader.ts
629
- var VERSION = true ? "4.0.2" : "latest";
629
+ var VERSION = true ? "4.0.3" : "latest";
630
630
  var PCDLoader = {
631
631
  name: "PCD (Point Cloud Data)",
632
632
  id: "pcd",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/pcd",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
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.2",
45
- "@loaders.gl/schema": "4.0.2"
44
+ "@loaders.gl/loader-utils": "4.0.3",
45
+ "@loaders.gl/schema": "4.0.3"
46
46
  },
47
- "gitHead": "471058d109d5652f28c32c1f296fd632f9a5c806"
47
+ "gitHead": "03c871839b36c997249dabae1844df53a35d3760"
48
48
  }