@loaders.gl/excel 4.1.0-alpha.7 → 4.1.0-alpha.9

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
@@ -32,7 +32,7 @@ var __exports__ = (() => {
32
32
  });
33
33
 
34
34
  // src/excel-loader.ts
35
- var VERSION = true ? "4.1.0-alpha.7" : "latest";
35
+ var VERSION = true ? "4.1.0-alpha.9" : "latest";
36
36
  var DEFAULT_EXCEL_LOADER_OPTIONS = {
37
37
  excel: {
38
38
  shape: "object-row-table",
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "4.1.0-alpha.7" !== 'undefined' ? "4.1.0-alpha.7" : 'latest';
1
+ const VERSION = typeof "4.1.0-alpha.9" !== 'undefined' ? "4.1.0-alpha.9" : 'latest';
2
2
  const DEFAULT_EXCEL_LOADER_OPTIONS = {
3
3
  excel: {
4
4
  shape: 'object-row-table',
@@ -198,7 +198,7 @@
198
198
  }
199
199
 
200
200
  // src/excel-loader.ts
201
- var VERSION = true ? "4.1.0-alpha.7" : "latest";
201
+ var VERSION = true ? "4.1.0-alpha.9" : "latest";
202
202
  var DEFAULT_EXCEL_LOADER_OPTIONS = {
203
203
  excel: {
204
204
  shape: "object-row-table",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/excel",
3
- "version": "4.1.0-alpha.7",
3
+ "version": "4.1.0-alpha.9",
4
4
  "description": "Framework-independent loader for Excel files",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -43,9 +43,9 @@
43
43
  "build-worker": "esbuild src/workers/excel-worker.ts --bundle --outfile=dist/excel-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
44
44
  },
45
45
  "dependencies": {
46
- "@loaders.gl/loader-utils": "4.1.0-alpha.7",
47
- "@loaders.gl/schema": "4.1.0-alpha.7",
46
+ "@loaders.gl/loader-utils": "4.1.0-alpha.9",
47
+ "@loaders.gl/schema": "4.1.0-alpha.9",
48
48
  "xlsx": "^0.18.5"
49
49
  },
50
- "gitHead": "3dfa49bc4ec68b3c599082c1790da4156b7e5b34"
50
+ "gitHead": "0291d4d78d71202385d0368942f84778d6aafa82"
51
51
  }