@loaders.gl/draco
Advanced tools
Comparing version 1.1.4 to 1.2.0-alpha.1
@@ -42,6 +42,3 @@ "use strict"; | ||
var DEPRECATION_WARNING = "DracoWorkerLoader must be imported from @loaders.gl/draco/worker-loader. Using DracoLoader instead"; | ||
function parseSync(arrayBuffer, options) { | ||
console.warn(DEPRECATION_WARNING); | ||
var dracoParser = new _dracoParser["default"](); | ||
@@ -48,0 +45,0 @@ |
@@ -6,6 +6,4 @@ export { default as DracoLoader } from './draco-loader'; | ||
import DracoParser from './draco-parser'; | ||
const DEPRECATION_WARNING = "DracoWorkerLoader must be imported from @loaders.gl/draco/worker-loader. Using DracoLoader instead"; | ||
function parseSync(arrayBuffer, options) { | ||
console.warn(DEPRECATION_WARNING); | ||
const dracoParser = new DracoParser(); | ||
@@ -12,0 +10,0 @@ |
@@ -6,6 +6,4 @@ export { default as DracoLoader } from './draco-loader'; | ||
import DracoParser from './draco-parser'; | ||
var DEPRECATION_WARNING = "DracoWorkerLoader must be imported from @loaders.gl/draco/worker-loader. Using DracoLoader instead"; | ||
function parseSync(arrayBuffer, options) { | ||
console.warn(DEPRECATION_WARNING); | ||
var dracoParser = new DracoParser(); | ||
@@ -12,0 +10,0 @@ |
{ | ||
"name": "@loaders.gl/draco", | ||
"version": "1.1.4", | ||
"version": "1.2.0-alpha.1", | ||
"description": "Framework-independent loader and writer for Draco compressed meshes and point clouds", | ||
@@ -41,6 +41,6 @@ "license": "MIT", | ||
"@babel/runtime": "^7.3.1", | ||
"@loaders.gl/loader-utils": "1.1.4", | ||
"@loaders.gl/loader-utils": "1.2.0-alpha.1", | ||
"draco3d": "^1.3.4" | ||
}, | ||
"gitHead": "7d16dd0cf37da55c105626a7189f0a2c94bea283" | ||
"gitHead": "36a88fa27c77294450d3bde3d5bde37f3f9ff3f5" | ||
} |
@@ -12,9 +12,3 @@ export {default as DracoLoader} from './draco-loader'; | ||
const DEPRECATION_WARNING = `\ | ||
DracoWorkerLoader must be imported from @loaders.gl/draco/worker-loader. \ | ||
Using DracoLoader instead`; | ||
function parseSync(arrayBuffer, options) { | ||
// eslint-disable-next-line | ||
console.warn(DEPRECATION_WARNING); | ||
const dracoParser = new DracoParser(); | ||
@@ -21,0 +15,0 @@ try { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10185616
29175
2
+ Added@loaders.gl/loader-utils@1.2.0-alpha.1(transitive)
- Removed@loaders.gl/loader-utils@1.1.4(transitive)