@loaders.gl/netcdf 4.2.0-alpha.1 → 4.2.0-alpha.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/dist.dev.js CHANGED
@@ -669,7 +669,7 @@ var __exports__ = (() => {
669
669
  };
670
670
 
671
671
  // src/netcdf-loader.ts
672
- var VERSION = true ? "4.2.0-alpha.1" : "latest";
672
+ var VERSION = true ? "4.2.0-alpha.3" : "latest";
673
673
  var NetCDFWorkerLoader = {
674
674
  name: "NetCDF",
675
675
  id: "mvt",
@@ -1,5 +1,5 @@
1
1
  import { NetCDFReader } from "./netcdfjs/netcdf-reader.js";
2
- const VERSION = typeof "4.2.0-alpha.1" !== 'undefined' ? "4.2.0-alpha.1" : 'latest';
2
+ const VERSION = typeof "4.2.0-alpha.3" !== 'undefined' ? "4.2.0-alpha.3" : '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": "4.2.0-alpha.1",
4
+ "version": "4.2.0-alpha.3",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "publishConfig": {
@@ -38,7 +38,7 @@
38
38
  "build-bundle": "ocular-bundle ./src/index.ts"
39
39
  },
40
40
  "dependencies": {
41
- "@loaders.gl/loader-utils": "4.2.0-alpha.1"
41
+ "@loaders.gl/loader-utils": "4.2.0-alpha.3"
42
42
  },
43
- "gitHead": "d4da81f4d8fb2a3b43b0e025109cf7ccfb317d4c"
43
+ "gitHead": "cf18e05801314a62c9fc4c2a85e8888a8a852083"
44
44
  }