Skip to content

Commit 30902e9

Browse files
chore: bump codemod version (#374)
1 parent efecb7b commit 30902e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipes/fs-access-mode-constants/codemod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
schema_version: "1.0"
22
name: "@nodejs/fs-access-mode-constants"
3-
version: "1.0.1"
3+
version: "1.0.2"
44
description: Handle DEP0176 via transforming imports of `fs.F_OK`, `fs.R_OK`, `fs.W_OK`, `fs.X_OK` from the root `fs` module to `fs.constants`.
55
author: nekojanai (Jana)
66
license: MIT

recipes/node-url-to-whatwg-url/codemod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
schema_version: "1.0"
22
name: "@nodejs/node-url-to-whatwg-url"
3-
version: "1.0.1"
3+
version: "1.0.2"
44
description: Handle DEP0116 via transforming `url.parse` to `new URL()`
55
author: Augustin Mauroy
66
license: MIT

0 commit comments

Comments
 (0)