mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore(testing): release testing@1.0.0
(#5218)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
This commit is contained in:
parent
88bb751212
commit
20577daefe
@ -43,7 +43,7 @@
|
||||
"@std/regexp": "jsr:@std/regexp@^1.0.0",
|
||||
"@std/semver": "jsr:@std/semver@^1.0.0",
|
||||
"@std/streams": "jsr:@std/streams@^1.0.0",
|
||||
"@std/testing": "jsr:@std/testing@^1.0.0-rc.5",
|
||||
"@std/testing": "jsr:@std/testing@^1.0.0",
|
||||
"@std/text": "jsr:@std/text@^1.0.1",
|
||||
"@std/toml": "jsr:@std/toml@^1.0.0",
|
||||
"@std/ulid": "jsr:@std/ulid@^1.0.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/testing",
|
||||
"version": "1.0.0-rc.5",
|
||||
"version": "1.0.0",
|
||||
"exports": {
|
||||
"./bdd": "./bdd.ts",
|
||||
"./mock": "./mock.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user