Skip to content

Commit f2bcade

Browse files
committed
Minor bump process
1 parent c725e9f commit f2bcade

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

process/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effectionx/process",
33
"exports": "./mod.ts",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"license": "MIT",
66
"imports": {
77
"@types/cross-spawn": "npm:@types/[email protected]",

v4.importmap.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"imports": {
3+
"@deno/dnt": "jsr:@deno/[email protected]",
4+
"@effectionx/bdd": "./bdd/mod.ts",
5+
"@effectionx/process": "./process/mod.ts",
6+
"@effectionx/signals": "./signals/mod.ts",
7+
"@effectionx/stream-helpers": "./stream-helpers/mod.ts",
8+
"@effectionx/test-adapter": "./test-adapter/mod.ts",
9+
"@effectionx/timebox": "./timebox/mod.ts",
10+
"@essentials/raf": "npm:@essentials/raf@^1.2.0",
11+
"@std/assert": "jsr:@std/assert@^1",
12+
"@std/expect": "jsr:@std/expect@^1",
13+
"@std/fs": "jsr:@std/fs@^1",
14+
"@std/json": "jsr:@std/json@^1",
15+
"@std/path": "jsr:@std/path@^1",
16+
"@std/streams": "jsr:@std/streams@^1",
17+
"@std/testing": "jsr:@std/testing@^1",
18+
"@std/testing/bdd": "jsr:@std/testing@^1/bdd",
19+
"@std/testing/mock": "jsr:@std/testing@^1/mock",
20+
"@std/testing/time": "jsr:@std/testing@^1/time",
21+
"@types/cross-spawn": "npm:@types/[email protected]",
22+
"chokidar": "npm:chokidar@^4.0.3",
23+
"cross-spawn": "npm:[email protected]",
24+
"ctrlc-windows": "npm:[email protected]",
25+
"effection": "npm:effection@^4.0.0-0",
26+
"ignore": "npm:ignore@^7.0.3",
27+
"immutable": "npm:immutable@^5",
28+
"remeda": "npm:remeda@^2",
29+
"shellwords": "npm:shellwords@^1.1.1",
30+
"tinyexec": "npm:[email protected]",
31+
"ws": "npm:ws@^8",
32+
"zod": "npm:zod@^3.20.2",
33+
"zod-opts": "npm:[email protected]"
34+
}
35+
}

0 commit comments

Comments
 (0)