File tree 3 files changed +272
-245
lines changed
3 files changed +272
-245
lines changed Original file line number Diff line number Diff line change 61
61
"travis" : " npm run lint && npm run cover"
62
62
},
63
63
"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"
66
66
},
67
67
"devDependencies" : {
68
68
"@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 " ,
71
71
"@babel/cli" : " 7.13.10" ,
72
72
"@babel/core" : " 7.13.10" ,
73
- "@babel/preset-env" : " 7.13.10 " ,
73
+ "@babel/preset-env" : " 7.13.12 " ,
74
74
"@babel/register" : " 7.13.8" ,
75
75
"@commitlint/cli" : " 12.0.1" ,
76
76
"@js-library/commitlint-config" : " 0.0.4" ,
86
86
"esdoc-inject-style-plugin" : " 1.0.0" ,
87
87
"esdoc-standard-plugin" : " 1.0.0" ,
88
88
"fixpack" : " 4.0.0" ,
89
- "husky" : " 5.1.3 " ,
89
+ "husky" : " 5.2.0 " ,
90
90
"lint-staged" : " 10.5.4" ,
91
91
"microbundle" : " 0.13.0" ,
92
92
"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' ;
2
2
import { EfficientlyInvertiblePairs as Pairs } from '@aureooms/js-pairs' ;
3
3
4
4
import subroutine from './subroutine.js' ;
You can’t perform that action at this time.
0 commit comments