jcal-zmanim 1.1.10 → 1.2.0
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/LICENSE +674 -674
- package/dist/README.md +566 -566
- package/dist/index.d.ts +1 -35
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +23 -23
- package/dist/index.js.map +1 -1
- package/package.json +45 -45
package/dist/index.d.ts
CHANGED
|
@@ -1,36 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import Zmanim from './JCal/Zmanim.js';
|
|
3
|
-
import jDate from './JCal/jDate.js';
|
|
4
|
-
import Location from './JCal/Location.js';
|
|
5
|
-
import { Locations, findLocation, closestNameMatch, closestDistanceMatch } from './Locations.js';
|
|
6
|
-
import { ZmanTypes, ZmanTypeIds, getZmanType } from './ZmanTypes.js';
|
|
7
|
-
import Molad from './JCal/Molad.js';
|
|
8
|
-
import PirkeiAvos from './JCal/PirkeiAvos.js';
|
|
9
|
-
import Dafyomi from './JCal/Dafyomi.js';
|
|
10
|
-
import Sedra from './JCal/Sedra.js';
|
|
11
|
-
import ZmanimUtils from './JCal/ZmanimUtils.js';
|
|
12
|
-
import { getNotifications } from './Notifications.js';
|
|
13
|
-
export { Utils };
|
|
14
|
-
export { ZmanimUtils };
|
|
15
|
-
export { DaysOfWeek };
|
|
16
|
-
export { DaysOfWeekHeb };
|
|
17
|
-
export { DaysOfWeekEng };
|
|
18
|
-
export { JewishMonthsEng };
|
|
19
|
-
export { JewishMonthsHeb };
|
|
20
|
-
export { SecularMonthsEng };
|
|
21
|
-
export { getNotifications };
|
|
22
|
-
export { Location };
|
|
23
|
-
export { Locations };
|
|
24
|
-
export { findLocation };
|
|
25
|
-
export { closestNameMatch };
|
|
26
|
-
export { closestDistanceMatch };
|
|
27
|
-
export { ZmanTypes };
|
|
28
|
-
export { ZmanTypeIds };
|
|
29
|
-
export { getZmanType };
|
|
30
|
-
export { Zmanim };
|
|
31
|
-
export { jDate };
|
|
32
|
-
export { Molad };
|
|
33
|
-
export { PirkeiAvos };
|
|
34
|
-
export { Dafyomi };
|
|
35
|
-
export { Sedra };
|
|
1
|
+
export {};
|
|
36
2
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}
|
package/dist/index.js
CHANGED
|
@@ -10,27 +10,27 @@ import Dafyomi from './JCal/Dafyomi.js';
|
|
|
10
10
|
import Sedra from './JCal/Sedra.js';
|
|
11
11
|
import ZmanimUtils from './JCal/ZmanimUtils.js';
|
|
12
12
|
import { getNotifications } from './Notifications.js';
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
13
|
+
module.exports(Utils);
|
|
14
|
+
module.exports(ZmanimUtils);
|
|
15
|
+
module.exports(DaysOfWeek);
|
|
16
|
+
module.exports(DaysOfWeekHeb);
|
|
17
|
+
module.exports(DaysOfWeekEng);
|
|
18
|
+
module.exports(JewishMonthsEng);
|
|
19
|
+
module.exports(JewishMonthsHeb);
|
|
20
|
+
module.exports(SecularMonthsEng);
|
|
21
|
+
module.exports(getNotifications);
|
|
22
|
+
module.exports(Location);
|
|
23
|
+
module.exports(Locations);
|
|
24
|
+
module.exports(findLocation);
|
|
25
|
+
module.exports(closestNameMatch);
|
|
26
|
+
module.exports(closestDistanceMatch);
|
|
27
|
+
module.exports(ZmanTypes);
|
|
28
|
+
module.exports(ZmanTypeIds);
|
|
29
|
+
module.exports(getZmanType);
|
|
30
|
+
module.exports(Zmanim);
|
|
31
|
+
module.exports(jDate);
|
|
32
|
+
module.exports(Molad);
|
|
33
|
+
module.exports(PirkeiAvos);
|
|
34
|
+
module.exports(Dafyomi);
|
|
35
|
+
module.exports(Sedra);
|
|
36
36
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,aAAa,EAAE,eAAe,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACjI,OAAO,MAAM,MAAM,kBAAkB,CAAC;AACtC,OAAO,KAAK,MAAM,iBAAiB,CAAC;AACpC,OAAO,QAAQ,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACjG,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AACrE,OAAO,KAAK,MAAM,iBAAiB,CAAC;AACpC,OAAO,UAAU,MAAM,sBAAsB,CAAC;AAC9C,OAAO,OAAO,MAAM,mBAAmB,CAAC;AACxC,OAAO,KAAK,MAAM,iBAAiB,CAAC;AACpC,OAAO,WAAW,MAAM,uBAAuB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,aAAa,EAAE,eAAe,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACjI,OAAO,MAAM,MAAM,kBAAkB,CAAC;AACtC,OAAO,KAAK,MAAM,iBAAiB,CAAC;AACpC,OAAO,QAAQ,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACjG,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AACrE,OAAO,KAAK,MAAM,iBAAiB,CAAC;AACpC,OAAO,UAAU,MAAM,sBAAsB,CAAC;AAC9C,OAAO,OAAO,MAAM,mBAAmB,CAAC;AACxC,OAAO,KAAK,MAAM,iBAAiB,CAAC;AACpC,OAAO,WAAW,MAAM,uBAAuB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AACtB,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;AAC5B,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;AAC3B,MAAM,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC;AAC9B,MAAM,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC;AAC9B,MAAM,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC;AAChC,MAAM,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC;AAChC,MAAM,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;AACjC,MAAM,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;AACjC,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;AACzB,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;AAC1B,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;AAC7B,MAAM,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;AACjC,MAAM,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;AACrC,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;AAC1B,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;AAC5B,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;AAC5B,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;AACvB,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AACtB,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;AACtB,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;AAC3B,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;AACxB,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "jcal-zmanim",
|
|
3
|
-
"description": "A very complete JavaScript library for the Jewish Calendar, Zmanim, Holidays, and daily Shul notes.",
|
|
4
|
-
"version": "1.
|
|
5
|
-
"main": "./dist/index.js",
|
|
6
|
-
"exports": "./dist/index.js",
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
|
-
"type": "module",
|
|
9
|
-
"files": [
|
|
10
|
-
"dist"
|
|
11
|
-
],
|
|
12
|
-
"devDependencies": {
|
|
13
|
-
"@types/jest": "^29.5.8",
|
|
14
|
-
"@types/node": "20.8.10",
|
|
15
|
-
"copyfiles": "^2.4.1",
|
|
16
|
-
"jest": "^29.7.0",
|
|
17
|
-
"rimraf": "5.0.5",
|
|
18
|
-
"typescript": "5.2.2"
|
|
19
|
-
},
|
|
20
|
-
"scripts": {
|
|
21
|
-
"test": "tsc && jest",
|
|
22
|
-
"build": "rimraf ./dist && NODE_ENV=production && tsc && copyfiles -u 1 ./docs/README.md dist/",
|
|
23
|
-
"build-win": "rimraf ./dist && SET NODE_ENV=production && tsc && copyfiles -u 1 ./docs/README.md dist/",
|
|
24
|
-
"build-dev": "NODE_ENV=development && tsc",
|
|
25
|
-
"build-dev-win": "SET NODE_ENV=development && tsc",
|
|
26
|
-
"tsc": "tsc"
|
|
27
|
-
},
|
|
28
|
-
"url": "git+https://github.com/cbsom/jcal-zmanim.git",
|
|
29
|
-
"repository": "git+https://github.com/cbsom/jcal-zmanim.git",
|
|
30
|
-
"keywords": [
|
|
31
|
-
"Calendar",
|
|
32
|
-
"Jewish",
|
|
33
|
-
"Halacha",
|
|
34
|
-
"Zmanim",
|
|
35
|
-
"Shul"
|
|
36
|
-
],
|
|
37
|
-
"author": "Chaim B. Sommers <cb@compute.co.il>",
|
|
38
|
-
"license": "GPL-3.0-or-later",
|
|
39
|
-
"bugs": {
|
|
40
|
-
"url": "https://github.com/cbsom/jCal/issues"
|
|
41
|
-
},
|
|
42
|
-
"homepage": "https://github.com/cbsom/jCal#readme",
|
|
43
|
-
"dependencies": {
|
|
44
|
-
"closest-match": "1.3.3"
|
|
45
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "jcal-zmanim",
|
|
3
|
+
"description": "A very complete JavaScript library for the Jewish Calendar, Zmanim, Holidays, and daily Shul notes.",
|
|
4
|
+
"version": "1.2.0",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"exports": "./dist/index.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"type": "module",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
12
|
+
"devDependencies": {
|
|
13
|
+
"@types/jest": "^29.5.8",
|
|
14
|
+
"@types/node": "20.8.10",
|
|
15
|
+
"copyfiles": "^2.4.1",
|
|
16
|
+
"jest": "^29.7.0",
|
|
17
|
+
"rimraf": "5.0.5",
|
|
18
|
+
"typescript": "5.2.2"
|
|
19
|
+
},
|
|
20
|
+
"scripts": {
|
|
21
|
+
"test": "tsc && jest",
|
|
22
|
+
"build": "rimraf ./dist && NODE_ENV=production && tsc && copyfiles -u 1 ./docs/README.md dist/",
|
|
23
|
+
"build-win": "rimraf ./dist && SET NODE_ENV=production && tsc && copyfiles -u 1 ./docs/README.md dist/",
|
|
24
|
+
"build-dev": "NODE_ENV=development && tsc",
|
|
25
|
+
"build-dev-win": "SET NODE_ENV=development && tsc",
|
|
26
|
+
"tsc": "tsc"
|
|
27
|
+
},
|
|
28
|
+
"url": "git+https://github.com/cbsom/jcal-zmanim.git",
|
|
29
|
+
"repository": "git+https://github.com/cbsom/jcal-zmanim.git",
|
|
30
|
+
"keywords": [
|
|
31
|
+
"Calendar",
|
|
32
|
+
"Jewish",
|
|
33
|
+
"Halacha",
|
|
34
|
+
"Zmanim",
|
|
35
|
+
"Shul"
|
|
36
|
+
],
|
|
37
|
+
"author": "Chaim B. Sommers <cb@compute.co.il>",
|
|
38
|
+
"license": "GPL-3.0-or-later",
|
|
39
|
+
"bugs": {
|
|
40
|
+
"url": "https://github.com/cbsom/jCal/issues"
|
|
41
|
+
},
|
|
42
|
+
"homepage": "https://github.com/cbsom/jCal#readme",
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"closest-match": "1.3.3"
|
|
45
|
+
}
|
|
46
46
|
}
|