@loaders.gl/draco
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
@@ -26,14 +26,2 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "DracoParser", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dracoParser["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "DracoBuilder", { | ||
enumerable: true, | ||
get: function get() { | ||
return _dracoBuilder["default"]; | ||
} | ||
}); | ||
@@ -45,6 +33,2 @@ var _dracoLoader = _interopRequireDefault(require("./draco-loader")); | ||
var _dracoWriter = _interopRequireDefault(require("./draco-writer")); | ||
var _dracoParser = _interopRequireDefault(require("./lib/draco-parser")); | ||
var _dracoBuilder = _interopRequireDefault(require("./lib/draco-builder")); | ||
//# sourceMappingURL=index.js.map |
export { default as DracoLoader } from './draco-loader'; | ||
export { default as DracoWorkerLoader } from './draco-worker-loader'; | ||
export { default as DracoWriter } from './draco-writer'; | ||
export { default as DracoParser } from './lib/draco-parser'; | ||
export { default as DracoBuilder } from './lib/draco-builder'; | ||
//# sourceMappingURL=index.js.map |
export { default as DracoLoader } from './draco-loader'; | ||
export { default as DracoWorkerLoader } from './draco-worker-loader'; | ||
export { default as DracoWriter } from './draco-writer'; | ||
export { default as DracoParser } from './lib/draco-parser'; | ||
export { default as DracoBuilder } from './lib/draco-builder'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@loaders.gl/draco", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"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": "2.0.0-alpha.1", | ||
"@loaders.gl/loader-utils": "2.0.0-alpha.2", | ||
"draco3d": "^1.3.4" | ||
}, | ||
"gitHead": "cff57d05c0495fa661119005cffd886ed6ed1025" | ||
"gitHead": "1bc3e4e6522a2a337f972799f63682464500a313" | ||
} |
@@ -1,4 +0,1 @@ | ||
// The bundled worker is imported as an inline string | ||
import worker from '../dist/draco-loader.worker.js'; | ||
export default { | ||
@@ -9,3 +6,8 @@ name: 'DRACO', | ||
test: 'DRACO', | ||
worker | ||
worker: true, | ||
defaultOptions: { | ||
/* global __VERSION__ */ | ||
// __VERSION__ is injected by babel-plugin-version-inline | ||
workerUrl: `https://unpkg.com/@loaders.gl/draco@${__VERSION__}/dist/draco-loader.worker.js` | ||
} | ||
}; |
export {default as DracoLoader} from './draco-loader'; | ||
export {default as DracoWorkerLoader} from './draco-worker-loader'; | ||
export {default as DracoWriter} from './draco-writer'; | ||
// DEPRECATED | ||
export {default as DracoParser} from './lib/draco-parser'; | ||
export {default as DracoBuilder} from './lib/draco-builder'; |
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 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 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 too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
5283885
10235
1
+ Added@loaders.gl/loader-utils@2.0.0-alpha.2(transitive)
- Removed@loaders.gl/loader-utils@2.0.0-alpha.1(transitive)