File tree Expand file tree Collapse file tree 3 files changed +272
-245
lines changed Expand file tree Collapse file tree 3 files changed +272
-245
lines changed Original file line number Diff line number Diff line change 6161 "travis" : " npm run lint && npm run cover"
6262 },
6363 "dependencies" : {
64- "@aureooms/js-pairing-heap" : " ^1 .0.0 " ,
65- "@aureooms/js-pairs" : " ^0 .0.0"
64+ "@aureooms/js-pairing-heap" : " ^2 .0.1 " ,
65+ "@aureooms/js-pairs" : " ^1 .0.0"
6666 },
6767 "devDependencies" : {
6868 "@aureooms/js-collections-counter" : " 5.0.0" ,
69- "@aureooms/js-compare" : " 1.4.8 " ,
70- "@aureooms/js-itertools" : " 5.0.1 " ,
69+ "@aureooms/js-compare" : " 2.0.0 " ,
70+ "@aureooms/js-itertools" : " 5.1.0 " ,
7171 "@babel/cli" : " 7.13.10" ,
7272 "@babel/core" : " 7.13.10" ,
73- "@babel/preset-env" : " 7.13.10 " ,
73+ "@babel/preset-env" : " 7.13.12 " ,
7474 "@babel/register" : " 7.13.8" ,
7575 "@commitlint/cli" : " 12.0.1" ,
7676 "@js-library/commitlint-config" : " 0.0.4" ,
8686 "esdoc-inject-style-plugin" : " 1.0.0" ,
8787 "esdoc-standard-plugin" : " 1.0.0" ,
8888 "fixpack" : " 4.0.0" ,
89- "husky" : " 5.1.3 " ,
89+ "husky" : " 5.2.0 " ,
9090 "lint-staged" : " 10.5.4" ,
9191 "microbundle" : " 0.13.0" ,
9292 "np" : " 7.4.0" ,
Original file line number Diff line number Diff line change 1- import Heap from '@aureooms/js-pairing-heap' ;
1+ import { PairingHeap as Heap } from '@aureooms/js-pairing-heap' ;
22import { EfficientlyInvertiblePairs as Pairs } from '@aureooms/js-pairs' ;
33
44import subroutine from './subroutine.js' ;
You can’t perform that action at this time.
0 commit comments