File tree Expand file tree Collapse file tree 16 files changed +38
-38
lines changed
Expand file tree Collapse file tree 16 files changed +38
-38
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @effectionx/bdd" ,
33 "exports" : " ./mod.ts" ,
4- "version" : " 0.3.0 " ,
4+ "version" : " 0.3.1 " ,
55 "license" : " MIT" ,
66 "imports" : {
77 "effection" : " npm:effection@^3" ,
8- "@effectionx/test-adapter" : " jsr:@effectionx/test-adapter@^0.5.1 " ,
8+ "@effectionx/test-adapter" : " jsr:@effectionx/test-adapter@^0.6.0 " ,
99 "@std/testing" : " jsr:@std/testing@^1"
1010 }
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " @effectionx/context-api" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "license" : " MIT" ,
55 "exports" : " ./mod.ts" ,
66 "imports" : {
77 "effection" : " npm:effection@^3" ,
88 "@std/expect" : " jsr:@std/expect@^1" ,
9- "@effectionx/bdd" : " jsr:@effectionx/bdd@0.2.2 "
9+ "@effectionx/bdd" : " jsr:@effectionx/bdd@^0.3.0 "
1010 }
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " @effectionx/deno-deploy" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "exports" : " ./mod.ts" ,
55 "license" : " MIT" ,
66 "imports" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @effectionx/fx" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "exports" : " ./mod.ts" ,
55 "license" : " MIT" ,
66 "imports" : {
77 "effection" : " npm:effection@^3" ,
88 "@std/expect" : " jsr:@std/expect@^1" ,
9- "@effectionx/bdd" : " jsr:@effectionx/bdd@0.2.2 "
9+ "@effectionx/bdd" : " jsr:@effectionx/bdd@^0.3.0 "
1010 }
1111}
Original file line number Diff line number Diff line change 11{
22 "name" : " @effectionx/jsonl-store" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "exports" : " ./mod.ts" ,
55 "license" : " MIT" ,
66 "imports" : {
99 "@std/streams" : " jsr:@std/streams@^1" ,
1010 "@std/fs" : " jsr:@std/fs@^1" ,
1111 "@std/path" : " jsr:@std/path@^1" ,
12- "@effectionx/bdd" : " jsr:@effectionx/bdd@0.2.2 " ,
12+ "@effectionx/bdd" : " jsr:@effectionx/bdd@^0.3.0 " ,
1313 "@std/expect" : " jsr:@std/expect@^1"
1414 }
1515}
Original file line number Diff line number Diff line change 11{
22 "name" : " @effectionx/process" ,
33 "exports" : " ./mod.ts" ,
4- "version" : " 0.6.0 " ,
4+ "version" : " 0.6.1 " ,
55 "license" : " MIT" ,
66 "imports" : {
77 "@types/cross-spawn" :
" npm:@types/[email protected] " ,
1010 "effection" : " npm:effection@^3" ,
1111 "shellwords" : " npm:shellwords@^1.1.1" ,
1212 "@std/expect" :
" jsr:@std/[email protected] " ,
13- "@effectionx/stream-helpers" : " npm:@effectionx/stream-helpers@0.3 .0" ,
14- "@effectionx/bdd" : " jsr:@effectionx/bdd@0.2.2 " ,
15- "@effectionx/signals" : " npm:@effectionx/signals@0.3 .0"
13+ "@effectionx/stream-helpers" : " npm:@effectionx/stream-helpers@^0.4 .0" ,
14+ "@effectionx/bdd" : " jsr:@effectionx/bdd@^0.3.0 " ,
15+ "@effectionx/signals" : " npm:@effectionx/signals@^0.4 .0"
1616 }
1717}
Original file line number Diff line number Diff line change 11{
22 "name" : " @effectionx/raf" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "exports" : " ./mod.ts" ,
55 "license" : " MIT" ,
66 "imports" : {
77 "effection" : " npm:effection@^3" ,
88 "@essentials/raf" : " npm:@essentials/raf@^1.2.0" ,
99 "@std/expect" : " jsr:@std/expect@^1" ,
10- "@effectionx/bdd" : " jsr:@effectionx/bdd@0.2.2 "
10+ "@effectionx/bdd" : " jsr:@effectionx/bdd@^0.3.0 "
1111 }
1212}
Original file line number Diff line number Diff line change 11{
22 "name" : " @effectionx/signals" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "imports" : {
55 "effection" : " npm:effection@^3" ,
66 "immutable" : " npm:immutable@^5" ,
77 "@std/expect" : " jsr:@std/expect@^1" ,
8- "@effectionx/bdd" : " jsr:@effectionx/bdd@0.2.2 "
8+ "@effectionx/bdd" : " jsr:@effectionx/bdd@^0.3.0 "
99 },
1010 "license" : " MIT" ,
1111 "exports" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @effectionx/stream-helpers" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "imports" : {
55 "effection" : " npm:effection@^3" ,
66 "immutable" : " npm:immutable@^5" ,
7- "@effectionx/signals" :
" npm:@effectionx/[email protected] " ,
7+ "@effectionx/signals" : " npm:@effectionx/signals@^ 0.4.0" ,
88 "@std/expect" : " jsr:@std/expect@^1" ,
99 "@std/testing" : " jsr:@std/testing@^1" ,
10- "@effectionx/timebox" :
" npm:@effectionx/[email protected] " ,
11- "@effectionx/bdd" :
" jsr:@effectionx/[email protected] " ,
10+ "@effectionx/timebox" : " npm:@effectionx/timebox@^ 0.3.0" ,
11+ "@effectionx/bdd" : " jsr:@effectionx/bdd@^ 0.3.0" ,
1212 "remeda" : " npm:remeda@^2"
1313 },
1414 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @effectionx/task-buffer" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "exports" : " ./mod.ts" ,
55 "license" : " MIT" ,
66 "imports" : {
77 "effection" : " npm:effection@^3" ,
88 "@std/expect" : " jsr:@std/expect@^1" ,
9- "@effectionx/bdd" : " jsr:@effectionx/bdd@0.2.2 " ,
9+ "@effectionx/bdd" : " jsr:@effectionx/bdd@^0.3.0 " ,
1010 "@std/testing" : " jsr:@std/testing@^1"
1111 }
1212}
You can’t perform that action at this time.
0 commit comments