@cedarjs/codemods 0.0.4 → 1.0.0-canary.12245
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.
|
@@ -39,7 +39,7 @@ const updateDevFatalErrorPage = async () => {
|
|
|
39
39
|
const rwPaths = (0, import_project_config.getPaths)();
|
|
40
40
|
const webFatalErrorPagesDir = import_path.default.join(rwPaths.web.pages, "FatalErrorPage");
|
|
41
41
|
const filename = import_path.default.join(webFatalErrorPagesDir, "FatalErrorPage");
|
|
42
|
-
const url = "https://raw.githubusercontent.com/cedarjs/cedar/
|
|
42
|
+
const url = "https://raw.githubusercontent.com/cedarjs/cedar/aa89556781dddc4730d3c8605040dc63a1ba6c1a/packages/create-cedar-app/templates/ts/web/src/pages/FatalErrorPage/FatalErrorPage.tsx";
|
|
43
43
|
const isTsxPage = import_fs.default.existsSync(
|
|
44
44
|
import_path.default.join(webFatalErrorPagesDir, "FatalErrorPage.tsx")
|
|
45
45
|
);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/codemods",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Codemods to ease upgrading a
|
|
3
|
+
"version": "1.0.0-canary.12245+706940287",
|
|
4
|
+
"description": "Codemods to ease upgrading a RedwoodJS Project",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
],
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "tsx ./build.mts",
|
|
18
|
-
"build:pack": "yarn pack -o
|
|
18
|
+
"build:pack": "yarn pack -o cedarjs-codemods.tgz",
|
|
19
19
|
"build:watch": "nodemon --watch src --ignore dist --exec \"yarn build\"",
|
|
20
20
|
"check:package": "yarn publint",
|
|
21
21
|
"generate:codemod": "yarn node ./tasks/generateCodemod/generateCodemod.mjs",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@babel/plugin-transform-typescript": "^7.26.8",
|
|
31
31
|
"@babel/runtime-corejs3": "7.26.10",
|
|
32
32
|
"@babel/traverse": "7.26.10",
|
|
33
|
-
"@cedarjs/project-config": "0.0.
|
|
33
|
+
"@cedarjs/project-config": "1.0.0-canary.12245",
|
|
34
34
|
"@svgr/core": "8.1.0",
|
|
35
35
|
"@svgr/plugin-jsx": "8.1.0",
|
|
36
36
|
"@vscode/ripgrep": "1.15.9",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"yargs": "17.7.2"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@cedarjs/framework-tools": "0.0.
|
|
52
|
+
"@cedarjs/framework-tools": "1.0.0-canary.12245",
|
|
53
53
|
"@types/babel__core": "7.20.5",
|
|
54
54
|
"@types/fs-extra": "11.0.4",
|
|
55
55
|
"@types/jscodeshift": "0.12.0",
|
|
@@ -60,8 +60,5 @@
|
|
|
60
60
|
"tsx": "4.19.3",
|
|
61
61
|
"vitest": "2.1.9"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
64
|
-
"access": "public"
|
|
65
|
-
},
|
|
66
|
-
"gitHead": "5b4f77f985bd86ee31ee7338312627accf0cb85b"
|
|
63
|
+
"gitHead": "7069402874ee21cec078b429514ebb1b273e4031"
|
|
67
64
|
}
|