excellentexport 3.9.6 → 3.9.7
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/README.md +9 -0
- package/dist/excellentexport.d.ts +1 -1
- package/dist/excellentexport.js +1 -1
- package/package.json +23 -23
- package/src/excellentexport.ts +2 -2
package/README.md
CHANGED
|
@@ -20,6 +20,11 @@
|
|
|
20
20
|
|
|
21
21
|
# Revision history:
|
|
22
22
|
|
|
23
|
+
### 3.9.7
|
|
24
|
+
|
|
25
|
+
* _Update npm dependencies to fix vulnerabilities_
|
|
26
|
+
* xlsx package loaded from CDN
|
|
27
|
+
|
|
23
28
|
### 3.9.6
|
|
24
29
|
|
|
25
30
|
* Got a license from IntelliJ and helped to fix some things in the code
|
|
@@ -365,3 +370,7 @@ Example:
|
|
|
365
370
|
**Publish**
|
|
366
371
|
|
|
367
372
|
npm publish
|
|
373
|
+
|
|
374
|
+
## Dependencies
|
|
375
|
+
|
|
376
|
+
- XLSX is not available from NPM anymore. Use https://cdn.sheetjs.com/ to install it.
|