@loaders.gl/pcd 4.0.0-alpha.24 → 4.0.0-alpha.26

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.PCDLoader = void 0;
7
- var VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest';
7
+ var VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest';
8
8
  var PCDLoader = {
9
9
  name: 'PCD (Point Cloud Data)',
10
10
  id: 'pcd',
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest';
1
+ const VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest';
2
2
  export const PCDLoader = {
3
3
  name: 'PCD (Point Cloud Data)',
4
4
  id: 'pcd',
@@ -565,7 +565,7 @@
565
565
  }
566
566
 
567
567
  // src/pcd-loader.ts
568
- var VERSION = true ? "4.0.0-alpha.24" : "latest";
568
+ var VERSION = true ? "4.0.0-alpha.26" : "latest";
569
569
  var PCDLoader = {
570
570
  name: "PCD (Point Cloud Data)",
571
571
  id: "pcd",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/pcd",
3
- "version": "4.0.0-alpha.24",
3
+ "version": "4.0.0-alpha.26",
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": "4.0.0-alpha.24",
37
- "@loaders.gl/schema": "4.0.0-alpha.24"
36
+ "@loaders.gl/loader-utils": "4.0.0-alpha.26",
37
+ "@loaders.gl/schema": "4.0.0-alpha.26"
38
38
  },
39
- "gitHead": "97a8990595c132fb14e3445a8768d9f4cb98ff05"
39
+ "gitHead": "91adce71f74dacc7c8bfc379f0d122f2beae70d9"
40
40
  }