@loaders.gl/ply 4.0.4 → 4.1.0-alpha.2

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.
@@ -236,7 +236,7 @@
236
236
  }
237
237
 
238
238
  // src/ply-loader.ts
239
- var VERSION = true ? "4.0.4" : "latest";
239
+ var VERSION = true ? "4.1.0-alpha.2" : "latest";
240
240
  var PLYLoader = {
241
241
  name: "PLY",
242
242
  id: "ply",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/ply",
3
- "version": "4.0.4",
3
+ "version": "4.1.0-alpha.2",
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.4",
46
- "@loaders.gl/schema": "4.0.4"
45
+ "@loaders.gl/loader-utils": "4.1.0-alpha.2",
46
+ "@loaders.gl/schema": "4.1.0-alpha.2"
47
47
  },
48
- "gitHead": "4dc810fa04bb400f4aedfef98a83c7ef882ed3d7"
48
+ "gitHead": "a248382edd20e846c1ccb23c15d089fb9b368dbc"
49
49
  }