@loaders.gl/potree 4.0.0-beta.3 → 4.0.0-beta.5

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.
Files changed (2) hide show
  1. package/dist/dist.dev.js +0 -4
  2. package/package.json +3 -3
package/dist/dist.dev.js CHANGED
@@ -127,8 +127,6 @@ var __exports__ = (() => {
127
127
  name: "potree Hierarchy Chunk",
128
128
  extensions: ["hrc"],
129
129
  mimeTypes: ["application/octet-stream"],
130
- // binary potree files have no header bytes, no content test function possible
131
- // test: ['...'],
132
130
  parse: async (arrayBuffer, options) => parsePotreeHierarchyChunk(arrayBuffer),
133
131
  parseSync: (arrayBuffer, options) => parsePotreeHierarchyChunk(arrayBuffer),
134
132
  binary: true
@@ -145,8 +143,6 @@ var __exports__ = (() => {
145
143
  id: "potree",
146
144
  extensions: ["bin"],
147
145
  mimeTypes: ["application/octet-stream"],
148
- // Unfortunately binary potree files have no header bytes, no test possible
149
- // test: ['...'],
150
146
  parseSync,
151
147
  binary: true
152
148
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/potree",
3
- "version": "4.0.0-beta.3",
3
+ "version": "4.0.0-beta.5",
4
4
  "description": "potree loaders for large point clouds.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -43,8 +43,8 @@
43
43
  "build-bundle": "ocular-bundle ./src/index.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@loaders.gl/math": "4.0.0-beta.3",
46
+ "@loaders.gl/math": "4.0.0-beta.5",
47
47
  "@math.gl/core": "^4.0.0"
48
48
  },
49
- "gitHead": "7ba9621cc51c7a26c407086ac86171f35b8712af"
49
+ "gitHead": "a6f5a0d1a316cc22396e5a4d480c14329d1ef146"
50
50
  }