Node.js treats files with a .js extension as ES modules when the nearest parent package.json file contains a top-level "type" field with a value of "module". If the "type" field is not present in the package.json file, or it contains "type": "commonjs", .js files are treated as CommonJS nodejs.org.
Please review and merge this pull request to promote ESM compatibility and improve the package's versatility across different environments. Thanks for your attention.
https://publint.dev/vuewordcloud@19.0.0
Please review and merge this pull request to promote ESM compatibility and improve the package's versatility across different environments. Thanks for your attention.