You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the main ./googleStaticMapsStylerQuery.mjs module to the package exports field to allow it to be deep imported.
Patch
Also run GitHub Actions CI with Node.js v17.
Simplified package scripts.
Simplified dev dependencies and config for ESLint.
Check TypeScript types via a new package types script.
Removed the jsdoc-md dev dependency and the related package scripts, replacing the readme “API” section with manually written “Examples” and “Exports” sections.
Reorganized the test file structure.
Test the bundle sizes for public modules individually.
Use a new assertBundleSize function to assert module bundle size in tests:
Failure message contains details about the bundle size and how much the limit was exceeded.
Errors when the surplus is greater than 25% of the limit, suggesting the limit should be reduced.
Resolves the minified bundle and its gzipped size for debugging in tests.
More reliable string coercion within the googleStaticMapsStylerQuery function.
Configured Prettier option singleQuote to the default, false.