chore(csv): release csv@1.0.0-rc.1 (#5159)

This commit is contained in:
Asher Gomez 2024-06-27 17:27:19 +10:00 committed by GitHub
parent f36ac2ba8e
commit 410053bf68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@
<!-- csv -->
<g id="node10" class="node">
<title>csv</title>
<ellipse fill="none" stroke="black" cx="36" cy="-252" rx="36" ry="36"/>
<ellipse fill="lightgreen" stroke="black" cx="36" cy="-252" rx="36" ry="36"/>
<text text-anchor="middle" x="36" y="-247.8" font-family="Times,serif" font-size="14.00">csv</text>
</g>
<!-- streams -->

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -1,6 +1,6 @@
{
"name": "@std/csv",
"version": "0.224.3",
"version": "1.0.0-rc.1",
"exports": {
".": "./mod.ts",
"./csv-parse-stream": "./csv_parse_stream.ts",

View File

@ -19,7 +19,7 @@
"@std/cli": "jsr:@std/cli@^1.0.0-rc.2",
"@std/collections": "jsr:@std/collections@^1.0.1",
"@std/crypto": "jsr:@std/crypto@^1.0.0-rc.1",
"@std/csv": "jsr:@std/csv@^0.224.3",
"@std/csv": "jsr:@std/csv@^1.0.0-rc.1",
"@std/data-structures": "jsr:@std/data-structures@^1.0.0-rc.1",
"@std/datetime": "jsr:@std/datetime@^0.224.1",
"@std/dotenv": "jsr:@std/dotenv@^0.224.1",