@loaders.gl/pcd 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.
@@ -616,7 +616,7 @@
616
616
  }
617
617
 
618
618
  // src/pcd-loader.ts
619
- var VERSION = true ? "4.0.4" : "latest";
619
+ var VERSION = true ? "4.0.5" : "latest";
620
620
  var PCDLoader = {
621
621
  name: "PCD (Point Cloud Data)",
622
622
  id: "pcd",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/pcd",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
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.4",
45
- "@loaders.gl/schema": "4.0.4"
44
+ "@loaders.gl/loader-utils": "4.0.5",
45
+ "@loaders.gl/schema": "4.0.5"
46
46
  },
47
- "gitHead": "4dc810fa04bb400f4aedfef98a83c7ef882ed3d7"
47
+ "gitHead": "9cc48b95bdad8842ebfd9a19f487c534f32526e9"
48
48
  }