@loaders.gl/ply 4.0.0-beta.5 → 4.0.0-beta.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.
@@ -238,7 +238,7 @@
238
238
  }
239
239
 
240
240
  // src/ply-loader.ts
241
- var VERSION = true ? "4.0.0-beta.5" : "latest";
241
+ var VERSION = true ? "4.0.0-beta.6" : "latest";
242
242
  var PLYLoader = {
243
243
  name: "PLY",
244
244
  id: "ply",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/ply",
3
- "version": "4.0.0-beta.5",
3
+ "version": "4.0.0-beta.6",
4
4
  "description": "Framework-independent loader for the PLY format",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -42,8 +42,8 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@babel/runtime": "^7.3.1",
45
- "@loaders.gl/loader-utils": "4.0.0-beta.5",
46
- "@loaders.gl/schema": "4.0.0-beta.5"
45
+ "@loaders.gl/loader-utils": "4.0.0-beta.6",
46
+ "@loaders.gl/schema": "4.0.0-beta.6"
47
47
  },
48
- "gitHead": "a6f5a0d1a316cc22396e5a4d480c14329d1ef146"
48
+ "gitHead": "2840f605b7a551e2ffef5f960231d989a0414c50"
49
49
  }