@loaders.gl/excel 3.3.0-alpha.12 → 3.3.0-alpha.14

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.3.0-alpha.12" !== 'undefined' ? "3.3.0-alpha.12" : 'latest';
7
+ var VERSION = typeof "3.3.0-alpha.14" !== 'undefined' ? "3.3.0-alpha.14" : 'latest';
8
8
  var DEFAULT_EXCEL_LOADER_OPTIONS = {
9
9
  excel: {
10
10
  shape: 'object-row-table',
@@ -1,5 +1,5 @@
1
1
 
2
- const VERSION = typeof "3.3.0-alpha.12" !== 'undefined' ? "3.3.0-alpha.12" : 'latest';
2
+ const VERSION = typeof "3.3.0-alpha.14" !== 'undefined' ? "3.3.0-alpha.14" : 'latest';
3
3
  const DEFAULT_EXCEL_LOADER_OPTIONS = {
4
4
  excel: {
5
5
  shape: 'object-row-table',
@@ -28,6 +28,12 @@
28
28
  return __reExport(__markAsModule(__defProp(module != null ? __create(__getProtoOf(module)) : {}, "default", module && module.__esModule && "default" in module ? { get: () => module.default, enumerable: true } : { value: module, enumerable: true })), module);
29
29
  };
30
30
 
31
+ // (disabled):stream
32
+ var require_stream = __commonJS({
33
+ "(disabled):stream"() {
34
+ }
35
+ });
36
+
31
37
  // ../../node_modules/xlsx/dist/cpexcel.js
32
38
  var require_cpexcel = __commonJS({
33
39
  "../../node_modules/xlsx/dist/cpexcel.js"(exports, module) {
@@ -9505,12 +9511,6 @@
9505
9511
  }
9506
9512
  });
9507
9513
 
9508
- // (disabled):stream
9509
- var require_stream = __commonJS({
9510
- "(disabled):stream"() {
9511
- }
9512
- });
9513
-
9514
9514
  // ../../node_modules/xlsx/xlsx.js
9515
9515
  var require_xlsx = __commonJS({
9516
9516
  "../../node_modules/xlsx/xlsx.js"(exports, module) {
@@ -35954,7 +35954,7 @@
35954
35954
  }
35955
35955
 
35956
35956
  // src/excel-loader.ts
35957
- var VERSION = true ? "3.3.0-alpha.12" : "latest";
35957
+ var VERSION = true ? "3.3.0-alpha.14" : "latest";
35958
35958
  var DEFAULT_EXCEL_LOADER_OPTIONS = {
35959
35959
  excel: {
35960
35960
  shape: "object-row-table",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/excel",
3
- "version": "3.3.0-alpha.12",
3
+ "version": "3.3.0-alpha.14",
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.3.0-alpha.12",
39
- "@loaders.gl/schema": "3.3.0-alpha.12",
38
+ "@loaders.gl/loader-utils": "3.3.0-alpha.14",
39
+ "@loaders.gl/schema": "3.3.0-alpha.14",
40
40
  "xlsx": "^0.17.0"
41
41
  },
42
- "gitHead": "e807cde8f2fcb3503fa01ae3ac6b148ff5326649"
42
+ "gitHead": "cc91201ca3c0581a5c9edf7a8bc0fc230212bf3d"
43
43
  }