@loaders.gl/excel 4.0.0-beta.8 → 4.0.0
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/excel-worker.js +1 -1
- package/package.json +4 -4
package/dist/excel-worker.js
CHANGED
|
@@ -36944,7 +36944,7 @@
|
|
|
36944
36944
|
}
|
|
36945
36945
|
|
|
36946
36946
|
// src/excel-loader.ts
|
|
36947
|
-
var VERSION = true ? "4.0.0
|
|
36947
|
+
var VERSION = true ? "4.0.0" : "latest";
|
|
36948
36948
|
var DEFAULT_EXCEL_LOADER_OPTIONS = {
|
|
36949
36949
|
excel: {
|
|
36950
36950
|
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
|
|
3
|
+
"version": "4.0.0",
|
|
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.0.0
|
|
47
|
-
"@loaders.gl/schema": "4.0.0
|
|
46
|
+
"@loaders.gl/loader-utils": "4.0.0",
|
|
47
|
+
"@loaders.gl/schema": "4.0.0",
|
|
48
48
|
"xlsx": "^0.17.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "9b4211dc0ecd4134a1638ac0a29c5ea9008fd971"
|
|
51
51
|
}
|