@loaders.gl/las 4.4.0-alpha.10 → 4.4.0-alpha.9

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 @@
4
4
  import { LASFormat } from "./las-format.js";
5
5
  // __VERSION__ is injected by babel-plugin-version-inline
6
6
  // @ts-ignore TS2304: Cannot find name '__VERSION__'.
7
- const VERSION = typeof "4.4.0-alpha.10" !== 'undefined' ? "4.4.0-alpha.10" : 'latest';
7
+ const VERSION = typeof "4.4.0-alpha.9" !== 'undefined' ? "4.4.0-alpha.9" : 'latest';
8
8
  /**
9
9
  * Loader for the LAS (LASer) point cloud format
10
10
  */
@@ -1 +1 @@
1
- {"version":3,"file":"las-loader.js","sourceRoot":"","sources":["../src/las-loader.ts"],"names":[],"mappings":"AAAA,aAAa;AACb,+BAA+B;AAC/B,oCAAoC;AAKpC,OAAO,EAAC,SAAS,EAAC,wBAAqB;AAEvC,yDAAyD;AACzD,qDAAqD;AACrD,MAAM,OAAO,GAAG,uBAAkB,KAAK,WAAW,CAAC,CAAC,kBAAa,CAAC,CAAC,QAAQ,CAAC;AAc5E;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,GAAG,SAAS;IAEZ,QAAQ,EAAE,IAA0B;IACpC,SAAS,EAAE,IAAa;IAExB,OAAO,EAAE,OAAO;IAChB,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE;QACP,GAAG,EAAE;YACH,KAAK,EAAE,MAAM;YACb,IAAI,EAAE,KAAK;YACX,IAAI,EAAE,CAAC;YACP,UAAU,EAAE,CAAC;SACd;KACF;CAC0D,CAAC"}
1
+ {"version":3,"file":"las-loader.js","sourceRoot":"","sources":["../src/las-loader.ts"],"names":[],"mappings":"AAAA,aAAa;AACb,+BAA+B;AAC/B,oCAAoC;AAKpC,OAAO,EAAC,SAAS,EAAC,wBAAqB;AAEvC,yDAAyD;AACzD,qDAAqD;AACrD,MAAM,OAAO,GAAG,sBAAkB,KAAK,WAAW,CAAC,CAAC,iBAAa,CAAC,CAAC,QAAQ,CAAC;AAc5E;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,GAAG,SAAS;IAEZ,QAAQ,EAAE,IAA0B;IACpC,SAAS,EAAE,IAAa;IAExB,OAAO,EAAE,OAAO;IAChB,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE;QACP,GAAG,EAAE;YACH,KAAK,EAAE,MAAM;YACb,IAAI,EAAE,KAAK;YACX,IAAI,EAAE,CAAC;YACP,UAAU,EAAE,CAAC;SACd;KACF;CAC0D,CAAC"}
@@ -234,7 +234,7 @@
234
234
  };
235
235
 
236
236
  // src/las-loader.ts
237
- var VERSION = true ? "4.4.0-alpha.10" : "latest";
237
+ var VERSION = true ? "4.4.0-alpha.9" : "latest";
238
238
  var LASWorkerLoader = {
239
239
  ...LASFormat,
240
240
  dataType: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/las",
3
- "version": "4.4.0-alpha.10",
3
+ "version": "4.4.0-alpha.9",
4
4
  "description": "Framework-independent loader for the LAS and LAZ formats",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -52,13 +52,13 @@
52
52
  "build-worker": "esbuild src/workers/las-worker.ts --bundle --outfile=dist/las-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
53
53
  },
54
54
  "dependencies": {
55
- "@loaders.gl/loader-utils": "4.4.0-alpha.10",
56
- "@loaders.gl/schema": "4.4.0-alpha.10",
57
- "@loaders.gl/schema-utils": "4.4.0-alpha.10",
55
+ "@loaders.gl/loader-utils": "4.4.0-alpha.9",
56
+ "@loaders.gl/schema": "4.4.0-alpha.9",
57
+ "@loaders.gl/schema-utils": "4.4.0-alpha.9",
58
58
  "laz-perf": "^0.0.6"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "@loaders.gl/core": "4.4.0-alpha.1"
62
62
  },
63
- "gitHead": "7b4dc3fdbaed20a2597c70c57efdcda5c404147f"
63
+ "gitHead": "e9e6710379718c7663e97eba868c76e15de4cb84"
64
64
  }