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/dist/index.d.ts CHANGED
@@ -1,36 +1,2 @@
1
- import { Utils, DaysOfWeek, DaysOfWeekHeb, DaysOfWeekEng, JewishMonthsEng, JewishMonthsHeb, SecularMonthsEng } from './Utils.js';
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
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","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,EAAC,KAAK,EAAC,CAAC;AACf,OAAO,EAAC,WAAW,EAAC,CAAC;AACrB,OAAO,EAAC,UAAU,EAAC,CAAC;AACpB,OAAO,EAAC,aAAa,EAAC,CAAC;AACvB,OAAO,EAAC,aAAa,EAAC,CAAC;AACvB,OAAO,EAAC,eAAe,EAAC,CAAC;AACzB,OAAO,EAAC,eAAe,EAAC,CAAC;AACzB,OAAO,EAAC,gBAAgB,EAAC,CAAC;AAC1B,OAAO,EAAC,gBAAgB,EAAC,CAAC;AAC1B,OAAO,EAAC,QAAQ,EAAC,CAAC;AAClB,OAAO,EAAC,SAAS,EAAC,CAAC;AACnB,OAAO,EAAC,YAAY,EAAC,CAAC;AACtB,OAAO,EAAC,gBAAgB,EAAC,CAAC;AAC1B,OAAO,EAAC,oBAAoB,EAAC,CAAC;AAC9B,OAAO,EAAC,SAAS,EAAC,CAAC;AACnB,OAAO,EAAC,WAAW,EAAC,CAAC;AACrB,OAAO,EAAC,WAAW,EAAC,CAAC;AACrB,OAAO,EAAC,MAAM,EAAC,CAAC;AAChB,OAAO,EAAC,KAAK,EAAC,CAAC;AACf,OAAO,EAAC,KAAK,EAAC,CAAC;AACf,OAAO,EAAC,UAAU,EAAC,CAAC;AACpB,OAAO,EAAC,OAAO,EAAC,CAAC;AACjB,OAAO,EAAC,KAAK,EAAC,CAAC"}
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
- 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 };
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,EAAC,KAAK,EAAC,CAAC;AACf,OAAO,EAAC,WAAW,EAAC,CAAC;AACrB,OAAO,EAAC,UAAU,EAAC,CAAC;AACpB,OAAO,EAAC,aAAa,EAAC,CAAC;AACvB,OAAO,EAAC,aAAa,EAAC,CAAC;AACvB,OAAO,EAAC,eAAe,EAAC,CAAC;AACzB,OAAO,EAAC,eAAe,EAAC,CAAC;AACzB,OAAO,EAAC,gBAAgB,EAAC,CAAC;AAC1B,OAAO,EAAC,gBAAgB,EAAC,CAAC;AAC1B,OAAO,EAAC,QAAQ,EAAC,CAAC;AAClB,OAAO,EAAC,SAAS,EAAC,CAAC;AACnB,OAAO,EAAC,YAAY,EAAC,CAAC;AACtB,OAAO,EAAC,gBAAgB,EAAC,CAAC;AAC1B,OAAO,EAAC,oBAAoB,EAAC,CAAC;AAC9B,OAAO,EAAC,SAAS,EAAC,CAAC;AACnB,OAAO,EAAC,WAAW,EAAC,CAAC;AACrB,OAAO,EAAC,WAAW,EAAC,CAAC;AACrB,OAAO,EAAC,MAAM,EAAC,CAAC;AAChB,OAAO,EAAC,KAAK,EAAC,CAAC;AACf,OAAO,EAAC,KAAK,EAAC,CAAC;AACf,OAAO,EAAC,UAAU,EAAC,CAAC;AACpB,OAAO,EAAC,OAAO,EAAC,CAAC;AACjB,OAAO,EAAC,KAAK,EAAC,CAAC"}
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.1.10",
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
  }