Skip to content

Commit 88360e2

Browse files
authored
Merge pull request #204 from ignlg/next
2 parents 7fd31cc + b74b35c commit 88360e2

File tree

10 files changed

+1518
-14509
lines changed

10 files changed

+1518
-14509
lines changed

dist/docs/assets/css/main.css

Lines changed: 1 addition & 2679 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/docs/assets/js/main.js

Lines changed: 51 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/docs/assets/js/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/docs/classes/_heap_.heap.html

Lines changed: 118 additions & 2745 deletions
Large diffs are not rendered by default.

dist/docs/globals.html

Lines changed: 57 additions & 2684 deletions
Large diffs are not rendered by default.

dist/docs/index.html

Lines changed: 57 additions & 2684 deletions
Large diffs are not rendered by default.

dist/docs/modules/_heap_.html

Lines changed: 56 additions & 2683 deletions
Large diffs are not rendered by default.

dist/heap-js.umd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(function (global, factory) {
22
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
33
typeof define === 'function' && define.amd ? define(['exports'], factory) :
4-
(global = global || self, factory(global.heap = {}));
4+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.heap = {}));
55
}(this, (function (exports) { 'use strict';
66

77
var __generator = (undefined && undefined.__generator) || function (thisArg, body) {

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "heap-js",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"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.",
55
"keywords": [
66
"heap",
@@ -69,33 +69,33 @@
6969
}
7070
},
7171
"devDependencies": {
72-
"@rollup/plugin-commonjs": "^12.0.0",
73-
"@rollup/plugin-node-resolve": "^8.0.0",
72+
"@rollup/plugin-commonjs": "^15.0.0",
73+
"@rollup/plugin-node-resolve": "^9.0.0",
7474
"@types/benchmark": "^1.0.33",
75-
"@types/jest": "^25.2.3",
76-
"@types/node": "^14.0.5",
77-
"@typescript-eslint/eslint-plugin": "3.0.2",
78-
"@typescript-eslint/parser": "^3.0.2",
75+
"@types/jest": "^26.0.12",
76+
"@types/node": "^14.6.2",
77+
"@typescript-eslint/eslint-plugin": "4.0.1",
78+
"@typescript-eslint/parser": "^4.0.1",
7979
"benchmark": "^2.1.4",
8080
"coveralls": "^3.1.0",
8181
"cross-env": "^7.0.2",
82-
"eslint": "7.1.0",
82+
"eslint": "7.8.0",
8383
"eslint-config-prettier": "^6.11.0",
84-
"eslint-plugin-prettier": "^3.1.3",
84+
"eslint-plugin-prettier": "^3.1.4",
8585
"eslint-plugin-standard": "4",
8686
"husky": "^4.2.5",
87-
"jest": "^26.0.1",
88-
"lint-staged": "^10.2.6",
87+
"jest": "^26.4.2",
88+
"lint-staged": "^10.2.13",
8989
"lodash.camelcase": "^4.3.0",
90-
"prettier": "^2.0.5",
91-
"prettier-eslint": "^10.1.1",
90+
"prettier": "^2.1.1",
91+
"prettier-eslint": "^11.0.0",
9292
"rimraf": "^3.0.2",
93-
"rollup": "^2.11.2",
93+
"rollup": "^2.26.9",
9494
"rollup-plugin-sourcemaps": "^0.6.2",
95-
"ts-jest": "^26.0.0",
96-
"ts-node": "^8.10.2",
97-
"tsc-watch": "^4.2.8",
98-
"typedoc": "^0.17.7",
99-
"typescript": "^3.9.3"
95+
"ts-jest": "^26.3.0",
96+
"ts-node": "^9.0.0",
97+
"tsc-watch": "^4.2.9",
98+
"typedoc": "^0.19.0",
99+
"typescript": "^4.0.2"
100100
}
101101
}

yarn.lock

Lines changed: 1157 additions & 1012 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)