@comet/upgrade 1.80.0 → 1.81.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.
@@ -14,8 +14,8 @@ const ts_morph_1 = require("ts-morph");
14
14
  * assuming, with the drawback, that columns variable is already available in the current scope.
15
15
  */
16
16
  async function updateMuiXVersion() {
17
- const project = new ts_morph_1.Project({ tsConfigFilePath: "./tsconfig.json" });
18
- const files = glob_1.glob.sync(["src/**/*.ts", "src/**/*.tsx"]);
17
+ const project = new ts_morph_1.Project({ tsConfigFilePath: "admin/tsconfig.json" });
18
+ const files = glob_1.glob.sync(["admin/src/**/*.ts", "admin/src/**/*.tsx"]);
19
19
  for (const filePath of files) {
20
20
  const sourceFile = project.getSourceFile(filePath);
21
21
  if (!sourceFile) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/upgrade",
3
- "version": "1.80.0",
3
+ "version": "1.81.0",
4
4
  "description": "Upgrade scripts for Comet DXP",
5
5
  "homepage": "https://github.com/vivid-planet/comet-upgrade#readme",
6
6
  "bugs": {