@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/bundle.js +2 -2
- package/dist/bundle.min.js +2 -2
- package/dist/core.d.ts +1715 -0
- package/dist/event.d.ts +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/pkgVersion.d.ts +1 -1
- package/dist/tsdoc-metadata.json +11 -0
- package/package.json +2 -2
package/dist/event.d.ts
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @hebcal/core v5.4.
|
|
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.
|
|
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.
|
|
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.
|
|
10075
|
+
const version = '5.4.7';
|
|
10076
10076
|
|
|
10077
10077
|
/* eslint-disable max-len */
|
|
10078
10078
|
/**
|
package/dist/pkgVersion.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/** DO NOT EDIT THIS AUTO-GENERATED FILE! */
|
|
2
|
-
export declare const version = "5.4.
|
|
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.
|
|
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.
|
|
88
|
+
"typescript": "^5.5.3"
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
91
|
"@hebcal/hdate": "^0.10.1",
|