timezones-ical-library 1.4.2 → 1.5.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 +1 -0
- package/{npm_dist → dist}/cjs/.eslintrc.json +0 -0
- package/dist/cjs/index.js +947 -0
- package/{npm_dist → dist}/cjs/package.json +0 -0
- package/dist/mjs/index.js +947 -0
- package/{npm_dist → dist}/mjs/package.json +0 -0
- package/dist/tzlib.js +2 -199
- package/index.d.ts +3 -3
- package/package.json +17 -13
- package/test/load-commonjs.cjs +1 -1
- package/test/load-module.mjs +1 -1
- package/test/tests.js +2 -2
- package/.eslintrc.json +0 -39
- package/npm_dist/cjs/index.js +0 -212
- package/npm_dist/mjs/index.js +0 -212
package/Readme.md
CHANGED
|
@@ -170,6 +170,7 @@ Licensed under [Apache-2.0](LICENSE).
|
|
|
170
170
|
|
|
171
171
|
## ⚡ Changelog (without minor changes and fixes)
|
|
172
172
|
|
|
173
|
+
- v1.5 : new dist structure
|
|
173
174
|
- v1.4 : further minification via data mapping
|
|
174
175
|
- v1.3 : bundle size optimization and API
|
|
175
176
|
- v1.2 : providing tzblock as array with separate tzid
|
|
File without changes
|