timezones-ical-library 1.9.1 → 1.11.0
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 +5 -3
- package/dist/cjs/index.js +5 -5
- package/dist/mjs/index.js +5 -5
- package/dist/tzlib.js +5 -5
- package/package.json +9 -9
package/LICENSE
CHANGED
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
|
|
177
177
|
END OF TERMS AND CONDITIONS
|
|
178
178
|
|
|
179
|
-
Copyright 2022-today Jens Kuerschner (https://
|
|
179
|
+
Copyright 2022-today Jens Kuerschner (https://jekuer.com).
|
|
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
|
@@ -31,7 +31,7 @@ Run ...
|
|
|
31
31
|
sudo sh update-tzdata.sh tzVersionNumber
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
... with _tzVersionNumber_ being the version of the [IANA time zone database](https://www.iana.org/time-zones) you want to use (e.g. sudo sh update-tzdata.sh
|
|
34
|
+
... with _tzVersionNumber_ being the version of the [IANA time zone database](https://www.iana.org/time-zones) you want to use (e.g. sudo sh update-tzdata.sh 2025c).
|
|
35
35
|
|
|
36
36
|
<br />
|
|
37
37
|
|
|
@@ -162,7 +162,7 @@ Anyone is welcome to contribute, but mind the [guidelines](.github/CONTRIBUTING.
|
|
|
162
162
|
|
|
163
163
|
## 📃 Copyright and License
|
|
164
164
|
|
|
165
|
-
Copyright (c) [Jens Kuerschner](https://
|
|
165
|
+
Copyright (c) [Jens Kuerschner](https://jekuer.com).
|
|
166
166
|
|
|
167
167
|
Licensed under [Apache-2.0](LICENSE).
|
|
168
168
|
|
|
@@ -172,7 +172,9 @@ Licensed under [Apache-2.0](LICENSE).
|
|
|
172
172
|
|
|
173
173
|

|
|
174
174
|
|
|
175
|
-
- v1.
|
|
175
|
+
- v1.11 : database update (2025c)
|
|
176
|
+
- v1.10 : upgrading to latest vzic improvements
|
|
177
|
+
- v1.9 : database update (2025b)
|
|
176
178
|
- v1.8 : database update (2024a)
|
|
177
179
|
- v1.7 : database update (2023c)
|
|
178
180
|
- v1.6 : database update (2022g)
|