@loaders.gl/excel 3.1.5 → 3.1.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.
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports._typecheckLoader = exports.ExcelLoader = void 0;
7
- var VERSION = typeof "3.1.5" !== 'undefined' ? "3.1.5" : 'latest';
7
+ var VERSION = typeof "3.1.6" !== 'undefined' ? "3.1.6" : 'latest';
8
8
  var DEFAULT_EXCEL_LOADER_OPTIONS = {
9
9
  excel: {
10
10
  shape: 'object-row-table',
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "3.1.5" !== 'undefined' ? "3.1.5" : 'latest';
1
+ const VERSION = typeof "3.1.6" !== 'undefined' ? "3.1.6" : 'latest';
2
2
  const DEFAULT_EXCEL_LOADER_OPTIONS = {
3
3
  excel: {
4
4
  shape: 'object-row-table',
@@ -34768,7 +34768,7 @@
34768
34768
  }
34769
34769
 
34770
34770
  // src/excel-loader.ts
34771
- var VERSION = true ? "3.1.5" : "latest";
34771
+ var VERSION = true ? "3.1.6" : "latest";
34772
34772
  var DEFAULT_EXCEL_LOADER_OPTIONS = {
34773
34773
  excel: {
34774
34774
  shape: "object-row-table",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/excel",
3
- "version": "3.1.5",
3
+ "version": "3.1.6",
4
4
  "description": "Framework-independent loader for Excel files",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -35,9 +35,9 @@
35
35
  "build-worker": "esbuild src/workers/excel-worker.ts --bundle --outfile=dist/excel-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
36
36
  },
37
37
  "dependencies": {
38
- "@loaders.gl/loader-utils": "3.1.5",
39
- "@loaders.gl/schema": "3.1.5",
38
+ "@loaders.gl/loader-utils": "3.1.6",
39
+ "@loaders.gl/schema": "3.1.6",
40
40
  "xlsx": "^0.17.0"
41
41
  },
42
- "gitHead": "c9ddd753c8353ac15a8ab31b29b0e5f927de43a9"
42
+ "gitHead": "4fe0724b942697a95ff3eb3af47b7a7c18556c52"
43
43
  }