@loaders.gl/terrain 3.4.8 → 3.4.10

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.
@@ -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.4.8" !== 'undefined' ? "3.4.8" : 'latest';
7
+ var VERSION = typeof "3.4.10" !== 'undefined' ? "3.4.10" : 'latest';
8
8
  exports.VERSION = VERSION;
9
9
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","names":["VERSION","exports"],"sources":["../../../../src/lib/utils/version.ts"],"sourcesContent":["// 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":";;;;;;AAGO,IAAMA,OAAO,GAAG,cAAkB,KAAK,WAAW,aAAiB,QAAQ;AAACC,OAAA,CAAAD,OAAA,GAAAA,OAAA"}
1
+ {"version":3,"file":"version.js","names":["VERSION","exports"],"sources":["../../../../src/lib/utils/version.ts"],"sourcesContent":["// 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":";;;;;;AAGO,IAAMA,OAAO,GAAG,eAAkB,KAAK,WAAW,cAAiB,QAAQ;AAACC,OAAA,CAAAD,OAAA,GAAAA,OAAA"}
@@ -1,2 +1,2 @@
1
- export const VERSION = typeof "3.4.8" !== 'undefined' ? "3.4.8" : 'latest';
1
+ export const VERSION = typeof "3.4.10" !== 'undefined' ? "3.4.10" : 'latest';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","names":["VERSION"],"sources":["../../../../src/lib/utils/version.ts"],"sourcesContent":["// 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":"AAGA,OAAO,MAAMA,OAAO,GAAG,cAAkB,KAAK,WAAW,aAAiB,QAAQ"}
1
+ {"version":3,"file":"version.js","names":["VERSION"],"sources":["../../../../src/lib/utils/version.ts"],"sourcesContent":["// 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":"AAGA,OAAO,MAAMA,OAAO,GAAG,eAAkB,KAAK,WAAW,cAAiB,QAAQ"}
@@ -1193,7 +1193,7 @@
1193
1193
  }
1194
1194
 
1195
1195
  // src/lib/utils/version.ts
1196
- var VERSION = true ? "3.4.8" : "latest";
1196
+ var VERSION = true ? "3.4.10" : "latest";
1197
1197
 
1198
1198
  // src/terrain-loader.ts
1199
1199
  var TerrainLoader = {
@@ -1193,7 +1193,7 @@
1193
1193
  }
1194
1194
 
1195
1195
  // src/lib/utils/version.ts
1196
- var VERSION = true ? "3.4.8" : "latest";
1196
+ var VERSION = true ? "3.4.10" : "latest";
1197
1197
 
1198
1198
  // src/terrain-loader.ts
1199
1199
  var TerrainLoader = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/terrain",
3
- "version": "3.4.8",
3
+ "version": "3.4.10",
4
4
  "description": "Framework-independent loader for terrain raster formats",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -35,10 +35,10 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@babel/runtime": "^7.3.1",
38
- "@loaders.gl/images": "3.4.8",
39
- "@loaders.gl/loader-utils": "3.4.8",
40
- "@loaders.gl/schema": "3.4.8",
38
+ "@loaders.gl/images": "3.4.10",
39
+ "@loaders.gl/loader-utils": "3.4.10",
40
+ "@loaders.gl/schema": "3.4.10",
41
41
  "@mapbox/martini": "^0.2.0"
42
42
  },
43
- "gitHead": "1c4c0c794713d3701e5fe9a577b51b9b185c2e69"
43
+ "gitHead": "4568459c96eaf0480a50ab77cace355307f61f04"
44
44
  }