@loaders.gl/ply 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.PLYLoader = 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 PLYLoader = {
9
9
  name: 'PLY',
10
10
  id: 'ply',
@@ -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 PLYLoader = {
3
3
  name: 'PLY',
4
4
  id: 'ply',
@@ -227,7 +227,7 @@
227
227
  }
228
228
 
229
229
  // src/ply-loader.ts
230
- var VERSION = true ? "4.0.0-alpha.24" : "latest";
230
+ var VERSION = true ? "4.0.0-alpha.26" : "latest";
231
231
  var PLYLoader = {
232
232
  name: "PLY",
233
233
  id: "ply",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/ply",
3
- "version": "4.0.0-alpha.24",
3
+ "version": "4.0.0-alpha.26",
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.24",
38
- "@loaders.gl/schema": "4.0.0-alpha.24"
37
+ "@loaders.gl/loader-utils": "4.0.0-alpha.26",
38
+ "@loaders.gl/schema": "4.0.0-alpha.26"
39
39
  },
40
- "gitHead": "97a8990595c132fb14e3445a8768d9f4cb98ff05"
40
+ "gitHead": "91adce71f74dacc7c8bfc379f0d122f2beae70d9"
41
41
  }