@hebcal/icalendar 6.0.1 → 6.0.2

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/index.mjs CHANGED
@@ -1,12 +1,11 @@
1
- /*! @hebcal/icalendar v6.0.1 */
2
- import { Locale, pad2, greg, pad4 } from '@hebcal/hdate';
3
- import { flags } from '@hebcal/core';
1
+ /*! @hebcal/icalendar v6.0.2 */
2
+ import { flags, Locale, greg } from '@hebcal/core';
4
3
  import { murmur32HexSync } from 'murmurhash3';
5
- import { shouldRenderBrief, getEventCategories, makeAnchor, getHolidayDescription, getCalendarTitle, appendIsraelAndTracking, makeTorahMemoText } from '@hebcal/rest-api';
4
+ import { shouldRenderBrief, pad2, getEventCategories, makeAnchor, pad4, getHolidayDescription, getCalendarTitle, appendIsraelAndTracking, makeTorahMemoText } from '@hebcal/rest-api';
6
5
  import { promises } from 'fs';
7
6
 
8
7
  // DO NOT EDIT THIS AUTO-GENERATED FILE!
9
- const version = '6.0.1';
8
+ const version = '6.0.2';
10
9
 
11
10
  const vtimezoneCache = new Map();
12
11
  const CATEGORY = {
@@ -1 +1 @@
1
- export declare const version = "6.0.1";
1
+ export declare const version = "6.0.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hebcal/icalendar",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "author": "Michael J. Radwin (https://github.com/mjradwin)",
5
5
  "keywords": [
6
6
  "ical",
@@ -31,7 +31,6 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@hebcal/core": "^5.8.0",
34
- "@hebcal/hdate": "^0.12.0",
35
34
  "@hebcal/rest-api": "^5.2.0",
36
35
  "murmurhash3": "^0.5.0",
37
36
  "tslib": "^2.8.1"