@loaders.gl/excel 4.0.0-alpha.24 → 4.0.0-alpha.26
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/es5/excel-loader.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.ExcelLoader = void 0;
|
|
7
|
-
var VERSION = typeof "4.0.0-alpha.
|
|
7
|
+
var VERSION = typeof "4.0.0-alpha.26" !== 'undefined' ? "4.0.0-alpha.26" : 'latest';
|
|
8
8
|
var DEFAULT_EXCEL_LOADER_OPTIONS = {
|
|
9
9
|
excel: {
|
|
10
10
|
shape: 'object-row-table',
|
package/dist/esm/excel-loader.js
CHANGED
package/dist/excel-worker.js
CHANGED
|
@@ -28,12 +28,6 @@
|
|
|
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):fs
|
|
32
|
-
var require_fs = __commonJS({
|
|
33
|
-
"(disabled):fs"() {
|
|
34
|
-
}
|
|
35
|
-
});
|
|
36
|
-
|
|
37
31
|
// ../../node_modules/xlsx/dist/cpexcel.js
|
|
38
32
|
var require_cpexcel = __commonJS({
|
|
39
33
|
"../../node_modules/xlsx/dist/cpexcel.js"(exports, module) {
|
|
@@ -3858,6 +3852,12 @@
|
|
|
3858
3852
|
}
|
|
3859
3853
|
});
|
|
3860
3854
|
|
|
3855
|
+
// (disabled):fs
|
|
3856
|
+
var require_fs = __commonJS({
|
|
3857
|
+
"(disabled):fs"() {
|
|
3858
|
+
}
|
|
3859
|
+
});
|
|
3860
|
+
|
|
3861
3861
|
// ../../node_modules/xlsx/jszip.js
|
|
3862
3862
|
var require_jszip = __commonJS({
|
|
3863
3863
|
"../../node_modules/xlsx/jszip.js"(exports, module) {
|
|
@@ -35959,7 +35959,7 @@
|
|
|
35959
35959
|
}
|
|
35960
35960
|
|
|
35961
35961
|
// src/excel-loader.ts
|
|
35962
|
-
var VERSION = true ? "4.0.0-alpha.
|
|
35962
|
+
var VERSION = true ? "4.0.0-alpha.26" : "latest";
|
|
35963
35963
|
var DEFAULT_EXCEL_LOADER_OPTIONS = {
|
|
35964
35964
|
excel: {
|
|
35965
35965
|
shape: "object-row-table",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/excel",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.26",
|
|
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": "4.0.0-alpha.
|
|
39
|
-
"@loaders.gl/schema": "4.0.0-alpha.
|
|
38
|
+
"@loaders.gl/loader-utils": "4.0.0-alpha.26",
|
|
39
|
+
"@loaders.gl/schema": "4.0.0-alpha.26",
|
|
40
40
|
"xlsx": "^0.17.0"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "91adce71f74dacc7c8bfc379f0d122f2beae70d9"
|
|
43
43
|
}
|