@turbo/codemod 2.0.4-canary.3 → 2.0.4-canary.4
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/dist/cli.js +1 -1
- package/dist/transforms/rename-pipeline.js +12 -12
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@turbo/codemod",
|
3
|
-
"version": "2.0.4-canary.
|
3
|
+
"version": "2.0.4-canary.4",
|
4
4
|
"description": "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.",
|
5
5
|
"homepage": "https://turbo.build/repo",
|
6
6
|
"license": "MIT",
|
@@ -47,12 +47,12 @@
|
|
47
47
|
"tsup": "^6.7.0",
|
48
48
|
"typescript": "5.3.3",
|
49
49
|
"@turbo/eslint-config": "0.0.0",
|
50
|
-
"@turbo/gen": "2.0.4-canary.
|
51
|
-
"@turbo/test-utils": "0.0.0",
|
50
|
+
"@turbo/gen": "2.0.4-canary.4",
|
52
51
|
"@turbo/tsconfig": "0.0.0",
|
52
|
+
"@turbo/test-utils": "0.0.0",
|
53
|
+
"@turbo/types": "2.0.4-canary.4",
|
53
54
|
"@turbo/utils": "0.0.0",
|
54
|
-
"@turbo/workspaces": "2.0.4-canary.
|
55
|
-
"@turbo/types": "2.0.4-canary.3"
|
55
|
+
"@turbo/workspaces": "2.0.4-canary.4"
|
56
56
|
},
|
57
57
|
"files": [
|
58
58
|
"dist"
|