We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af47c9d commit b0840a4Copy full SHA for b0840a4
test-adapter/deno.json
@@ -1,10 +1,10 @@
1
{
2
"name": "@effectionx/test-adapter",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"license": "MIT",
5
"exports": "./mod.ts",
6
"imports": {
7
- "effection": "npm:effection@4.0.0-beta.2",
+ "effection": "npm:effection@^3",
8
"@std/expect": "jsr:@std/expect@^1",
9
"@std/testing": "jsr:@std/testing@^1"
10
}
0 commit comments