@loaders.gl/ply 3.1.4 → 3.1.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.
@@ -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 "3.1.4" !== 'undefined' ? "3.1.4" : 'latest';
7
+ var VERSION = typeof "3.1.5" !== 'undefined' ? "3.1.5" : 'latest';
8
8
  var PLYLoader = {
9
9
  name: 'PLY',
10
10
  id: 'ply',
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "3.1.4" !== 'undefined' ? "3.1.4" : 'latest';
1
+ const VERSION = typeof "3.1.5" !== 'undefined' ? "3.1.5" : 'latest';
2
2
  export const PLYLoader = {
3
3
  name: 'PLY',
4
4
  id: 'ply',
@@ -190,7 +190,7 @@
190
190
  }
191
191
 
192
192
  // src/ply-loader.ts
193
- var VERSION = true ? "3.1.4" : "latest";
193
+ var VERSION = true ? "3.1.5" : "latest";
194
194
  var PLYLoader = {
195
195
  name: "PLY",
196
196
  id: "ply",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/ply",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "description": "Framework-independent loader for the PLY format",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -34,11 +34,11 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@babel/runtime": "^7.3.1",
37
- "@loaders.gl/loader-utils": "3.1.4",
38
- "@loaders.gl/schema": "3.1.4"
37
+ "@loaders.gl/loader-utils": "3.1.5",
38
+ "@loaders.gl/schema": "3.1.5"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@loaders.gl/core": "3.1.0"
42
42
  },
43
- "gitHead": "4d27d3ac6023e53b562dcad83b9254b198e81ee5"
43
+ "gitHead": "c9ddd753c8353ac15a8ab31b29b0e5f927de43a9"
44
44
  }