timezones-ical-library 1.1.4 → 1.2.1

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/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "timezones-ical-library",
3
- "version": "1.1.4",
3
+ "version": "1.2.1",
4
4
  "engines": {
5
5
  "node": ">=14.20.0"
6
6
  },
7
- "description": "Easy direct access to the most recent official timezone information for iCalendar files",
7
+ "description": "Easy direct access to the most recent official timezone information for iCalendar files via JavaScript",
8
8
  "main": "npm_dist/cjs/index.js",
9
9
  "module": "npm_dist/mjs/index.js",
10
10
  "exports": {