Comparing version
@@ -0,44 +1,44 @@ | ||
# [4.4.0](https://github.com/batoulapps/adhan-js/compare/v4.3.2...v4.4.0) (2022-05-11) | ||
### Features | ||
- **prayertimes:** expose sunset time ([05a0c34](https://github.com/batoulapps/adhan-js/commit/05a0c34b579cec9e09376c12fd253b2109e292b5)), closes [#105](https://github.com/batoulapps/adhan-js/issues/105) | ||
## [4.3.2](https://github.com/batoulapps/adhan-js/compare/v4.3.1...v4.3.2) (2022-03-14) | ||
### Bug Fixes | ||
* **prayer times:** fix polar circle prayer times ([0041629](https://github.com/batoulapps/adhan-js/commit/0041629e7ecad5b999a3b382f79314d5d8a0e4b3)) | ||
- **prayer times:** fix polar circle prayer times ([0041629](https://github.com/batoulapps/adhan-js/commit/0041629e7ecad5b999a3b382f79314d5d8a0e4b3)) | ||
## [4.3.1](https://github.com/batoulapps/adhan-js/compare/v4.3.0...v4.3.1) (2021-12-25) | ||
### Bug Fixes | ||
* **exports:** add shafaq to main export ([22aedeb](https://github.com/batoulapps/adhan-js/commit/22aedeb59c032dd5a2d3f831d7ece520465713d0)) | ||
- **exports:** add shafaq to main export ([22aedeb](https://github.com/batoulapps/adhan-js/commit/22aedeb59c032dd5a2d3f831d7ece520465713d0)) | ||
# [4.3.0](https://github.com/batoulapps/adhan-js/compare/v4.2.1...v4.3.0) (2021-12-24) | ||
### Features | ||
* **calculation params:** adds shafaq parameter ([4c62bdf](https://github.com/batoulapps/adhan-js/commit/4c62bdf8094cd4df5d459884eccd83258d4f06d8)), closes [#78](https://github.com/batoulapps/adhan-js/issues/78) | ||
- **calculation params:** adds shafaq parameter ([4c62bdf](https://github.com/batoulapps/adhan-js/commit/4c62bdf8094cd4df5d459884eccd83258d4f06d8)), closes [#78](https://github.com/batoulapps/adhan-js/issues/78) | ||
## [4.2.1](https://github.com/batoulapps/adhan-js/compare/v4.2.0...v4.2.1) (2021-06-18) | ||
### Bug Fixes | ||
* **rounding:** add rounding to top level export to make it available ([1663b47](https://github.com/batoulapps/adhan-js/commit/1663b47ec0ea59023ea0d33c42cf2a9ce9c04940)), closes [#68](https://github.com/batoulapps/adhan-js/issues/68) | ||
* **typescript:** fix typescript definitions for CalculationParameters ([65a6568](https://github.com/batoulapps/adhan-js/commit/65a65687164135ba8e9b2ee1fe1eaa2e5a8298c7)) | ||
- **rounding:** add rounding to top level export to make it available ([1663b47](https://github.com/batoulapps/adhan-js/commit/1663b47ec0ea59023ea0d33c42cf2a9ce9c04940)), closes [#68](https://github.com/batoulapps/adhan-js/issues/68) | ||
- **typescript:** fix typescript definitions for CalculationParameters ([65a6568](https://github.com/batoulapps/adhan-js/commit/65a65687164135ba8e9b2ee1fe1eaa2e5a8298c7)) | ||
# [4.2.0](https://github.com/batoulapps/adhan-js/compare/v4.1.0...v4.2.0) (2021-06-17) | ||
### Features | ||
* **calculation-parameters:** adding rounding option parameter ([7cf40d4](https://github.com/batoulapps/adhan-js/commit/7cf40d413bbb8ca554397143fde441046d570876)), closes [#43](https://github.com/batoulapps/adhan-js/issues/43) | ||
* **date-utils:** default rounding logic to nearest ([87f2b99](https://github.com/batoulapps/adhan-js/commit/87f2b99db42eef29fd6511816403688ffcd6002b)) | ||
* **date-utils:** include rounding changes in webpacked artifact ([fa8a13e](https://github.com/batoulapps/adhan-js/commit/fa8a13e4902fc7bbe2fbaafe78ad541a905fbd8e)) | ||
- **calculation-parameters:** adding rounding option parameter ([7cf40d4](https://github.com/batoulapps/adhan-js/commit/7cf40d413bbb8ca554397143fde441046d570876)), closes [#43](https://github.com/batoulapps/adhan-js/issues/43) | ||
- **date-utils:** default rounding logic to nearest ([87f2b99](https://github.com/batoulapps/adhan-js/commit/87f2b99db42eef29fd6511816403688ffcd6002b)) | ||
- **date-utils:** include rounding changes in webpacked artifact ([fa8a13e](https://github.com/batoulapps/adhan-js/commit/fa8a13e4902fc7bbe2fbaafe78ad541a905fbd8e)) | ||
# [4.1.0](https://github.com/batoulapps/adhan-js/compare/v4.0.3...v4.1.0) (2021-03-19) | ||
### Features | ||
* add recommended function to HighLatitudeRule ([1f7aa55](https://github.com/batoulapps/adhan-js/commit/1f7aa555b275eb2e07503c41c69092b7808c442c)), closes [#42](https://github.com/batoulapps/adhan-js/issues/42) | ||
- add recommended function to HighLatitudeRule ([1f7aa55](https://github.com/batoulapps/adhan-js/commit/1f7aa555b275eb2e07503c41c69092b7808c442c)), closes [#42](https://github.com/batoulapps/adhan-js/issues/42) |
{ | ||
"name": "adhan", | ||
"version": "4.3.2", | ||
"description": "High precision Islamic prayer time library", | ||
"main": "Adhan.js", | ||
"types": "Adhan.d.ts", | ||
"version": "4.4.0", | ||
"author": "Ameir Al-Zoubi <ameir@ameir.com>", | ||
"license": "MIT", | ||
"main": "lib/cjs/Adhan.js", | ||
"module": "lib/esm/Adhan.js", | ||
"types": "lib/types/Adhan.d.ts", | ||
"scripts": { | ||
"build": "webpack --mode production", | ||
"test": "npm-run-all test:*", | ||
"test:lint": "eslint src/ test/", | ||
"clean": "rimraf lib", | ||
"test": "run-s -l test:*", | ||
"test:unit": "jest", | ||
"test:audit": "npm audit --production --audit-level=high", | ||
"test-watch": "jest --watch", | ||
"coverage": "codecov", | ||
"test:audit": "npm audit --omit=dev --audit-level=high", | ||
"build": "npm-run-all -l clean -p build:*", | ||
"build:esm": "cross-env BABEL_ENV=esmUnbundled babel src --extensions '.ts' --out-dir 'lib/esm' --source-maps", | ||
"build:cjs": "cross-env BABEL_ENV=cjs babel src --extensions '.ts' --out-dir 'lib/cjs' --source-maps", | ||
"build:bundles": "cross-env BABEL_ENV=esmBundled rollup -c", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"lint": "run-p -l lint:*", | ||
"lint:eslint": "eslint --max-warnings=0 .", | ||
"lint:tsc": "tsc --noEmit", | ||
"lint-fix": "npm-run-all -l -p lint-fix:* -s lint:tsc", | ||
"lint-fix:eslint": "eslint --max-warnings=0 --fix .", | ||
"commit": "cz", | ||
@@ -35,26 +45,41 @@ "prepare": "husky install" | ||
], | ||
"author": "Ameir Al-Zoubi <ameir@ameir.com>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@babel/core": "^7.9.0", | ||
"@babel/preset-env": "^7.9.5", | ||
"@babel/register": "^7.9.0", | ||
"@commitlint/cli": "^12.0.1", | ||
"@commitlint/config-conventional": "^12.0.1", | ||
"@semantic-release/changelog": "^5.0.1", | ||
"@semantic-release/git": "^9.0.0", | ||
"babel-loader": "^8.1.0", | ||
"codecov": "^3.6.5", | ||
"commitizen": "^4.2.3", | ||
"@babel/cli": "^7.17.6", | ||
"@babel/core": "^7.17.9", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/preset-typescript": "^7.16.7", | ||
"@commitlint/cli": "^16.2.3", | ||
"@commitlint/config-conventional": "^16.2.1", | ||
"@rollup/plugin-babel": "^5.3.1", | ||
"@rollup/plugin-node-resolve": "^13.2.1", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/commit-analyzer": "^9.0.2", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^8.0.4", | ||
"@semantic-release/release-notes-generator": "^10.0.3", | ||
"@tsconfig/node12": "^1.0.9", | ||
"@types/jest": "^27.4.1", | ||
"@typescript-eslint/eslint-plugin": "^5.20.0", | ||
"@typescript-eslint/parser": "^5.20.0", | ||
"babel-loader": "^8.2.4", | ||
"commitizen": "^4.2.4", | ||
"cross-env": "^7.0.3", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^7.17.0", | ||
"eslint-plugin-jest": "^24.1.5", | ||
"husky": "^5.1.2", | ||
"jest": "^26.6.0", | ||
"moment": "^2.24.0", | ||
"moment-timezone": "^0.5.28", | ||
"eslint": "^8.13.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-jest": "^26.1.4", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"husky": "^7.0.4", | ||
"jest": "^27.5.1", | ||
"moment": "^2.29.3", | ||
"moment-timezone": "^0.5.34", | ||
"npm-run-all": "^4.1.5", | ||
"semantic-release": "^17.4.0", | ||
"webpack": "^4.42.1", | ||
"webpack-cli": "^3.3.11" | ||
"prettier": "^2.6.2", | ||
"pretty-quick": "^3.1.3", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.70.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"semantic-release": "^19.0.2", | ||
"ts-jest": "^27.1.4", | ||
"typescript": "^4.6.3" | ||
}, | ||
@@ -61,0 +86,0 @@ "config": { |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
27578
-86.68%38
80.95%8
-78.95%10
-99.54%1
Infinity%2
Infinity%