Skip to content

Commit

Permalink
Merge pull request #204 from ignlg/next
Browse files Browse the repository at this point in the history
  • Loading branch information
ignlg authored Sep 1, 2020
2 parents 7fd31cc + b74b35c commit 88360e2
Show file tree
Hide file tree
Showing 10 changed files with 1,518 additions and 14,509 deletions.
2,680 changes: 1 addition & 2,679 deletions dist/docs/assets/css/main.css

Large diffs are not rendered by default.

52 changes: 51 additions & 1 deletion dist/docs/assets/js/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/docs/assets/js/search.json

Large diffs are not rendered by default.

2,863 changes: 118 additions & 2,745 deletions dist/docs/classes/_heap_.heap.html

Large diffs are not rendered by default.

2,741 changes: 57 additions & 2,684 deletions dist/docs/globals.html

Large diffs are not rendered by default.

2,741 changes: 57 additions & 2,684 deletions dist/docs/index.html

Large diffs are not rendered by default.

2,739 changes: 56 additions & 2,683 deletions dist/docs/modules/_heap_.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/heap-js.umd.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = global || self, factory(global.heap = {}));
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.heap = {}));
}(this, (function (exports) { 'use strict';

var __generator = (undefined && undefined.__generator) || function (thisArg, body) {
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heap-js",
"version": "2.1.1",
"version": "2.1.2",
"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.",
"keywords": [
"heap",
Expand Down Expand Up @@ -69,33 +69,33 @@
}
},
"devDependencies": {
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@types/benchmark": "^1.0.33",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.5",
"@typescript-eslint/eslint-plugin": "3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"@types/jest": "^26.0.12",
"@types/node": "^14.6.2",
"@typescript-eslint/eslint-plugin": "4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"benchmark": "^2.1.4",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
"eslint": "7.1.0",
"eslint": "7.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-standard": "4",
"husky": "^4.2.5",
"jest": "^26.0.1",
"lint-staged": "^10.2.6",
"jest": "^26.4.2",
"lint-staged": "^10.2.13",
"lodash.camelcase": "^4.3.0",
"prettier": "^2.0.5",
"prettier-eslint": "^10.1.1",
"prettier": "^2.1.1",
"prettier-eslint": "^11.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.11.2",
"rollup": "^2.26.9",
"rollup-plugin-sourcemaps": "^0.6.2",
"ts-jest": "^26.0.0",
"ts-node": "^8.10.2",
"tsc-watch": "^4.2.8",
"typedoc": "^0.17.7",
"typescript": "^3.9.3"
"ts-jest": "^26.3.0",
"ts-node": "^9.0.0",
"tsc-watch": "^4.2.9",
"typedoc": "^0.19.0",
"typescript": "^4.0.2"
}
}
2,169 changes: 1,157 additions & 1,012 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 88360e2

Please sign in to comment.