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
10 changes: 10 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 2024.12.20

#### @std/fs 1.0.8 (patch)

- feat(fs/unstable): add `fs.lstat` (#6276)

#### @std/testing 1.0.8 (patch)

- feat(testing/unstable): add API for configuring global sanitizer state (#6282)

### 2024.12.18

#### @std/assert 1.0.10 (patch)
Expand Down
2 changes: 1 addition & 1 deletion fs/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/fs",
"version": "1.0.7",
"version": "1.0.8",
"exports": {
".": "./mod.ts",
"./copy": "./copy.ts",
Expand Down
4 changes: 2 additions & 2 deletions import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@std/expect": "jsr:@std/expect@^1.0.10",
"@std/fmt": "jsr:@std/fmt@^1.0.3",
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
"@std/fs": "jsr:@std/fs@^1.0.7",
"@std/fs": "jsr:@std/fs@^1.0.8",
"@std/html": "jsr:@std/html@^1.0.3",
"@std/http": "jsr:@std/http@^1.0.12",
"@std/ini": "jsr:@std/ini@^1.0.0-rc.5",
Expand All @@ -40,7 +40,7 @@
"@std/semver": "jsr:@std/semver@^1.0.3",
"@std/streams": "jsr:@std/streams@^1.0.8",
"@std/tar": "jsr:@std/tar@^0.1.4",
"@std/testing": "jsr:@std/testing@^1.0.7",
"@std/testing": "jsr:@std/testing@^1.0.8",
"@std/text": "jsr:@std/text@^1.0.9",
"@std/toml": "jsr:@std/toml@^1.0.2",
"@std/ulid": "jsr:@std/ulid@^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion testing/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/testing",
"version": "1.0.7",
"version": "1.0.8",
"exports": {
"./bdd": "./bdd.ts",
"./mock": "./mock.ts",
Expand Down
Loading