@eclipse-scout/migrate 24.1.14 → 24.2.0-beta.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -29,7 +29,7 @@ To set up the tool, do the following:
29
29
  ```json
30
30
  {
31
31
  "devDependencies": {
32
- "@eclipse-scout/migrate": "~24.1.0"
32
+ "@eclipse-scout/migrate": "~24.2.0"
33
33
  }
34
34
  }
35
35
  ```
@@ -45,7 +45,7 @@ Some migrations require a `tsconfig.json`. You can add it as follows (do it only
45
45
  ```json
46
46
  {
47
47
  "devDependencies": {
48
- "@eclipse-scout/tsconfig": "~24.1.0"
48
+ "@eclipse-scout/tsconfig": "~24.2.0"
49
49
  }
50
50
  }
51
51
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-scout/migrate",
3
- "version": "24.1.14",
3
+ "version": "24.2.0-beta.0",
4
4
  "description": "TypeScript migration module",
5
5
  "author": "BSI Business Systems Integration AG",
6
6
  "homepage": "https://www.eclipse.org/scout",
@@ -42,7 +42,7 @@
42
42
  "jest": "29.7.0",
43
43
  "@babel/preset-env": "7.23.5",
44
44
  "@babel/core": "7.23.5",
45
- "@eclipse-scout/tsconfig": "24.1.14"
45
+ "@eclipse-scout/tsconfig": "24.2.0-beta.0"
46
46
  },
47
47
  "scripts": {
48
48
  "scout-migrate": "node bin/scout-migrate",