codemod 1.7.4 → 1.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -188,7 +188,7 @@ nodes:
|
|
|
188
188
|
| Command | Description |
|
|
189
189
|
|---------|-------------|
|
|
190
190
|
| `npx codemod jssg run <file> <target> --language <lang>` | Run a jssg codemod directly |
|
|
191
|
-
| `npx codemod jssg test <file> --language <lang>` | Test jssg codemod with fixtures |
|
|
191
|
+
| `npx codemod jssg test <file> --language <lang>` | Test jssg codemod with single-file or directory-snapshot fixtures |
|
|
192
192
|
|
|
193
193
|
### Cache Management
|
|
194
194
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codemod",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.6",
|
|
4
4
|
"description": "Codemod platform for semantic code transformations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ast",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"detect-libc": "^2.0.3"
|
|
24
24
|
},
|
|
25
25
|
"optionalDependencies": {
|
|
26
|
-
"@codemod.com/cli-darwin-arm64": "1.7.
|
|
27
|
-
"@codemod.com/cli-darwin-x64": "1.7.
|
|
28
|
-
"@codemod.com/cli-linux-arm64-gnu": "1.7.
|
|
29
|
-
"@codemod.com/cli-linux-x64-gnu": "1.7.
|
|
30
|
-
"@codemod.com/cli-win32-x64-msvc": "1.7.
|
|
26
|
+
"@codemod.com/cli-darwin-arm64": "1.7.6",
|
|
27
|
+
"@codemod.com/cli-darwin-x64": "1.7.6",
|
|
28
|
+
"@codemod.com/cli-linux-arm64-gnu": "1.7.6",
|
|
29
|
+
"@codemod.com/cli-linux-x64-gnu": "1.7.6",
|
|
30
|
+
"@codemod.com/cli-win32-x64-msvc": "1.7.6"
|
|
31
31
|
},
|
|
32
32
|
"engines": {
|
|
33
33
|
"node": ">= 16.0.0"
|