Skip to content

Commit

Permalink
chore: release 2025.01.31 (#6375)
Browse files Browse the repository at this point in the history
Co-authored-by: kt3k <[email protected]>
  • Loading branch information
denobot and kt3k authored Jan 31, 2025
1 parent d499310 commit 1f032bb
Show file tree
Hide file tree
Showing 15 changed files with 91 additions and 26 deletions.
65 changes: 65 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,68 @@
### 2025.01.31

#### @std/bytes 1.0.5 (patch)

- refactor(bytes,crypto,encoding,http,io,msgpack,streams,tar): make Uint8Array
usages compatible with TS 5.7 (#6372)

#### @std/cli 1.0.12 (patch)

- feat(cli/unstable): support stderr on spinner (#6350)

#### @std/crypto 1.0.4 (patch)

- docs(crypto): clarify doc comment (#6368)
- refactor(bytes,crypto,encoding,http,io,msgpack,streams,tar): make Uint8Array
usages compatible with TS 5.7 (#6372)

#### @std/encoding 1.0.7 (patch)

- refactor(bytes,crypto,encoding,http,io,msgpack,streams,tar): make Uint8Array
usages compatible with TS 5.7 (#6372)

#### @std/expect 1.0.13 (patch)

- test(expect): check error message of `.toBeCloseTo()` (#6296)

#### @std/fmt 1.0.5 (patch)

- fix(fmt): make printf working with colors. (#6360)

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

- feat(fs/unstable): add readLink and readLinkSync (#6373)
- feat(fs/unstable): add link and linkSync (#6369)
- feat(fs/unstable): add realPath and realPathSync (#6366)

#### @std/http 1.0.13 (patch)

- refactor(bytes,crypto,encoding,http,io,msgpack,streams,tar): make Uint8Array
usages compatible with TS 5.7 (#6372)

#### @std/io 0.225.2 (patch)

- refactor(bytes,crypto,encoding,http,io,msgpack,streams,tar): make Uint8Array
usages compatible with TS 5.7 (#6372)

#### @std/log 0.224.14 (patch)

- docs(log): mention potential deprecation of @std/log (#6364)

#### @std/msgpack 1.0.3 (patch)

- refactor(bytes,crypto,encoding,http,io,msgpack,streams,tar): make Uint8Array
usages compatible with TS 5.7 (#6372)

#### @std/streams 1.0.9 (patch)

- refactor(bytes,crypto,encoding,http,io,msgpack,streams,tar): make Uint8Array
usages compatible with TS 5.7 (#6372)

#### @std/tar 0.1.5 (patch)

- refactor(bytes,crypto,encoding,http,io,msgpack,streams,tar): make Uint8Array
usages compatible with TS 5.7 (#6372)

### 2025.01.22

#### @std/assert 1.0.11 (patch)
Expand Down
2 changes: 1 addition & 1 deletion bytes/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/bytes",
"version": "1.0.4",
"version": "1.0.5",
"exports": {
".": "./mod.ts",
"./concat": "./concat.ts",
Expand Down
2 changes: 1 addition & 1 deletion cli/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/cli",
"version": "1.0.11",
"version": "1.0.12",
"exports": {
".": "./mod.ts",
"./parse-args": "./parse_args.ts",
Expand Down
2 changes: 1 addition & 1 deletion crypto/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/crypto",
"version": "1.0.3",
"version": "1.0.4",
"exports": {
".": "./mod.ts",
"./crypto": "./crypto.ts",
Expand Down
2 changes: 1 addition & 1 deletion encoding/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/encoding",
"version": "1.0.6",
"version": "1.0.7",
"exports": {
".": "./mod.ts",
"./ascii85": "./ascii85.ts",
Expand Down
2 changes: 1 addition & 1 deletion expect/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/expect",
"version": "1.0.12",
"version": "1.0.13",
"exports": {
".": "./mod.ts",
"./expect": "./expect.ts",
Expand Down
2 changes: 1 addition & 1 deletion fmt/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/fmt",
"version": "1.0.4",
"version": "1.0.5",
"exports": {
"./bytes": "./bytes.ts",
"./colors": "./colors.ts",
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.10",
"version": "1.0.11",
"exports": {
".": "./mod.ts",
"./copy": "./copy.ts",
Expand Down
2 changes: 1 addition & 1 deletion http/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/http",
"version": "1.0.12",
"version": "1.0.13",
"exports": {
".": "./mod.ts",
"./cookie": "./cookie.ts",
Expand Down
26 changes: 13 additions & 13 deletions import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,38 @@

"@std/assert": "jsr:@std/assert@^1.0.11",
"@std/async": "jsr:@std/async@^1.0.10",
"@std/bytes": "jsr:@std/bytes@^1.0.4",
"@std/bytes": "jsr:@std/bytes@^1.0.5",
"@std/cache": "jsr:@std/cache@^0.1.3",
"@std/cbor": "jsr:@std/cbor@^0.1.6",
"@std/cli": "jsr:@std/cli@^1.0.11",
"@std/cli": "jsr:@std/cli@^1.0.12",
"@std/collections": "jsr:@std/collections@^1.0.10",
"@std/crypto": "jsr:@std/crypto@^1.0.3",
"@std/crypto": "jsr:@std/crypto@^1.0.4",
"@std/csv": "jsr:@std/csv@^1.0.5",
"@std/data-structures": "jsr:@std/data-structures@^1.0.6",
"@std/datetime": "jsr:@std/datetime@^0.225.3",
"@std/dotenv": "jsr:@std/dotenv@^0.225.3",
"@std/encoding": "jsr:@std/encoding@^1.0.6",
"@std/expect": "jsr:@std/expect@^1.0.12",
"@std/fmt": "jsr:@std/fmt@^1.0.4",
"@std/encoding": "jsr:@std/encoding@^1.0.7",
"@std/expect": "jsr:@std/expect@^1.0.13",
"@std/fmt": "jsr:@std/fmt@^1.0.5",
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
"@std/fs": "jsr:@std/fs@^1.0.10",
"@std/fs": "jsr:@std/fs@^1.0.11",
"@std/html": "jsr:@std/html@^1.0.3",
"@std/http": "jsr:@std/http@^1.0.12",
"@std/http": "jsr:@std/http@^1.0.13",
"@std/ini": "jsr:@std/ini@^1.0.0-rc.5",
"@std/internal": "jsr:@std/internal@^1.0.5",
"@std/io": "jsr:@std/io@^0.225.1",
"@std/io": "jsr:@std/io@^0.225.2",
"@std/json": "jsr:@std/json@^1.0.1",
"@std/jsonc": "jsr:@std/jsonc@^1.0.1",
"@std/log": "jsr:@std/log@^0.224.13",
"@std/log": "jsr:@std/log@^0.224.14",
"@std/media-types": "jsr:@std/media-types@^1.1.0",
"@std/msgpack": "jsr:@std/msgpack@^1.0.2",
"@std/msgpack": "jsr:@std/msgpack@^1.0.3",
"@std/net": "jsr:@std/net@^1.0.4",
"@std/path": "jsr:@std/path@^1.0.8",
"@std/regexp": "jsr:@std/regexp@^1.0.1",
"@std/random": "jsr:@std/random@^0.1.0",
"@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/streams": "jsr:@std/streams@^1.0.9",
"@std/tar": "jsr:@std/tar@^0.1.5",
"@std/testing": "jsr:@std/testing@^1.0.9",
"@std/text": "jsr:@std/text@^1.0.10",
"@std/toml": "jsr:@std/toml@^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion io/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/io",
"version": "0.225.1",
"version": "0.225.2",
"exports": {
".": "./mod.ts",
"./buffer": "./buffer.ts",
Expand Down
2 changes: 1 addition & 1 deletion log/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/log",
"version": "0.224.13",
"version": "0.224.14",
"exports": {
".": "./mod.ts",
"./base-handler": "./base_handler.ts",
Expand Down
2 changes: 1 addition & 1 deletion msgpack/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/msgpack",
"version": "1.0.2",
"version": "1.0.3",
"exports": {
".": "./mod.ts",
"./decode": "./decode.ts",
Expand Down
2 changes: 1 addition & 1 deletion streams/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/streams",
"version": "1.0.8",
"version": "1.0.9",
"exports": {
".": "./mod.ts",
"./buffer": "./buffer.ts",
Expand Down
2 changes: 1 addition & 1 deletion tar/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/tar",
"version": "0.1.4",
"version": "0.1.5",
"exports": {
".": "./mod.ts",
"./tar-stream": "./tar_stream.ts",
Expand Down

0 comments on commit 1f032bb

Please sign in to comment.