Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bdd/deno.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@effectionx/bdd",
"exports": "./mod.ts",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"imports": {
"effection": "npm:effection@^3",
"@effectionx/test-adapter": "jsr:@effectionx/test-adapter@^0.5.1",
"@effectionx/test-adapter": "jsr:@effectionx/test-adapter@^0.6.0",
"@std/testing": "jsr:@std/testing@^1"
}
}
4 changes: 2 additions & 2 deletions context-api/deno.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@effectionx/context-api",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"exports": "./mod.ts",
"imports": {
"effection": "npm:effection@^3",
"@std/expect": "jsr:@std/expect@^1",
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2"
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0"
}
}
2 changes: 1 addition & 1 deletion deno-deploy/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effectionx/deno-deploy",
"version": "0.3.0",
"version": "0.3.1",
"exports": "./mod.ts",
"license": "MIT",
"imports": {
Expand Down
4 changes: 2 additions & 2 deletions fx/deno.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@effectionx/fx",
"version": "0.3.0",
"version": "0.3.1",
"exports": "./mod.ts",
"license": "MIT",
"imports": {
"effection": "npm:effection@^3",
"@std/expect": "jsr:@std/expect@^1",
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2"
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0"
}
}
4 changes: 2 additions & 2 deletions jsonl-store/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effectionx/jsonl-store",
"version": "0.3.0",
"version": "0.3.1",
"exports": "./mod.ts",
"license": "MIT",
"imports": {
Expand All @@ -9,7 +9,7 @@
"@std/streams": "jsr:@std/streams@^1",
"@std/fs": "jsr:@std/fs@^1",
"@std/path": "jsr:@std/path@^1",
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2",
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0",
"@std/expect": "jsr:@std/expect@^1"
}
}
8 changes: 4 additions & 4 deletions process/deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effectionx/process",
"exports": "./mod.ts",
"version": "0.6.0",
"version": "0.6.1",
"license": "MIT",
"imports": {
"@types/cross-spawn": "npm:@types/cross-spawn@6.0.6",
Expand All @@ -10,8 +10,8 @@
"effection": "npm:effection@^3",
"shellwords": "npm:shellwords@^1.1.1",
"@std/expect": "jsr:@std/expect@1.0.17",
"@effectionx/stream-helpers": "npm:@effectionx/stream-helpers@0.3.0",
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2",
"@effectionx/signals": "npm:@effectionx/signals@0.3.0"
"@effectionx/stream-helpers": "npm:@effectionx/stream-helpers@^0.4.0",
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0",
"@effectionx/signals": "npm:@effectionx/signals@^0.4.0"
}
}
4 changes: 2 additions & 2 deletions raf/deno.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@effectionx/raf",
"version": "0.1.0",
"version": "0.1.1",
"exports": "./mod.ts",
"license": "MIT",
"imports": {
"effection": "npm:effection@^3",
"@essentials/raf": "npm:@essentials/raf@^1.2.0",
"@std/expect": "jsr:@std/expect@^1",
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2"
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0"
}
}
4 changes: 2 additions & 2 deletions signals/deno.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@effectionx/signals",
"version": "0.4.0",
"version": "0.4.1",
"imports": {
"effection": "npm:effection@^3",
"immutable": "npm:immutable@^5",
"@std/expect": "jsr:@std/expect@^1",
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2"
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0"
},
"license": "MIT",
"exports": {
Expand Down
8 changes: 4 additions & 4 deletions stream-helpers/deno.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@effectionx/stream-helpers",
"version": "0.4.0",
"version": "0.4.1",
"imports": {
"effection": "npm:effection@^3",
"immutable": "npm:immutable@^5",
"@effectionx/signals": "npm:@effectionx/signals@0.4.0",
"@effectionx/signals": "npm:@effectionx/signals@^0.4.0",
"@std/expect": "jsr:@std/expect@^1",
"@std/testing": "jsr:@std/testing@^1",
"@effectionx/timebox": "npm:@effectionx/timebox@0.3.0",
"@effectionx/bdd": "jsr:@effectionx/bdd@0.3.0",
"@effectionx/timebox": "npm:@effectionx/timebox@^0.3.0",
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0",
"remeda": "npm:remeda@^2"
},
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions task-buffer/deno.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@effectionx/task-buffer",
"version": "1.2.0",
"version": "1.2.1",
"exports": "./mod.ts",
"license": "MIT",
"imports": {
"effection": "npm:effection@^3",
"@std/expect": "jsr:@std/expect@^1",
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2",
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0",
"@std/testing": "jsr:@std/testing@^1"
}
}
2 changes: 1 addition & 1 deletion test-adapter/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effectionx/test-adapter",
"version": "0.6.0",
"version": "0.6.1",
"license": "MIT",
"exports": "./mod.ts",
"imports": {
Expand Down
4 changes: 2 additions & 2 deletions timebox/deno.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@effectionx/timebox",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"exports": "./mod.ts",
"imports": {
"effection": "npm:effection@^3",
"@std/expect": "jsr:@std/expect@1",
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2"
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0"
}
}
2 changes: 1 addition & 1 deletion tinyexec/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effectionx/tinyexec",
"version": "0.3.0",
"version": "0.3.1",
"exports": "./mod.ts",
"license": "MIT",
"imports": {
Expand Down
10 changes: 5 additions & 5 deletions watch/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effectionx/watch",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"exports": {
".": "./main.ts",
Expand All @@ -17,10 +17,10 @@
"chokidar": "npm:chokidar@^4.0.3",
"zod": "npm:zod@^3.20.2",
"zod-opts": "npm:zod-opts@0.1.8",
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2",
"@effectionx/process": "npm:@effectionx/process@0.5.0",
"@effectionx/stream-helpers": "npm:@effectionx/stream-helpers@0.3.0",
"@effectionx/signals": "npm:@effectionx/signals@0.3.0"
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0",
"@effectionx/process": "npm:@effectionx/process@^0.6.0",
"@effectionx/stream-helpers": "npm:@effectionx/stream-helpers@^0.4.0",
"@effectionx/signals": "npm:@effectionx/signals@^0.4.0"
},
"lint": {
"rules": {
Expand Down
4 changes: 2 additions & 2 deletions websocket/deno.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@effectionx/websocket",
"version": "2.2.0",
"version": "2.2.1",
"exports": "./mod.ts",
"license": "MIT",
"imports": {
"effection": "npm:effection@^3",
"@std/expect": "jsr:@std/expect@^1",
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2",
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0",
"ws": "npm:ws@^8"
}
}
8 changes: 4 additions & 4 deletions worker/deno.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@effectionx/worker",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"exports": "./mod.ts",
"imports": {
"effection": "npm:effection@^3",
"@std/assert": "jsr:@std/assert@^1",
"@std/expect": "jsr:@std/expect@^1",
"@effectionx/timebox": "npm:@effectionx/timebox@^0.2.0",
"@effectionx/timebox": "npm:@effectionx/timebox@^0.3.0",
"@std/path": "jsr:@std/path@^1",
"@std/fs": "jsr:@std/fs@^1",
"@effectionx/bdd": "jsr:@effectionx/bdd@0.2.2",
"@effectionx/signals": "npm:@effectionx/signals@0.3.0"
"@effectionx/bdd": "jsr:@effectionx/bdd@^0.3.0",
"@effectionx/signals": "npm:@effectionx/signals@^0.4.0"
}
}