timezones-ical-library 1.6.0 → 1.7.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/Readme.md +3 -2
- package/dist/cjs/index.js +758 -4
- package/dist/mjs/index.js +758 -4
- package/dist/tzlib.js +959 -2
- package/package.json +12 -13
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 2023c).
|
|
35
35
|
|
|
36
36
|
<br />
|
|
37
37
|
|
|
@@ -172,7 +172,8 @@ Licensed under [Apache-2.0](LICENSE).
|
|
|
172
172
|
|
|
173
173
|

|
|
174
174
|
|
|
175
|
-
- v1.
|
|
175
|
+
- v1.7 : database update (2023c)
|
|
176
|
+
- v1.6 : database update (2022g)
|
|
176
177
|
- v1.5 : new dist structure
|
|
177
178
|
- v1.4 : further minification via data mapping
|
|
178
179
|
- v1.3 : bundle size optimization and API
|