chore(assert,fmt,fs,internal,path): skip yanked versions manually (#4683)

This commit is contained in:
Yoshiya Hinosawa 2024-05-07 16:26:05 +09:00 committed by GitHub
parent cd3bb21d14
commit 4c769f8175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@std/assert",
"version": "0.225.0",
"version": "0.225.1",
"exports": {
".": "./mod.ts",
"./assert": "./assert.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@std/fmt",
"version": "0.225.0",
"version": "0.225.1",
"exports": {
"./bytes": "./bytes.ts",
"./colors": "./colors.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@std/fs",
"version": "0.229.0",
"version": "0.229.1",
"exports": {
".": "./mod.ts",
"./copy": "./copy.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@std/internal",
"version": "0.225.0",
"version": "0.225.1",
"exports": {
".": "./mod.ts",
"./diff": "./diff.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@std/path",
"version": "0.225.0",
"version": "0.225.1",
"exports": {
".": "./mod.ts",
"./basename": "./basename.ts",