@loaders.gl/obj 3.2.0-alpha.1 → 3.2.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.
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports._typecheckMTLLoader = exports.MTLLoader = void 0;
7
- var VERSION = typeof "3.2.0-alpha.1" !== 'undefined' ? "3.2.0-alpha.1" : 'latest';
7
+ var VERSION = typeof "3.2.0-alpha.2" !== 'undefined' ? "3.2.0-alpha.2" : 'latest';
8
8
  var MTLLoader = {
9
9
  name: 'MTL',
10
10
  id: 'mtl',
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports._typecheckOBJLoader = exports.OBJLoader = void 0;
7
- var VERSION = typeof "3.2.0-alpha.1" !== 'undefined' ? "3.2.0-alpha.1" : 'latest';
7
+ var VERSION = typeof "3.2.0-alpha.2" !== 'undefined' ? "3.2.0-alpha.2" : 'latest';
8
8
  var OBJLoader = {
9
9
  name: 'OBJ',
10
10
  id: 'obj',
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "3.2.0-alpha.1" !== 'undefined' ? "3.2.0-alpha.1" : 'latest';
1
+ const VERSION = typeof "3.2.0-alpha.2" !== 'undefined' ? "3.2.0-alpha.2" : 'latest';
2
2
  export const MTLLoader = {
3
3
  name: 'MTL',
4
4
  id: 'mtl',
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "3.2.0-alpha.1" !== 'undefined' ? "3.2.0-alpha.1" : 'latest';
1
+ const VERSION = typeof "3.2.0-alpha.2" !== 'undefined' ? "3.2.0-alpha.2" : 'latest';
2
2
  export const OBJLoader = {
3
3
  name: 'OBJ',
4
4
  id: 'obj',
@@ -1204,7 +1204,7 @@
1204
1204
  }
1205
1205
 
1206
1206
  // src/obj-loader.ts
1207
- var VERSION = true ? "3.2.0-alpha.1" : "latest";
1207
+ var VERSION = true ? "3.2.0-alpha.2" : "latest";
1208
1208
  var OBJLoader = {
1209
1209
  name: "OBJ",
1210
1210
  id: "obj",
@@ -1223,7 +1223,7 @@
1223
1223
  }
1224
1224
 
1225
1225
  // src/mtl-loader.ts
1226
- var VERSION2 = true ? "3.2.0-alpha.1" : "latest";
1226
+ var VERSION2 = true ? "3.2.0-alpha.2" : "latest";
1227
1227
  var MTLLoader = {
1228
1228
  name: "MTL",
1229
1229
  id: "mtl",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/obj",
3
- "version": "3.2.0-alpha.1",
3
+ "version": "3.2.0-alpha.2",
4
4
  "description": "Framework-independent loader for the OBJ 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": "3.2.0-alpha.1",
38
- "@loaders.gl/schema": "3.2.0-alpha.1"
37
+ "@loaders.gl/loader-utils": "3.2.0-alpha.2",
38
+ "@loaders.gl/schema": "3.2.0-alpha.2"
39
39
  },
40
- "gitHead": "423a2815092b08dcf93ad5b7dc2940b167305afe"
40
+ "gitHead": "52a602739cbfce60fc314f474efc984d199dff78"
41
41
  }