@loaders.gl/excel 3.2.4 → 3.2.5

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.2.4" !== 'undefined' ? "3.2.4" : 'latest';
7
+ var VERSION = typeof "3.2.5" !== 'undefined' ? "3.2.5" : '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.2.4" !== 'undefined' ? "3.2.4" : 'latest';
1
+ const VERSION = typeof "3.2.5" !== 'undefined' ? "3.2.5" : 'latest';
2
2
  const DEFAULT_EXCEL_LOADER_OPTIONS = {
3
3
  excel: {
4
4
  shape: 'object-row-table',
@@ -34800,7 +34800,7 @@
34800
34800
  }
34801
34801
 
34802
34802
  // src/excel-loader.ts
34803
- var VERSION = true ? "3.2.4" : "latest";
34803
+ var VERSION = true ? "3.2.5" : "latest";
34804
34804
  var DEFAULT_EXCEL_LOADER_OPTIONS = {
34805
34805
  excel: {
34806
34806
  shape: "object-row-table",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/excel",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
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.2.4",
39
- "@loaders.gl/schema": "3.2.4",
38
+ "@loaders.gl/loader-utils": "3.2.5",
39
+ "@loaders.gl/schema": "3.2.5",
40
40
  "xlsx": "^0.17.0"
41
41
  },
42
- "gitHead": "69a3cc438e23c98565a2bf3bed825ad7699e7eb9"
42
+ "gitHead": "1c084200e8b87479d06526c7107e75c6bff8968b"
43
43
  }