@loaders.gl/excel 3.2.0-alpha.1 → 3.2.0-alpha.2
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._typecheckLoader = exports.ExcelLoader = void 0;
|
|
7
|
-
var VERSION = typeof "3.2.0-alpha.
|
|
7
|
+
var VERSION = typeof "3.2.0-alpha.2" !== 'undefined' ? "3.2.0-alpha.2" : '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
|
@@ -34799,7 +34799,7 @@
|
|
|
34799
34799
|
}
|
|
34800
34800
|
|
|
34801
34801
|
// src/excel-loader.ts
|
|
34802
|
-
var VERSION = true ? "3.2.0-alpha.
|
|
34802
|
+
var VERSION = true ? "3.2.0-alpha.2" : "latest";
|
|
34803
34803
|
var DEFAULT_EXCEL_LOADER_OPTIONS = {
|
|
34804
34804
|
excel: {
|
|
34805
34805
|
shape: "object-row-table",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/excel",
|
|
3
|
-
"version": "3.2.0-alpha.
|
|
3
|
+
"version": "3.2.0-alpha.2",
|
|
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.0-alpha.
|
|
39
|
-
"@loaders.gl/schema": "3.2.0-alpha.
|
|
38
|
+
"@loaders.gl/loader-utils": "3.2.0-alpha.2",
|
|
39
|
+
"@loaders.gl/schema": "3.2.0-alpha.2",
|
|
40
40
|
"xlsx": "^0.17.0"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "52a602739cbfce60fc314f474efc984d199dff78"
|
|
43
43
|
}
|