@akatan/date-to-festive 1.0.6 → 1.0.7

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/index.d.ts CHANGED
@@ -4,4 +4,4 @@
4
4
  * A standalone, reusable module for resolving themes based on dates.
5
5
  * Just pass a date and get matching themes - configuration is handled internally.
6
6
  */
7
- export * from './resolver';
7
+ export * from './resolver.js';
package/dist/index.js CHANGED
@@ -4,4 +4,4 @@
4
4
  * A standalone, reusable module for resolving themes based on dates.
5
5
  * Just pass a date and get matching themes - configuration is handled internally.
6
6
  */
7
- export * from './resolver';
7
+ export * from './resolver.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akatan/date-to-festive",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "A standalone, reusable module for resolving themes based on dates",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",