@loaders.gl/pcd 3.4.3 → 3.4.4

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.
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports._typecheckPCDLoader = exports.PCDLoader = void 0;
7
- var VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest';
7
+ var VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest';
8
8
  var PCDLoader = {
9
9
  name: 'PCD (Point Cloud Data)',
10
10
  id: 'pcd',
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "3.4.3" !== 'undefined' ? "3.4.3" : 'latest';
1
+ const VERSION = typeof "3.4.4" !== 'undefined' ? "3.4.4" : 'latest';
2
2
  export const PCDLoader = {
3
3
  name: 'PCD (Point Cloud Data)',
4
4
  id: 'pcd',
@@ -976,7 +976,7 @@
976
976
  }
977
977
 
978
978
  // src/pcd-loader.ts
979
- var VERSION = true ? "3.4.3" : "latest";
979
+ var VERSION = true ? "3.4.4" : "latest";
980
980
  var PCDLoader = {
981
981
  name: "PCD (Point Cloud Data)",
982
982
  id: "pcd",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/pcd",
3
- "version": "3.4.3",
3
+ "version": "3.4.4",
4
4
  "description": "Framework-independent loader for the PCD format",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -33,8 +33,8 @@
33
33
  "build-worker": "esbuild src/workers/pcd-worker.ts --bundle --outfile=dist/pcd-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
34
34
  },
35
35
  "dependencies": {
36
- "@loaders.gl/loader-utils": "3.4.3",
37
- "@loaders.gl/schema": "3.4.3"
36
+ "@loaders.gl/loader-utils": "3.4.4",
37
+ "@loaders.gl/schema": "3.4.4"
38
38
  },
39
- "gitHead": "e60626daeaec1e08eae0009668736f85410f8323"
39
+ "gitHead": "20f682f11c437189adac7e0ee8a4e2aca1c57d94"
40
40
  }