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 CHANGED
@@ -176,7 +176,7 @@
176
176
 
177
177
  END OF TERMS AND CONDITIONS
178
178
 
179
- Copyright 2013-2018 Docker, Inc.
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
@@ -157,6 +157,8 @@ Anyone is welcome to contribute, but mind the [guidelines](.github/CONTRIBUTING.
157
157
 
158
158
  ## 📃 Copyright and License
159
159
 
160
+ Copyright (c) [Jens Kuerschner](https://jenskuerschner.de).
161
+
160
162
  Licensed under [Apache-2.0](LICENSE).
161
163
 
162
164
  <br />
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.0';
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
@@ -3,7 +3,7 @@
3
3
  * Add to Calendar TimeZones iCal Library
4
4
  * ++++++++++++++++++++++++++++++++++++++
5
5
  */
6
- const tzlibVersion = '1.3.0';
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
@@ -3,7 +3,7 @@
3
3
  * Add to Calendar TimeZones iCal Library
4
4
  * ++++++++++++++++++++++++++++++++++++++
5
5
  */
6
- const tzlibVersion = '1.3.0';
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "timezones-ical-library",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "engines": {
5
5
  "node": ">=14.20.0"
6
6
  },