@loaders.gl/terrain 4.0.5 → 4.0.6
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/dist.dev.js
CHANGED
|
@@ -1117,7 +1117,7 @@ var __exports__ = (() => {
|
|
|
1117
1117
|
}
|
|
1118
1118
|
|
|
1119
1119
|
// src/lib/utils/version.ts
|
|
1120
|
-
var VERSION =
|
|
1120
|
+
var VERSION = true ? "4.0.6" : "latest";
|
|
1121
1121
|
|
|
1122
1122
|
// src/terrain-loader.ts
|
|
1123
1123
|
var TerrainLoader = {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = typeof
|
|
1
|
+
export const VERSION = typeof "4.0.6" !== 'undefined' ? "4.0.6" : 'latest';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","names":["VERSION"
|
|
1
|
+
{"version":3,"file":"version.js","names":["VERSION"],"sources":["../../../src/lib/utils/version.ts"],"sourcesContent":["// loaders.gl, MIT license\n// Copyright (c) vis.gl contributors\n\n// Version constant cannot be imported, it needs to correspond to the build version of **this** module.\n// __VERSION__ is injected by babel-plugin-version-inline\n// @ts-ignore TS2304: Cannot find name '__VERSION__'.\nexport const VERSION = typeof __VERSION__ !== 'undefined' ? __VERSION__ : 'latest';\n"],"mappings":"AAMA,OAAO,MAAMA,OAAO,GAAG,cAAkB,KAAK,WAAW,aAAiB,QAAQ"}
|
package/dist/terrain-worker.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/terrain",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"description": "Framework-independent loader for terrain raster formats",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@babel/runtime": "^7.3.1",
|
|
46
|
-
"@loaders.gl/images": "4.0.
|
|
47
|
-
"@loaders.gl/loader-utils": "4.0.
|
|
48
|
-
"@loaders.gl/schema": "4.0.
|
|
46
|
+
"@loaders.gl/images": "4.0.6",
|
|
47
|
+
"@loaders.gl/loader-utils": "4.0.6",
|
|
48
|
+
"@loaders.gl/schema": "4.0.6",
|
|
49
49
|
"@mapbox/martini": "^0.2.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "1582e06e4ac81b61091148f3d872f67478fe7511"
|
|
52
52
|
}
|