deno/ext/console
denobot 0d7662e155
1.41.3 (#22925)
Bumped versions for 1.41.3

Please ensure:
- [x] Target branch is correct (`vX.XX` if a patch release, `main` if
minor)
- [x] Crate versions are bumped correctly
- [x] deno_std version is incremented in the code (see
`cli/deno_std.rs`)
- [x] Releases.md is updated correctly (think relevancy and remove
reverts)

To make edits to this PR:
```shell
git fetch upstream release_1_41.3 && git checkout -b release_1_41.3 upstream/release_1_41.3
```

cc @nathanwhit

---------

Co-authored-by: nathanwhit <nathanwhit@users.noreply.github.com>
Co-authored-by: Nathan Whitaker <nathan@deno.com>
2024-03-14 11:13:46 -07:00
..
01_console.js Revert "fix(console): support NO_COLOR and colors option in all scena… (#22507) 2024-02-21 00:17:50 +00:00
Cargo.toml 1.41.3 (#22925) 2024-03-14 11:13:46 -07:00
internal.d.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
lib.deno_console.d.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
lib.rs fix: strict type check for cross realms (#21669) 2024-01-04 09:42:38 +05:30
README.md

deno_console

This crate implements the Console API.

Spec: https://console.spec.whatwg.org/