@loaders.gl/draco 3.1.2 → 3.1.3
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.
package/dist/draco-loader.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports._TypecheckDracoLoader = exports.DracoLoader = void 0;
|
|
4
|
-
// import type {DracoMeshData} from './types';
|
|
4
|
+
// import type {DracoMeshData} from './types.js';
|
|
5
5
|
const version_1 = require("./lib/utils/version");
|
|
6
6
|
const DEFAULT_DRACO_OPTIONS = {
|
|
7
7
|
draco: {
|
|
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.VERSION = void 0;
|
|
7
|
-
var VERSION = typeof "3.1.
|
|
7
|
+
var VERSION = typeof "3.1.3" !== 'undefined' ? "3.1.3" : 'latest';
|
|
8
8
|
exports.VERSION = VERSION;
|
|
9
9
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = typeof "3.1.
|
|
1
|
+
export const VERSION = typeof "3.1.3" !== 'undefined' ? "3.1.3" : 'latest';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/draco",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.3",
|
|
4
4
|
"description": "Framework-independent loader and writer for Draco compressed meshes and point clouds",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@babel/runtime": "^7.3.1",
|
|
41
|
-
"@loaders.gl/loader-utils": "3.1.
|
|
42
|
-
"@loaders.gl/schema": "3.1.
|
|
43
|
-
"@loaders.gl/worker-utils": "3.1.
|
|
41
|
+
"@loaders.gl/loader-utils": "3.1.3",
|
|
42
|
+
"@loaders.gl/schema": "3.1.3",
|
|
43
|
+
"@loaders.gl/worker-utils": "3.1.3",
|
|
44
44
|
"draco3d": "1.4.1"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "4a690c369779346d73c9a27395d1c08d77d279a4"
|
|
47
47
|
}
|