@loaders.gl/pcd 3.1.2 → 3.1.6

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.1.2" !== 'undefined' ? "3.1.2" : 'latest';
7
+ var VERSION = typeof "3.1.6" !== 'undefined' ? "3.1.6" : '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.1.2" !== 'undefined' ? "3.1.2" : 'latest';
1
+ const VERSION = typeof "3.1.6" !== 'undefined' ? "3.1.6" : 'latest';
2
2
  export const PCDLoader = {
3
3
  name: 'PCD (Point Cloud Data)',
4
4
  id: 'pcd',
@@ -886,7 +886,7 @@
886
886
  }
887
887
 
888
888
  // src/pcd-loader.ts
889
- var VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
889
+ var VERSION = true ? "3.1.6" : "latest";
890
890
  var PCDLoader = {
891
891
  name: "PCD (Point Cloud Data)",
892
892
  id: "pcd",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/pcd",
3
- "version": "3.1.2",
3
+ "version": "3.1.6",
4
4
  "description": "Framework-independent loader for the PCD format",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -30,11 +30,11 @@
30
30
  "scripts": {
31
31
  "pre-build": "npm run build-worker && npm run build-bundle",
32
32
  "build-bundle": "esbuild src/bundle.ts --bundle --outfile=dist/dist.min.js",
33
- "build-worker": "esbuild src/workers/pcd-worker.ts --bundle --outfile=dist/pcd-worker.js"
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.1.2",
37
- "@loaders.gl/schema": "3.1.2"
36
+ "@loaders.gl/loader-utils": "3.1.6",
37
+ "@loaders.gl/schema": "3.1.6"
38
38
  },
39
- "gitHead": "5c25bb71a2ac8558ecedf2256cc925427b2a0506"
39
+ "gitHead": "4fe0724b942697a95ff3eb3af47b7a7c18556c52"
40
40
  }