-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
As of v3.3.0, the import destination for astronomia in vsop87Bearth.cjs seems to have changed.
v3.2.4
https://unpkg.com/date-holidays-parser@3.2.4/lib/vsop87Bearth.cjs
var _vsop87Bearth = require('astronomia/lib/data/vsop87Bearth.cjs');
v3.3.0
https://unpkg.com/date-holidays-parser@3.3.0/lib/vsop87Bearth.cjs
var _vsop87Bearth = require('astronomia/data/vsop87Bearth');
This caused syntax errors in module systems that use CJS, such as Jest.

Metadata
Metadata
Assignees
Labels
No labels