@loaders.gl/netcdf 3.1.0-beta.2 → 3.1.0-beta.7
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.
|
@@ -7,7 +7,7 @@ exports._typecheckNetCDFLoader = exports._typecheckNetCDFWorkerLoader = exports.
|
|
|
7
7
|
|
|
8
8
|
var _netcdfReader = require("./netcdfjs/netcdf-reader");
|
|
9
9
|
|
|
10
|
-
const VERSION = typeof "3.1.0-beta.
|
|
10
|
+
const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'latest';
|
|
11
11
|
const NetCDFWorkerLoader = {
|
|
12
12
|
name: 'NetCDF',
|
|
13
13
|
id: 'mvt',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { NetCDFReader } from './netcdfjs/netcdf-reader';
|
|
2
|
-
const VERSION = typeof "3.1.0-beta.
|
|
2
|
+
const VERSION = typeof "3.1.0-beta.7" !== 'undefined' ? "3.1.0-beta.7" : 'latest';
|
|
3
3
|
export const NetCDFWorkerLoader = {
|
|
4
4
|
name: 'NetCDF',
|
|
5
5
|
id: 'mvt',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/netcdf",
|
|
3
3
|
"description": "Loader for NetCDF",
|
|
4
|
-
"version": "3.1.0-beta.
|
|
4
|
+
"version": "3.1.0-beta.7",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"build-bundle": "esbuild src/bundle.ts --bundle --outfile=dist/bundle.js"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@loaders.gl/loader-utils": "3.1.0-beta.
|
|
33
|
+
"@loaders.gl/loader-utils": "3.1.0-beta.7"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "f3b4d81ac02758398c4e4eef5e556b206ef2dfbe"
|
|
36
36
|
}
|