@loaders.gl/obj
Advanced tools
Comparing version 4.1.0-alpha.2 to 4.1.0-alpha.3
@@ -637,3 +637,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
// src/obj-loader.ts | ||
var VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest"; | ||
var VERSION = true ? "4.1.0-alpha.3" : "latest"; | ||
var OBJLoader = { | ||
@@ -726,3 +726,3 @@ name: "OBJ", | ||
// src/mtl-loader.ts | ||
var VERSION2 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest"; | ||
var VERSION2 = true ? "4.1.0-alpha.3" : "latest"; | ||
var MTLLoader = { | ||
@@ -729,0 +729,0 @@ name: "MTL", |
@@ -1,2 +0,2 @@ | ||
const VERSION = typeof __VERSION__ !== 'undefined' ? __VERSION__ : 'latest'; | ||
const VERSION = typeof "4.1.0-alpha.3" !== 'undefined' ? "4.1.0-alpha.3" : 'latest'; | ||
export const MTLLoader = { | ||
@@ -3,0 +3,0 @@ name: 'MTL', |
@@ -1,2 +0,2 @@ | ||
const VERSION = typeof __VERSION__ !== 'undefined' ? __VERSION__ : 'latest'; | ||
const VERSION = typeof "4.1.0-alpha.3" !== 'undefined' ? "4.1.0-alpha.3" : 'latest'; | ||
export const OBJLoader = { | ||
@@ -3,0 +3,0 @@ name: 'OBJ', |
@@ -742,3 +742,3 @@ "use strict"; | ||
// src/obj-loader.ts | ||
var VERSION = true ? "4.1.0-alpha.2" : "latest"; | ||
var VERSION = true ? "4.1.0-alpha.3" : "latest"; | ||
var OBJLoader = { | ||
@@ -831,3 +831,3 @@ name: "OBJ", | ||
// src/mtl-loader.ts | ||
var VERSION2 = true ? "4.1.0-alpha.2" : "latest"; | ||
var VERSION2 = true ? "4.1.0-alpha.3" : "latest"; | ||
var MTLLoader = { | ||
@@ -834,0 +834,0 @@ name: "MTL", |
{ | ||
"name": "@loaders.gl/obj", | ||
"version": "4.1.0-alpha.2", | ||
"version": "4.1.0-alpha.3", | ||
"description": "Framework-independent loader for the OBJ format", | ||
@@ -45,6 +45,6 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.2", | ||
"@loaders.gl/schema": "4.1.0-alpha.2" | ||
"@loaders.gl/loader-utils": "4.1.0-alpha.3", | ||
"@loaders.gl/schema": "4.1.0-alpha.3" | ||
}, | ||
"gitHead": "a248382edd20e846c1ccb23c15d089fb9b368dbc" | ||
"gitHead": "b78075a7cb8d4ecd4aac84805ce74b8ceb400cf7" | ||
} |
@@ -1,2 +0,3 @@ | ||
// loaders.gl, MIT license | ||
// loaders.gl | ||
// SPDX-License-Identifier: MIT | ||
// Copyright (c) vis.gl contributors | ||
@@ -3,0 +4,0 @@ |
@@ -1,2 +0,3 @@ | ||
// loaders.gl, MIT license | ||
// loaders.gl | ||
// SPDX-License-Identifier: MIT | ||
// Copyright (c) vis.gl contributors | ||
@@ -3,0 +4,0 @@ // Forked from THREE.js under MIT license |
@@ -1,2 +0,3 @@ | ||
// loaders.gl, MIT license | ||
// loaders.gl | ||
// SPDX-License-Identifier: MIT | ||
// Copyright (c) vis.gl contributors | ||
@@ -3,0 +4,0 @@ import type {Loader, LoaderOptions} from '@loaders.gl/loader-utils'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
183995
3723
+ Added@loaders.gl/loader-utils@4.1.0-alpha.3(transitive)
+ Added@loaders.gl/schema@4.1.0-alpha.3(transitive)
+ Added@loaders.gl/worker-utils@4.1.0-alpha.3(transitive)
- Removed@loaders.gl/loader-utils@4.1.0-alpha.2(transitive)
- Removed@loaders.gl/schema@4.1.0-alpha.2(transitive)
- Removed@loaders.gl/worker-utils@4.1.0-alpha.2(transitive)