@vdhewei/xlsx-template-lib 1.6.2 → 1.6.3

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/bin.js CHANGED
@@ -4476,7 +4476,7 @@ async function main() {
4476
4476
  if ((0, import_node_fs2.existsSync)(envPath)) {
4477
4477
  try {
4478
4478
  const dotenv = (await Promise.resolve().then(() => __toESM(require_main()))).default;
4479
- dotenv.config({ debug: false, path: envPath });
4479
+ dotenv.config({ quiet: true, debug: false, path: envPath });
4480
4480
  } catch (e) {
4481
4481
  }
4482
4482
  }