@loaders.gl/draco
Advanced tools
Comparing version 1.2.0-alpha.1 to 1.2.0-beta.2
@@ -25,2 +25,4 @@ "use strict"; | ||
extensions: ['drc'], | ||
binary: true, | ||
test: 'DRACO', | ||
parseSync: parseSync | ||
@@ -27,0 +29,0 @@ }; |
@@ -16,4 +16,6 @@ import DracoParser from './draco-parser'; | ||
extensions: ['drc'], | ||
binary: true, | ||
test: 'DRACO', | ||
parseSync | ||
}; | ||
//# sourceMappingURL=draco-loader.js.map |
@@ -16,4 +16,6 @@ import DracoParser from './draco-parser'; | ||
extensions: ['drc'], | ||
binary: true, | ||
test: 'DRACO', | ||
parseSync: parseSync | ||
}; | ||
//# sourceMappingURL=draco-loader.js.map |
{ | ||
"name": "@loaders.gl/draco", | ||
"version": "1.2.0-alpha.1", | ||
"version": "1.2.0-beta.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": "1.2.0-alpha.1", | ||
"@loaders.gl/loader-utils": "1.2.0-beta.2", | ||
"draco3d": "^1.3.4" | ||
}, | ||
"gitHead": "36a88fa27c77294450d3bde3d5bde37f3f9ff3f5" | ||
"gitHead": "82626f4ecad7c816c70780376d661f267b6c523e" | ||
} |
@@ -15,3 +15,5 @@ import DracoParser from './draco-parser'; | ||
extensions: ['drc'], | ||
binary: true, | ||
test: 'DRACO', | ||
parseSync | ||
}; |
@@ -7,3 +7,5 @@ // The bundled worker is imported as an inline string | ||
extensions: ['drc'], | ||
binary: true, | ||
test: 'DRACO', | ||
worker | ||
}; |
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 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
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
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
10188624
29199
+ Added@loaders.gl/loader-utils@1.2.0-beta.2(transitive)
- Removed@loaders.gl/loader-utils@1.2.0-alpha.1(transitive)