@loaders.gl/pcd 3.3.0 → 3.3.1

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.3.0" !== 'undefined' ? "3.3.0" : 'latest';
7
+ var VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest';
8
8
 
9
9
  var PCDLoader = {
10
10
  name: 'PCD (Point Cloud Data)',
@@ -1,5 +1,5 @@
1
1
 
2
- const VERSION = typeof "3.3.0" !== 'undefined' ? "3.3.0" : 'latest';
2
+ const VERSION = typeof "3.3.1" !== 'undefined' ? "3.3.1" : 'latest';
3
3
 
4
4
  export const PCDLoader = {
5
5
  name: 'PCD (Point Cloud Data)',
@@ -918,7 +918,7 @@
918
918
  }
919
919
 
920
920
  // src/pcd-loader.ts
921
- var VERSION = true ? "3.3.0" : "latest";
921
+ var VERSION = true ? "3.3.1" : "latest";
922
922
  var PCDLoader = {
923
923
  name: "PCD (Point Cloud Data)",
924
924
  id: "pcd",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/pcd",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
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.3.0",
37
- "@loaders.gl/schema": "3.3.0"
36
+ "@loaders.gl/loader-utils": "3.3.1",
37
+ "@loaders.gl/schema": "3.3.1"
38
38
  },
39
- "gitHead": "566d194f175a03e042d3e588cdd514048f428cc1"
39
+ "gitHead": "51632b5948e496a4b75e970030ad7579650c129d"
40
40
  }