timezones-ical-library 1.3.1 → 1.4.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 +2 -1
- package/dist/tzlib.js +52 -1376
- package/npm_dist/cjs/index.js +52 -1375
- package/npm_dist/mjs/index.js +52 -1375
- package/package.json +4 -4
- package/api/zones.json +0 -597
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
|
@@ -26,7 +26,7 @@ Run ...
|
|
|
26
26
|
sudo sh update-tzdata.sh tzVersionNumber
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
... with _tzVersionNumber_ being the version of the IANA time zone database you want to use (e.g. sudo sh update-tzdata.sh
|
|
29
|
+
... 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 2022e).
|
|
30
30
|
|
|
31
31
|
<br />
|
|
32
32
|
|
|
@@ -165,6 +165,7 @@ Licensed under [Apache-2.0](LICENSE).
|
|
|
165
165
|
|
|
166
166
|
## ⚡ Changelog (without minor changes and fixes)
|
|
167
167
|
|
|
168
|
+
- v1.4 : further minification via data mapping
|
|
168
169
|
- v1.3 : bundle size optimization and API
|
|
169
170
|
- v1.2 : providing tzblock as array with separate tzid
|
|
170
171
|
- v1.1 : get-offset function
|