chore(fmt): release fmt@1.0.0-rc.1 (#5372)

* chore(fmt): release `fmt@1.0.0-rc.1`

* update graph
This commit is contained in:
Asher Gomez 2024-07-10 15:05:25 +10:00 committed by GitHub
parent d32a8c9c34
commit 2308f8263f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -151,7 +151,7 @@
<!-- fmt -->
<g id="node17" class="node">
<title>fmt</title>
<ellipse fill="none" stroke="black" cx="659" cy="-144" rx="36" ry="36"/>
<ellipse fill="lightgreen" stroke="black" cx="659" cy="-144" rx="36" ry="36"/>
<text text-anchor="middle" x="659" y="-139.8" font-family="Times,serif" font-size="14.00">fmt</text>
</g>
<!-- front&#45;\nmatter -->
@ -267,7 +267,7 @@
<!-- net -->
<g id="node26" class="node">
<title>net</title>
<ellipse fill="none" stroke="black" cx="479" cy="-144" rx="36" ry="36"/>
<ellipse fill="lightgreen" stroke="black" cx="479" cy="-144" rx="36" ry="36"/>
<text text-anchor="middle" x="479" y="-139.8" font-family="Times,serif" font-size="14.00">net</text>
</g>
<!-- http&#45;&gt;net -->

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -25,7 +25,7 @@
"@std/dotenv": "jsr:@std/dotenv@^0.224.2",
"@std/encoding": "jsr:@std/encoding@^1.0.1",
"@std/expect": "jsr:@std/expect@^1.0.0-rc.2",
"@std/fmt": "jsr:@std/fmt@^0.225.6",
"@std/fmt": "jsr:@std/fmt@^1.0.0-rc.1",
"@std/front-matter": "jsr:@std/front-matter@^1.0.0-rc.1",
"@std/fs": "jsr:@std/fs@^1.0.0-rc.4",
"@std/html": "jsr:@std/html@^1.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@std/fmt",
"version": "0.225.6",
"version": "1.0.0-rc.1",
"exports": {
"./bytes": "./bytes.ts",
"./colors": "./colors.ts",