timezones-ical-library 1.5.1 → 1.6.1
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 +5 -2
- package/dist/cjs/index.js +4 -733
- package/dist/mjs/index.js +4 -733
- package/dist/tzlib.js +205 -2
- package/package.json +6 -6
package/Readme.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
3
|
[](https://app.codacy.com/gh/add2cal/timezones-ical-library/dashboard)
|
|
4
|
-
[](https://github.com/add2cal/timezones-ical-library/actions/workflows/npm-publish.yml)
|
|
5
5
|
[](https://www.npmjs.com/package/timezones-ical-library)
|
|
6
6
|
[](https://github.com/add2cal/timezones-ical-library/blob/main/LICENSE)
|
|
7
7
|
|
|
@@ -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 2022g).
|
|
35
35
|
|
|
36
36
|
<br />
|
|
37
37
|
|
|
@@ -170,6 +170,9 @@ Licensed under [Apache-2.0](LICENSE).
|
|
|
170
170
|
|
|
171
171
|
## ⚡ Changelog (without minor changes and fixes)
|
|
172
172
|
|
|
173
|
+

|
|
174
|
+
|
|
175
|
+
- v1.6 : database update
|
|
173
176
|
- v1.5 : new dist structure
|
|
174
177
|
- v1.4 : further minification via data mapping
|
|
175
178
|
- v1.3 : bundle size optimization and API
|