@hebcal/core 5.4.6 → 5.4.7

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/event.d.ts CHANGED
@@ -68,7 +68,7 @@ export declare class Event {
68
68
  readonly mask: number;
69
69
  emoji?: string;
70
70
  memo?: string;
71
- alarm?: Date;
71
+ alarm?: Date | string | boolean;
72
72
  /**
73
73
  * Constructs Event
74
74
  * @param {HDate} date Hebrew date event occurs
package/dist/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! @hebcal/core v5.4.6 */
1
+ /*! @hebcal/core v5.4.7 */
2
2
  'use strict';
3
3
 
4
4
  /* eslint-disable @typescript-eslint/no-namespace, no-inner-declarations */
@@ -10074,7 +10074,7 @@ class DailyLearning {
10074
10074
  }
10075
10075
 
10076
10076
  /** DO NOT EDIT THIS AUTO-GENERATED FILE! */
10077
- const version = '5.4.6';
10077
+ const version = '5.4.7';
10078
10078
 
10079
10079
  /* eslint-disable max-len */
10080
10080
  /**
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! @hebcal/core v5.4.6 */
1
+ /*! @hebcal/core v5.4.7 */
2
2
  /* eslint-disable @typescript-eslint/no-namespace, no-inner-declarations */
3
3
  /** @private */
4
4
  const lengths = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
@@ -10072,7 +10072,7 @@ class DailyLearning {
10072
10072
  }
10073
10073
 
10074
10074
  /** DO NOT EDIT THIS AUTO-GENERATED FILE! */
10075
- const version = '5.4.6';
10075
+ const version = '5.4.7';
10076
10076
 
10077
10077
  /* eslint-disable max-len */
10078
10078
  /**
@@ -1,2 +1,2 @@
1
1
  /** DO NOT EDIT THIS AUTO-GENERATED FILE! */
2
- export declare const version = "5.4.6";
2
+ export declare const version = "5.4.7";
@@ -0,0 +1,11 @@
1
+ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
+ // It should be published with your NPM package. It should not be tracked by Git.
3
+ {
4
+ "tsdocVersion": "0.12",
5
+ "toolPackages": [
6
+ {
7
+ "packageName": "@microsoft/api-extractor",
8
+ "packageVersion": "7.47.0"
9
+ }
10
+ ]
11
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hebcal/core",
3
- "version": "5.4.6",
3
+ "version": "5.4.7",
4
4
  "author": "Michael J. Radwin (https://github.com/mjradwin)",
5
5
  "contributors": [
6
6
  "Eyal Schachter (https://github.com/Scimonster)",
@@ -85,7 +85,7 @@
85
85
  "quick-lru": "<=6.1.2",
86
86
  "rollup": "^4.18.0",
87
87
  "ttag-cli": "^1.10.12",
88
- "typescript": "^5.4.5"
88
+ "typescript": "^5.5.3"
89
89
  },
90
90
  "dependencies": {
91
91
  "@hebcal/hdate": "^0.10.1",