diff --git a/.changeset/curly-mirrors-share.md b/.changeset/curly-mirrors-share.md deleted file mode 100644 index c8b0860..0000000 --- a/.changeset/curly-mirrors-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"debarrel": patch ---- - -Fix cloud runtime crash in project file walking when `readdirSync` entries lack a usable `.name` (avoid `entry.name.startsWith` on undefined). diff --git a/codemods/debarrel/CHANGELOG.md b/codemods/debarrel/CHANGELOG.md index 5cad1d6..cdbae7e 100644 --- a/codemods/debarrel/CHANGELOG.md +++ b/codemods/debarrel/CHANGELOG.md @@ -1,5 +1,11 @@ # debarrel +## 0.7.13 + +### Patch Changes + +- 2ed134e: Fix cloud runtime crash in project file walking when `readdirSync` entries lack a usable `.name` (avoid `entry.name.startsWith` on undefined). + ## 0.7.12 ### Patch Changes diff --git a/codemods/debarrel/codemod.yaml b/codemods/debarrel/codemod.yaml index 2edda8e..2f1e436 100644 --- a/codemods/debarrel/codemod.yaml +++ b/codemods/debarrel/codemod.yaml @@ -1,7 +1,7 @@ schema_version: "1.0" name: "debarrel" -version: "0.7.12" +version: "0.7.13" description: "Debarrel JS/TS codebases. Removing barrel files and replacing import statements." author: "Mo Mohebifar " license: "MIT" diff --git a/codemods/debarrel/package.json b/codemods/debarrel/package.json index 2aa0531..e5e8ec6 100644 --- a/codemods/debarrel/package.json +++ b/codemods/debarrel/package.json @@ -1,6 +1,6 @@ { "name": "debarrel", - "version": "0.7.12", + "version": "0.7.13", "description": "Debarrel JS/TS codebases. Removing barrel files and replacing import statements.", "type": "module", "scripts": {