@turbo/codemod 1.2.9-canary.0 → 1.2.10-canary.0
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
@@ -27,7 +27,7 @@ var import_update_check = __toESM(require("update-check"));
|
|
27
27
|
|
28
28
|
// package.json
|
29
29
|
var name = "@turbo/codemod";
|
30
|
-
var version = "1.2.
|
30
|
+
var version = "1.2.10-canary.0";
|
31
31
|
var description = "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.";
|
32
32
|
var homepage = "https://turborepo.org";
|
33
33
|
var license = "MPL-2.0";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@turbo/codemod",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.10-canary.0",
|
4
4
|
"description": "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.",
|
5
5
|
"homepage": "https://turborepo.org",
|
6
6
|
"license": "MPL-2.0",
|