@turbo/codemod 1.7.0-canary.5 → 1.7.0-canary.7
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/index.js +1 -1
- package/package.json +1 -1
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-canary.
|
29
|
+
version: "1.7.0-canary.7",
|
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-canary.
|
3
|
+
"version": "1.7.0-canary.7",
|
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",
|