timezones-ical-library 1.8.1 → 1.8.2

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/cjs/index.js CHANGED
@@ -5,14 +5,14 @@
5
5
  * Add to Calendar TimeZones iCal Library
6
6
  * ++++++++++++++++++++++++++++++++++++++
7
7
  *
8
- * Version: 1.8.1
8
+ * Version: 1.8.2
9
9
  * Creator: Jens Kuerschner (https://jenskuerschner.de)
10
10
  * Project: https://github.com/add2cal/timezones-ical-library
11
11
  * License: Apache-2.0
12
12
  *
13
13
  */
14
14
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
15
- const tzlibVersion = '1.8.1';
15
+ const tzlibVersion = '1.8.2';
16
16
  const tzlibZonesDB = {
17
17
  Zulu: ['Etc/UTC', 0],
18
18
  WET: ['', 1],
package/dist/mjs/index.js CHANGED
@@ -5,14 +5,14 @@
5
5
  * Add to Calendar TimeZones iCal Library
6
6
  * ++++++++++++++++++++++++++++++++++++++
7
7
  *
8
- * Version: 1.8.1
8
+ * Version: 1.8.2
9
9
  * Creator: Jens Kuerschner (https://jenskuerschner.de)
10
10
  * Project: https://github.com/add2cal/timezones-ical-library
11
11
  * License: Apache-2.0
12
12
  *
13
13
  */
14
14
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
15
- const tzlibVersion = '1.8.1';
15
+ const tzlibVersion = '1.8.2';
16
16
  const tzlibZonesDB = {
17
17
  Zulu: ['Etc/UTC', 0],
18
18
  WET: ['', 1],
package/dist/tzlib.js CHANGED
@@ -5,14 +5,14 @@
5
5
  * Add to Calendar TimeZones iCal Library
6
6
  * ++++++++++++++++++++++++++++++++++++++
7
7
  *
8
- * Version: 1.8.1
8
+ * Version: 1.8.2
9
9
  * Creator: Jens Kuerschner (https://jenskuerschner.de)
10
10
  * Project: https://github.com/add2cal/timezones-ical-library
11
11
  * License: Apache-2.0
12
12
  *
13
13
  */
14
14
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
15
- const tzlibVersion = '1.8.1';
15
+ const tzlibVersion = '1.8.2';
16
16
  const tzlibZonesDB = {
17
17
  Zulu: ['Etc/UTC', 0],
18
18
  WET: ['', 1],
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "timezones-ical-library",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "engines": {
5
- "node": ">=20.0.0"
5
+ "node": ">=18.17.0",
6
+ "npm": ">=9.6.7"
6
7
  },
7
8
  "description": "Easy direct access to the most recent official timezone information for iCalendar files via JavaScript",
8
9
  "main": "dist/cjs/index.js",