chore: release expect@1.0.0 (#5455)

This commit is contained in:
Yoshiya Hinosawa 2024-07-22 20:50:26 +09:00 committed by GitHub
parent 97c5596f0b
commit b6b0d68381
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
"@std/datetime": "jsr:@std/datetime@^0.224.3",
"@std/dotenv": "jsr:@std/dotenv@^0.225.0",
"@std/encoding": "jsr:@std/encoding@^1.0.1",
"@std/expect": "jsr:@std/expect@^1.0.0-rc.3",
"@std/expect": "jsr:@std/expect@^1.0.0",
"@std/fmt": "jsr:@std/fmt@^1.0.0-rc.1",
"@std/front-matter": "jsr:@std/front-matter@^1.0.0-rc.2",
"@std/fs": "jsr:@std/fs@^1.0.0-rc.6",

View File

@ -1,6 +1,6 @@
{
"name": "@std/expect",
"version": "1.0.0-rc.3",
"version": "1.0.0",
"exports": {
".": "./mod.ts",
"./expect": "./expect.ts",