@turbo/codemod 1.7.0 → 1.7.1-canary.1

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 CHANGED
@@ -1,5 +1,5 @@
1
- # Turbrepo Codemods
1
+ # Turborepo Codemods
2
2
 
3
- Turbrepo provides Codemod transformations to help upgrade your Turbrepo codebase when a feature is deprecated.
3
+ Turborepo provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.
4
4
 
5
5
  Codemods are transformations that run on your codebase programmatically. This allows for a large amount of changes to be applied without having to manually go through every file.
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ var import_update_check = __toESM(require("update-check"));
26
26
  // package.json
27
27
  var package_default = {
28
28
  name: "@turbo/codemod",
29
- version: "1.7.0",
29
+ version: "1.7.1-canary.1",
30
30
  description: "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.",
31
31
  homepage: "https://turbo.build/repo",
32
32
  license: "MPL-2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turbo/codemod",
3
- "version": "1.7.0",
3
+ "version": "1.7.1-canary.1",
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": "MPL-2.0",