timezones-ical-library 1.3.0 → 1.3.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/LICENSE +1 -1
- package/Readme.md +2 -0
- package/dist/tzlib.js +1 -1
- package/npm_dist/cjs/index.js +1 -1
- package/npm_dist/mjs/index.js +1 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
|
|
177
177
|
END OF TERMS AND CONDITIONS
|
|
178
178
|
|
|
179
|
-
Copyright
|
|
179
|
+
Copyright 2022-today Jens Kuerschner (https://jenskuerschner.de).
|
|
180
180
|
|
|
181
181
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
182
182
|
you may not use this file except in compliance with the License.
|
package/Readme.md
CHANGED
package/dist/tzlib.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Add to Calendar TimeZones iCal Library
|
|
4
4
|
* ++++++++++++++++++++++++++++++++++++++
|
|
5
5
|
*/
|
|
6
|
-
const tzlibVersion = '1.3.
|
|
6
|
+
const tzlibVersion = '1.3.2';
|
|
7
7
|
/* Creator: Jens Kuerschner (https://jenskuerschner.de)
|
|
8
8
|
* Project: https://github.com/add2cal/timezones-ical-library
|
|
9
9
|
* License: Apache-2.0
|
package/npm_dist/cjs/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Add to Calendar TimeZones iCal Library
|
|
4
4
|
* ++++++++++++++++++++++++++++++++++++++
|
|
5
5
|
*/
|
|
6
|
-
const tzlibVersion = '1.3.
|
|
6
|
+
const tzlibVersion = '1.3.2';
|
|
7
7
|
/* Creator: Jens Kuerschner (https://jenskuerschner.de)
|
|
8
8
|
* Project: https://github.com/add2cal/timezones-ical-library
|
|
9
9
|
* License: Apache-2.0
|
package/npm_dist/mjs/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Add to Calendar TimeZones iCal Library
|
|
4
4
|
* ++++++++++++++++++++++++++++++++++++++
|
|
5
5
|
*/
|
|
6
|
-
const tzlibVersion = '1.3.
|
|
6
|
+
const tzlibVersion = '1.3.2';
|
|
7
7
|
/* Creator: Jens Kuerschner (https://jenskuerschner.de)
|
|
8
8
|
* Project: https://github.com/add2cal/timezones-ical-library
|
|
9
9
|
* License: Apache-2.0
|