Skip to content

Commit 1f032bb

Browse files
denobotkt3k
andauthored
chore: release 2025.01.31 (#6375)
Co-authored-by: kt3k <[email protected]>
1 parent d499310 commit 1f032bb

File tree

15 files changed

+91
-26
lines changed

15 files changed

+91
-26
lines changed

Releases.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
1+
### 2025.01.31
2+
3+
#### @std/bytes 1.0.5 (patch)
4+
5+
- refactor(bytes,crypto,encoding,http,io,msgpack,streams,tar): make Uint8Array
6+
usages compatible with TS 5.7 (#6372)
7+
8+
#### @std/cli 1.0.12 (patch)
9+
10+
- feat(cli/unstable): support stderr on spinner (#6350)
11+
12+
#### @std/crypto 1.0.4 (patch)
13+
14+
- docs(crypto): clarify doc comment (#6368)
15+
- refactor(bytes,crypto,encoding,http,io,msgpack,streams,tar): make Uint8Array
16+
usages compatible with TS 5.7 (#6372)
17+
18+
#### @std/encoding 1.0.7 (patch)
19+
20+
- refactor(bytes,crypto,encoding,http,io,msgpack,streams,tar): make Uint8Array
21+
usages compatible with TS 5.7 (#6372)
22+
23+
#### @std/expect 1.0.13 (patch)
24+
25+
- test(expect): check error message of `.toBeCloseTo()` (#6296)
26+
27+
#### @std/fmt 1.0.5 (patch)
28+
29+
- fix(fmt): make printf working with colors. (#6360)
30+
31+
#### @std/fs 1.0.11 (patch)
32+
33+
- feat(fs/unstable): add readLink and readLinkSync (#6373)
34+
- feat(fs/unstable): add link and linkSync (#6369)
35+
- feat(fs/unstable): add realPath and realPathSync (#6366)
36+
37+
#### @std/http 1.0.13 (patch)
38+
39+
- refactor(bytes,crypto,encoding,http,io,msgpack,streams,tar): make Uint8Array
40+
usages compatible with TS 5.7 (#6372)
41+
42+
#### @std/io 0.225.2 (patch)
43+
44+
- refactor(bytes,crypto,encoding,http,io,msgpack,streams,tar): make Uint8Array
45+
usages compatible with TS 5.7 (#6372)
46+
47+
#### @std/log 0.224.14 (patch)
48+
49+
- docs(log): mention potential deprecation of @std/log (#6364)
50+
51+
#### @std/msgpack 1.0.3 (patch)
52+
53+
- refactor(bytes,crypto,encoding,http,io,msgpack,streams,tar): make Uint8Array
54+
usages compatible with TS 5.7 (#6372)
55+
56+
#### @std/streams 1.0.9 (patch)
57+
58+
- refactor(bytes,crypto,encoding,http,io,msgpack,streams,tar): make Uint8Array
59+
usages compatible with TS 5.7 (#6372)
60+
61+
#### @std/tar 0.1.5 (patch)
62+
63+
- refactor(bytes,crypto,encoding,http,io,msgpack,streams,tar): make Uint8Array
64+
usages compatible with TS 5.7 (#6372)
65+
166
### 2025.01.22
267

368
#### @std/assert 1.0.11 (patch)

bytes/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/bytes",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"exports": {
55
".": "./mod.ts",
66
"./concat": "./concat.ts",

cli/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/cli",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"exports": {
55
".": "./mod.ts",
66
"./parse-args": "./parse_args.ts",

crypto/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/crypto",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"exports": {
55
".": "./mod.ts",
66
"./crypto": "./crypto.ts",

encoding/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/encoding",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"exports": {
55
".": "./mod.ts",
66
"./ascii85": "./ascii85.ts",

expect/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/expect",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"exports": {
55
".": "./mod.ts",
66
"./expect": "./expect.ts",

fmt/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/fmt",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"exports": {
55
"./bytes": "./bytes.ts",
66
"./colors": "./colors.ts",

fs/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/fs",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"exports": {
55
".": "./mod.ts",
66
"./copy": "./copy.ts",

http/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/http",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"exports": {
55
".": "./mod.ts",
66
"./cookie": "./cookie.ts",

import_map.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,38 @@
88

99
"@std/assert": "jsr:@std/assert@^1.0.11",
1010
"@std/async": "jsr:@std/async@^1.0.10",
11-
"@std/bytes": "jsr:@std/bytes@^1.0.4",
11+
"@std/bytes": "jsr:@std/bytes@^1.0.5",
1212
"@std/cache": "jsr:@std/cache@^0.1.3",
1313
"@std/cbor": "jsr:@std/cbor@^0.1.6",
14-
"@std/cli": "jsr:@std/cli@^1.0.11",
14+
"@std/cli": "jsr:@std/cli@^1.0.12",
1515
"@std/collections": "jsr:@std/collections@^1.0.10",
16-
"@std/crypto": "jsr:@std/crypto@^1.0.3",
16+
"@std/crypto": "jsr:@std/crypto@^1.0.4",
1717
"@std/csv": "jsr:@std/csv@^1.0.5",
1818
"@std/data-structures": "jsr:@std/data-structures@^1.0.6",
1919
"@std/datetime": "jsr:@std/datetime@^0.225.3",
2020
"@std/dotenv": "jsr:@std/dotenv@^0.225.3",
21-
"@std/encoding": "jsr:@std/encoding@^1.0.6",
22-
"@std/expect": "jsr:@std/expect@^1.0.12",
23-
"@std/fmt": "jsr:@std/fmt@^1.0.4",
21+
"@std/encoding": "jsr:@std/encoding@^1.0.7",
22+
"@std/expect": "jsr:@std/expect@^1.0.13",
23+
"@std/fmt": "jsr:@std/fmt@^1.0.5",
2424
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
25-
"@std/fs": "jsr:@std/fs@^1.0.10",
25+
"@std/fs": "jsr:@std/fs@^1.0.11",
2626
"@std/html": "jsr:@std/html@^1.0.3",
27-
"@std/http": "jsr:@std/http@^1.0.12",
27+
"@std/http": "jsr:@std/http@^1.0.13",
2828
"@std/ini": "jsr:@std/ini@^1.0.0-rc.5",
2929
"@std/internal": "jsr:@std/internal@^1.0.5",
30-
"@std/io": "jsr:@std/io@^0.225.1",
30+
"@std/io": "jsr:@std/io@^0.225.2",
3131
"@std/json": "jsr:@std/json@^1.0.1",
3232
"@std/jsonc": "jsr:@std/jsonc@^1.0.1",
33-
"@std/log": "jsr:@std/log@^0.224.13",
33+
"@std/log": "jsr:@std/log@^0.224.14",
3434
"@std/media-types": "jsr:@std/media-types@^1.1.0",
35-
"@std/msgpack": "jsr:@std/msgpack@^1.0.2",
35+
"@std/msgpack": "jsr:@std/msgpack@^1.0.3",
3636
"@std/net": "jsr:@std/net@^1.0.4",
3737
"@std/path": "jsr:@std/path@^1.0.8",
3838
"@std/regexp": "jsr:@std/regexp@^1.0.1",
3939
"@std/random": "jsr:@std/random@^0.1.0",
4040
"@std/semver": "jsr:@std/semver@^1.0.3",
41-
"@std/streams": "jsr:@std/streams@^1.0.8",
42-
"@std/tar": "jsr:@std/tar@^0.1.4",
41+
"@std/streams": "jsr:@std/streams@^1.0.9",
42+
"@std/tar": "jsr:@std/tar@^0.1.5",
4343
"@std/testing": "jsr:@std/testing@^1.0.9",
4444
"@std/text": "jsr:@std/text@^1.0.10",
4545
"@std/toml": "jsr:@std/toml@^1.0.2",

io/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/io",
3-
"version": "0.225.1",
3+
"version": "0.225.2",
44
"exports": {
55
".": "./mod.ts",
66
"./buffer": "./buffer.ts",

log/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/log",
3-
"version": "0.224.13",
3+
"version": "0.224.14",
44
"exports": {
55
".": "./mod.ts",
66
"./base-handler": "./base_handler.ts",

msgpack/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/msgpack",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"exports": {
55
".": "./mod.ts",
66
"./decode": "./decode.ts",

streams/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/streams",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"exports": {
55
".": "./mod.ts",
66
"./buffer": "./buffer.ts",

tar/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/tar",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"exports": {
55
".": "./mod.ts",
66
"./tar-stream": "./tar_stream.ts",

0 commit comments

Comments
 (0)