@turbo/codemod 1.4.4-canary.0 → 1.4.4-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/dist/getPackageManagerVersion.js +0 -0
- package/dist/getWorkspaceImplementation.js +0 -0
- package/dist/git.js +0 -0
- package/dist/index.js +5 -6
- package/dist/runTransform.js +0 -0
- package/dist/transforms/add-package-manager.js +0 -0
- package/dist/transforms/create-turbo-config.js +0 -0
- package/dist/types.js +0 -0
- package/package.json +5 -6
File without changes
|
File without changes
|
package/dist/git.js
CHANGED
File without changes
|
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.4.
|
29
|
+
version: "1.4.4-canary.1",
|
30
30
|
description: "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.",
|
31
31
|
homepage: "https://turborepo.org",
|
32
32
|
license: "MPL-2.0",
|
@@ -40,8 +40,9 @@ var package_default = {
|
|
40
40
|
},
|
41
41
|
bin: "dist/index.js",
|
42
42
|
scripts: {
|
43
|
-
build: "tsup
|
44
|
-
lint: "eslint src/**/*.ts"
|
43
|
+
build: "tsup",
|
44
|
+
lint: "eslint src/**/*.ts",
|
45
|
+
"check-types": "tsc --noEmit"
|
45
46
|
},
|
46
47
|
dependencies: {
|
47
48
|
chalk: "2.4.2",
|
@@ -63,14 +64,12 @@ var package_default = {
|
|
63
64
|
"@types/fs-extra": "^9.0.13",
|
64
65
|
"@types/gradient-string": "^1.1.2",
|
65
66
|
"@types/inquirer": "^7.3.1",
|
66
|
-
"@types/jest": "^27.4.0",
|
67
67
|
"@types/node": "^16.11.12",
|
68
68
|
"@types/semver": "^7.3.9",
|
69
69
|
eslint: "^7.23.0",
|
70
|
-
jest: "^27.4.3",
|
71
70
|
semver: "^7.3.5",
|
72
71
|
"strip-ansi": "^6.0.1",
|
73
|
-
|
72
|
+
tsconfig: "workspace:*",
|
74
73
|
tsup: "^5.10.3",
|
75
74
|
typescript: "^4.5.5"
|
76
75
|
},
|
package/dist/runTransform.js
CHANGED
File without changes
|
File without changes
|
File without changes
|
package/dist/types.js
CHANGED
File without changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@turbo/codemod",
|
3
|
-
"version": "1.4.4-canary.
|
3
|
+
"version": "1.4.4-canary.1",
|
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",
|
@@ -14,8 +14,9 @@
|
|
14
14
|
},
|
15
15
|
"bin": "dist/index.js",
|
16
16
|
"scripts": {
|
17
|
-
"build": "tsup
|
18
|
-
"lint": "eslint src/**/*.ts"
|
17
|
+
"build": "tsup",
|
18
|
+
"lint": "eslint src/**/*.ts",
|
19
|
+
"check-types": "tsc --noEmit"
|
19
20
|
},
|
20
21
|
"dependencies": {
|
21
22
|
"chalk": "2.4.2",
|
@@ -37,14 +38,12 @@
|
|
37
38
|
"@types/fs-extra": "^9.0.13",
|
38
39
|
"@types/gradient-string": "^1.1.2",
|
39
40
|
"@types/inquirer": "^7.3.1",
|
40
|
-
"@types/jest": "^27.4.0",
|
41
41
|
"@types/node": "^16.11.12",
|
42
42
|
"@types/semver": "^7.3.9",
|
43
43
|
"eslint": "^7.23.0",
|
44
|
-
"jest": "^27.4.3",
|
45
44
|
"semver": "^7.3.5",
|
46
45
|
"strip-ansi": "^6.0.1",
|
47
|
-
"
|
46
|
+
"tsconfig": "workspace:*",
|
48
47
|
"tsup": "^5.10.3",
|
49
48
|
"typescript": "^4.5.5"
|
50
49
|
},
|