zet-lib 4.0.2 → 5.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/lib/index.js CHANGED
@@ -47,7 +47,7 @@ const lazyModules = {
47
47
  return require("axios");
48
48
  },
49
49
  get Excel() {
50
- return require("exceljs");
50
+ return require("exceljsremake");
51
51
  },
52
52
  get pm2() {
53
53
  try {