File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
``` js
4
4
import { Measures } from ' @aureooms/js-measure' ;
5
- import { gt } from ' @aureooms/js- predicate' ;
5
+ import { gt } from ' @functional-abstraction/ predicate' ;
6
6
7
7
const { COUNTER } = Measures ;
8
8
Original file line number Diff line number Diff line change 65
65
"dependencies" : {},
66
66
"devDependencies" : {
67
67
"@aureooms/js-measure" : " 2.0.1" ,
68
- "@aureooms/js-predicate" : " 3.0.1" ,
69
68
"@babel/core" : " 7.14.3" ,
70
69
"@babel/preset-env" : " 7.14.2" ,
71
70
"@babel/register" : " 7.13.16" ,
72
71
"@commitlint/cli" : " 12.1.4" ,
72
+ "@functional-abstraction/predicate" : " ^3.0.2" ,
73
73
"@iterable-iterator/chain" : " ^1.0.0" ,
74
74
"@iterable-iterator/list" : " ^0.0.2" ,
75
75
"@iterable-iterator/map" : " ^0.1.0" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import test from 'ava';
2
2
3
3
import { Measures } from '@aureooms/js-measure' ;
4
4
5
- import { gt } from '@aureooms/js- predicate' ;
5
+ import { gt } from '@functional-abstraction/ predicate' ;
6
6
7
7
import { empty } from '../../src/index.js' ;
8
8
const { COUNTER } = Measures ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import {_chain as chain} from '@iterable-iterator/chain';
8
8
import { range } from '@iterable-iterator/range' ;
9
9
import { reversed } from '@iterable-iterator/reversed' ;
10
10
11
- import { gt } from '@aureooms/js- predicate' ;
11
+ import { gt } from '@functional-abstraction/ predicate' ;
12
12
13
13
import { empty , from } from '../../src/index.js' ;
14
14
const { COUNTER } = Measures ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import test from 'ava';
2
2
3
3
import { Measures } from '@aureooms/js-measure' ;
4
4
5
- import { gt } from '@aureooms/js- predicate' ;
5
+ import { gt } from '@functional-abstraction/ predicate' ;
6
6
7
7
import { from } from '../../src/index.js' ;
8
8
const { COUNTER } = Measures ;
Original file line number Diff line number Diff line change 7
7
resolved "https://registry.yarnpkg.com/@aureooms/js-measure/-/js-measure-2.0.1.tgz#bd346a93bd2d4a07aa396e73e1ebc38f397aa73e"
8
8
integrity sha512-Uq/m32HDHDydX2Pi9a+wfS22rIdn8C3xY8RrH9HQ3pOqcKty5dNFO323b9H3edyCnS64rMCo1IvWA0fno3FRUQ==
9
9
10
-
11
- version "3.0.1"
12
- resolved "https://registry.yarnpkg.com/@aureooms/js-predicate/-/js-predicate-3.0.1.tgz#25c4c21d2f7632139ca43b1f42e00125053596cb"
13
- integrity sha512-ZpWiJgBDpPqvu1ZOFruF9+CbhiXgdIwDD0XJ2Rjkj5aOJUbyJWtKe5WiywaQdGxhZonTn08Yq8mJ8JovCWwwLQ==
14
-
15
10
16
11
version "7.12.11"
17
12
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
1165
1160
resolved "https://registry.yarnpkg.com/@failure-abstraction/error/-/error-5.0.5.tgz#0cf54ae8f76a025a8df015acd958192fb29a5e9a"
1166
1161
integrity sha512-1wYCScLBgVzSrXWDNg6KqZPCTtrbduDIxGGx3OXfGXQgWusFC8vdgKL6XLycAgsv3FRx8jardWQGYnEHUCccQQ==
1167
1162
1163
+ " @functional-abstraction/predicate@^3.0.2 " :
1164
+ version "3.0.2"
1165
+ resolved "https://registry.yarnpkg.com/@functional-abstraction/predicate/-/predicate-3.0.2.tgz#b54022b29c51124a34621b9579635ad0bc463a38"
1166
+ integrity sha512-aQO7fL0myzoUsJzPo2Qeesr10OxRntMBblUuK98PwGqbug/uljjMOKeg+TZOJ9jU0mkbzgjJZzb84gJ8UjOYOg==
1167
+
1168
1168
" @istanbuljs/schema@^0.1.2 " :
1169
1169
version "0.1.3"
1170
1170
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
You can’t perform that action at this time.
0 commit comments