timezones-ical-library 1.7.0 → 1.7.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/dist/cjs/index.js CHANGED
@@ -5,14 +5,14 @@
5
5
  * Add to Calendar TimeZones iCal Library
6
6
  * ++++++++++++++++++++++++++++++++++++++
7
7
  *
8
- * Version: 1.7.0
8
+ * Version: 1.7.1
9
9
  * Creator: Jens Kuerschner (https://jenskuerschner.de)
10
10
  * Project: https://github.com/add2cal/timezones-ical-library
11
11
  * License: Apache-2.0
12
12
  *
13
13
  */
14
14
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
15
- const tzlibVersion = '1.7.0';
15
+ const tzlibVersion = '1.7.1';
16
16
  const tzlibZonesDB = {
17
17
  Africa: {
18
18
  Abidjan: ['', 0],
@@ -787,7 +787,7 @@ function tzlib_get_content(tzName) {
787
787
  return [
788
788
  tzlibZonesDB[`${nameParts[0]}`][`${nameParts[1]}`][`${nameParts[2]}`][0],
789
789
  tzlib_enrich_data(
790
- tzlibZonesDetailsDB[tzlibZonesDB[`${nameParts[0]}`][`${nameParts[1]}`][`${nameParts[2]}`][1]]
790
+ tzlibZonesDetailsDB[tzlibZonesDB[`${nameParts[0]}`][`${nameParts[1]}`][`${nameParts[2]}`][1]],
791
791
  ),
792
792
  ];
793
793
  }
package/dist/mjs/index.js CHANGED
@@ -5,14 +5,14 @@
5
5
  * Add to Calendar TimeZones iCal Library
6
6
  * ++++++++++++++++++++++++++++++++++++++
7
7
  *
8
- * Version: 1.7.0
8
+ * Version: 1.7.1
9
9
  * Creator: Jens Kuerschner (https://jenskuerschner.de)
10
10
  * Project: https://github.com/add2cal/timezones-ical-library
11
11
  * License: Apache-2.0
12
12
  *
13
13
  */
14
14
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
15
- const tzlibVersion = '1.7.0';
15
+ const tzlibVersion = '1.7.1';
16
16
  const tzlibZonesDB = {
17
17
  Africa: {
18
18
  Abidjan: ['', 0],
@@ -787,7 +787,7 @@ function tzlib_get_content(tzName) {
787
787
  return [
788
788
  tzlibZonesDB[`${nameParts[0]}`][`${nameParts[1]}`][`${nameParts[2]}`][0],
789
789
  tzlib_enrich_data(
790
- tzlibZonesDetailsDB[tzlibZonesDB[`${nameParts[0]}`][`${nameParts[1]}`][`${nameParts[2]}`][1]]
790
+ tzlibZonesDetailsDB[tzlibZonesDB[`${nameParts[0]}`][`${nameParts[1]}`][`${nameParts[2]}`][1]],
791
791
  ),
792
792
  ];
793
793
  }
package/dist/tzlib.js CHANGED
@@ -5,14 +5,14 @@
5
5
  * Add to Calendar TimeZones iCal Library
6
6
  * ++++++++++++++++++++++++++++++++++++++
7
7
  *
8
- * Version: 1.7.0
8
+ * Version: 1.7.1
9
9
  * Creator: Jens Kuerschner (https://jenskuerschner.de)
10
10
  * Project: https://github.com/add2cal/timezones-ical-library
11
11
  * License: Apache-2.0
12
12
  *
13
13
  */
14
14
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
15
- const tzlibVersion = '1.7.0';
15
+ const tzlibVersion = '1.7.1';
16
16
  const tzlibZonesDB = {
17
17
  Africa: {
18
18
  Abidjan: ['', 0],
@@ -787,7 +787,7 @@ function tzlib_get_content(tzName) {
787
787
  return [
788
788
  tzlibZonesDB[`${nameParts[0]}`][`${nameParts[1]}`][`${nameParts[2]}`][0],
789
789
  tzlib_enrich_data(
790
- tzlibZonesDetailsDB[tzlibZonesDB[`${nameParts[0]}`][`${nameParts[1]}`][`${nameParts[2]}`][1]]
790
+ tzlibZonesDetailsDB[tzlibZonesDB[`${nameParts[0]}`][`${nameParts[1]}`][`${nameParts[2]}`][1]],
791
791
  ),
792
792
  ];
793
793
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "timezones-ical-library",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "engines": {
5
5
  "node": ">=14.20.0"
6
6
  },
@@ -70,13 +70,13 @@
70
70
  "build": "npx grunt"
71
71
  },
72
72
  "devDependencies": {
73
- "@typescript-eslint/eslint-plugin": "^5.59.6",
74
- "@typescript-eslint/parser": "^5.59.6",
75
- "eslint": "^8.40.0",
73
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
74
+ "@typescript-eslint/parser": "^5.62.0",
75
+ "eslint": "^8.44.0",
76
76
  "eslint-config-prettier": "^8.8.0",
77
77
  "eslint-plugin-commonjs": "^1.0.2",
78
78
  "eslint-plugin-security": "^1.7.1",
79
- "glob": "^10.2.4",
79
+ "glob": "^10.3.3",
80
80
  "grunt": ">=1.6.1",
81
81
  "grunt-contrib-clean": "^2.0.1",
82
82
  "grunt-contrib-copy": "^1.0.0",
@@ -84,8 +84,8 @@
84
84
  "grunt-contrib-uglify": "^5.2.2",
85
85
  "grunt-file-creator": "^0.1.3",
86
86
  "grunt-version": "^3.0.0",
87
- "prettier": "^2.8.8",
88
- "stylelint": "^15.6.2",
89
- "stylelint-config-standard": "^33.0.0"
87
+ "prettier": "^3.0.0",
88
+ "stylelint": "^15.10.1",
89
+ "stylelint-config-standard": "^34.0.0"
90
90
  }
91
91
  }