@loaders.gl/ply 4.0.0-alpha.6 → 4.0.0-alpha.8

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._typecheckPLYLoader = exports.PLYLoader = void 0;
7
- var VERSION = typeof "4.0.0-alpha.6" !== 'undefined' ? "4.0.0-alpha.6" : 'latest';
7
+ var VERSION = typeof "4.0.0-alpha.8" !== 'undefined' ? "4.0.0-alpha.8" : 'latest';
8
8
  var PLYLoader = {
9
9
  name: 'PLY',
10
10
  id: 'ply',
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "4.0.0-alpha.6" !== 'undefined' ? "4.0.0-alpha.6" : 'latest';
1
+ const VERSION = typeof "4.0.0-alpha.8" !== 'undefined' ? "4.0.0-alpha.8" : 'latest';
2
2
  export const PLYLoader = {
3
3
  name: 'PLY',
4
4
  id: 'ply',
@@ -222,7 +222,7 @@
222
222
  }
223
223
 
224
224
  // src/ply-loader.ts
225
- var VERSION = true ? "4.0.0-alpha.6" : "latest";
225
+ var VERSION = true ? "4.0.0-alpha.8" : "latest";
226
226
  var PLYLoader = {
227
227
  name: "PLY",
228
228
  id: "ply",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/ply",
3
- "version": "4.0.0-alpha.6",
3
+ "version": "4.0.0-alpha.8",
4
4
  "description": "Framework-independent loader for the PLY format",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@babel/runtime": "^7.3.1",
37
- "@loaders.gl/loader-utils": "4.0.0-alpha.6",
38
- "@loaders.gl/schema": "4.0.0-alpha.6"
37
+ "@loaders.gl/loader-utils": "4.0.0-alpha.8",
38
+ "@loaders.gl/schema": "4.0.0-alpha.8"
39
39
  },
40
- "gitHead": "acc1985050dfaa0f1f0c066f8da5bce7454a046c"
40
+ "gitHead": "c35d6640c8d26deab99e277a8e698b5174233789"
41
41
  }