Comparing version 2.5.0 to 2.6.0
{ | ||
"name": "heap-js", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.", | ||
@@ -22,3 +22,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git@github.com:ignlg/heap-js.git" | ||
"url": "git+ssh://git@github.com/ignlg/heap-js.git" | ||
}, | ||
@@ -73,30 +73,30 @@ "files": [ | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^25.0.4", | ||
"@rollup/plugin-node-resolve": "^15.2.1", | ||
"@types/benchmark": "^2.1.2", | ||
"@types/jest": "^29.5.3", | ||
"@types/node": "^20.5.2", | ||
"@typescript-eslint/eslint-plugin": "6.4.1", | ||
"@typescript-eslint/parser": "^6.4.1", | ||
"@rollup/plugin-commonjs": "^28.0.2", | ||
"@rollup/plugin-node-resolve": "^16.0.0", | ||
"@types/benchmark": "^2.1.5", | ||
"@types/jest": "^29.5.14", | ||
"@types/node": "^22.10.2", | ||
"@typescript-eslint/eslint-plugin": "8.18.2", | ||
"@typescript-eslint/parser": "^8.18.2", | ||
"benchmark": "^2.1.4", | ||
"coveralls": "^3.1.1", | ||
"cross-env": "^7.0.3", | ||
"eslint": "8.47.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"husky": "^8.0.3", | ||
"jest": "^29.6.3", | ||
"lint-staged": "^14.0.1", | ||
"eslint": "<9.0.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"husky": "^9.1.7", | ||
"jest": "^29.7.0", | ||
"lint-staged": "^15.3.0", | ||
"lodash.camelcase": "^4.3.0", | ||
"prettier": "^3.0.2", | ||
"prettier-eslint": "^15.0.1", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^3.28.1", | ||
"prettier": "^3.4.2", | ||
"prettier-eslint": "^16.3.0", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^4.29.1", | ||
"rollup-plugin-sourcemaps": "^0.6.3", | ||
"ts-jest": "^29.1.1", | ||
"ts-node": "^10.9.1", | ||
"tsc-watch": "^6.0.4", | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.1.6" | ||
"ts-jest": "^29.2.5", | ||
"ts-node": "^10.9.2", | ||
"tsc-watch": "^6.2.1", | ||
"typedoc": "^0.27.6", | ||
"typescript": "^5.7.2" | ||
} | ||
} |
@@ -46,2 +46,7 @@ # ![Heap.js](assets/heap-js.png) Heap.js | ||
### 2.6 | ||
- Improves performance of remove and sorting methods. | ||
- Improves tests and documentation. | ||
### 2.5 | ||
@@ -335,6 +340,10 @@ | ||
## Contributing | ||
## Sponsor | ||
Development of **Heap.js** happens in the open on GitHub, and I am grateful to the community for contributing bug fixes and improvements. | ||
We are looking for sponsors to help us maintain and improve **Heap.js**. If you're interested in supporting this project, please get in touch with us. | ||
## Collaborate | ||
Would you like to contribute to **Heap.js**? Feel free to submit a pull request, open an issue, or reach out to the maintainers. We welcome your feedback and ideas! | ||
### Dev setup | ||
@@ -360,2 +369,2 @@ | ||
Heap.js is [BSD licensed](LICENSE). | ||
Heap.js is [BSD 3-Clause Licensed](LICENSE). |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
368
221884
5375