@unisphere/nx 1.4.0 ā 1.7.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/migrations.json +11 -12
- package/migrations.json +11 -12
- package/package.json +1 -1
package/dist/migrations.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"migrations": {
|
|
3
3
|
"check-nx-version": {
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.6.0",
|
|
5
5
|
"description": "Checks that Nx version is 22 or higher",
|
|
6
6
|
"implementation": "./dist/migrations/update-1-1-5/check-nx-version.js",
|
|
7
7
|
"cli": {
|
|
@@ -9,32 +9,32 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"rename-widgetname-to-widgetname": {
|
|
12
|
-
"version": "1.
|
|
12
|
+
"version": "1.6.0",
|
|
13
13
|
"description": "Changes the executor name from WidgetName to widgetName",
|
|
14
14
|
"implementation": "./dist/migrations/update-1-1-5/rename-widgetname-to-widgetname.js"
|
|
15
15
|
},
|
|
16
16
|
"fix-playground-apps": {
|
|
17
|
-
"version": "1.
|
|
17
|
+
"version": "1.6.0",
|
|
18
18
|
"description": "Fixes playground apps",
|
|
19
19
|
"implementation": "./dist/migrations/update-1-1-5/fix-playground-apps.js"
|
|
20
20
|
},
|
|
21
21
|
"move-runtime-info-to-core": {
|
|
22
|
-
"version": "1.
|
|
22
|
+
"version": "1.6.0",
|
|
23
23
|
"description": "Moves runtime-information.ts and runtime-settings.ts to core package",
|
|
24
24
|
"implementation": "./dist/migrations/update-1-1-5/move-runtime-info-to-core.js"
|
|
25
25
|
},
|
|
26
26
|
"update-npmrc": {
|
|
27
|
-
"version": "1.
|
|
27
|
+
"version": "1.6.0",
|
|
28
28
|
"description": "Set legacy-peer-deps=false in .npmrc files",
|
|
29
29
|
"implementation": "./dist/migrations/update-1-1-5/update-npmrc.js"
|
|
30
30
|
},
|
|
31
31
|
"sync-package-json-files": {
|
|
32
|
-
"version": "1.
|
|
32
|
+
"version": "1.6.0",
|
|
33
33
|
"description": "Syncs package json files",
|
|
34
34
|
"implementation": "./dist/migrations/update-1-1-5/sync-package-json-files.js"
|
|
35
35
|
},
|
|
36
36
|
"update-nvmrc": {
|
|
37
|
-
"version": "1.
|
|
37
|
+
"version": "1.6.0",
|
|
38
38
|
"description": "Updates .nvmrc to Node 24 (creates if missing)",
|
|
39
39
|
"implementation": "./dist/migrations/update-1-1-5/update-nvmrc.js",
|
|
40
40
|
"cli": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"fix-dependency-versions": {
|
|
45
|
-
"version": "1.
|
|
45
|
+
"version": "1.6.0",
|
|
46
46
|
"description": "Removes ^ from @changesets/cli version in package.json",
|
|
47
47
|
"implementation": "./dist/migrations/update-1-1-5/fix-dependency-versions.js",
|
|
48
48
|
"cli": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"update-github-workflow": {
|
|
53
|
-
"version": "1.
|
|
53
|
+
"version": "1.6.0",
|
|
54
54
|
"description": "Updates .github/workflows/cicd.yml from template",
|
|
55
55
|
"implementation": "./dist/migrations/update-1-1-5/update-github-workflow.js",
|
|
56
56
|
"cli": {
|
|
@@ -58,10 +58,9 @@
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"generators": {},
|
|
62
61
|
"packageJsonUpdates": {
|
|
63
|
-
"1.
|
|
64
|
-
"version": "1.
|
|
62
|
+
"1.6.0": {
|
|
63
|
+
"version": "1.6.0",
|
|
65
64
|
"cli": "nx",
|
|
66
65
|
"postUpdateMessage": "\nš Migration to @unisphere/nx 1.1.5 completed successfully!\n\nš Summary of changes:\n ⢠Upgraded to Nx 22\n ⢠Updated Node.js to version 24 (.nvmrc)\n ⢠Pinned @changesets/cli to exact version\n ⢠Updated GitHub workflow to use Node 24\n ⢠Updated all @unisphere and @kaltura packages\n ⢠Upgraded to React 19\n\nā ļø Important next steps:\n 1. Install dependencies: npm install\n 2. Ensure you have Node.js 24.x installed (check with: node --version)\n 3. Review and test your application\n 4. Commit the changes\n\nFor more information, visit: https://github.com/your-org/unisphere\n",
|
|
67
66
|
"packages": {
|
package/migrations.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"migrations": {
|
|
3
3
|
"check-nx-version": {
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.6.0",
|
|
5
5
|
"description": "Checks that Nx version is 22 or higher",
|
|
6
6
|
"implementation": "./dist/migrations/update-1-1-5/check-nx-version.js",
|
|
7
7
|
"cli": {
|
|
@@ -9,32 +9,32 @@
|
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
"rename-widgetname-to-widgetname": {
|
|
12
|
-
"version": "1.
|
|
12
|
+
"version": "1.6.0",
|
|
13
13
|
"description": "Changes the executor name from WidgetName to widgetName",
|
|
14
14
|
"implementation": "./dist/migrations/update-1-1-5/rename-widgetname-to-widgetname.js"
|
|
15
15
|
},
|
|
16
16
|
"fix-playground-apps": {
|
|
17
|
-
"version": "1.
|
|
17
|
+
"version": "1.6.0",
|
|
18
18
|
"description": "Fixes playground apps",
|
|
19
19
|
"implementation": "./dist/migrations/update-1-1-5/fix-playground-apps.js"
|
|
20
20
|
},
|
|
21
21
|
"move-runtime-info-to-core": {
|
|
22
|
-
"version": "1.
|
|
22
|
+
"version": "1.6.0",
|
|
23
23
|
"description": "Moves runtime-information.ts and runtime-settings.ts to core package",
|
|
24
24
|
"implementation": "./dist/migrations/update-1-1-5/move-runtime-info-to-core.js"
|
|
25
25
|
},
|
|
26
26
|
"update-npmrc": {
|
|
27
|
-
"version": "1.
|
|
27
|
+
"version": "1.6.0",
|
|
28
28
|
"description": "Set legacy-peer-deps=false in .npmrc files",
|
|
29
29
|
"implementation": "./dist/migrations/update-1-1-5/update-npmrc.js"
|
|
30
30
|
},
|
|
31
31
|
"sync-package-json-files": {
|
|
32
|
-
"version": "1.
|
|
32
|
+
"version": "1.6.0",
|
|
33
33
|
"description": "Syncs package json files",
|
|
34
34
|
"implementation": "./dist/migrations/update-1-1-5/sync-package-json-files.js"
|
|
35
35
|
},
|
|
36
36
|
"update-nvmrc": {
|
|
37
|
-
"version": "1.
|
|
37
|
+
"version": "1.6.0",
|
|
38
38
|
"description": "Updates .nvmrc to Node 24 (creates if missing)",
|
|
39
39
|
"implementation": "./dist/migrations/update-1-1-5/update-nvmrc.js",
|
|
40
40
|
"cli": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"fix-dependency-versions": {
|
|
45
|
-
"version": "1.
|
|
45
|
+
"version": "1.6.0",
|
|
46
46
|
"description": "Removes ^ from @changesets/cli version in package.json",
|
|
47
47
|
"implementation": "./dist/migrations/update-1-1-5/fix-dependency-versions.js",
|
|
48
48
|
"cli": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"update-github-workflow": {
|
|
53
|
-
"version": "1.
|
|
53
|
+
"version": "1.6.0",
|
|
54
54
|
"description": "Updates .github/workflows/cicd.yml from template",
|
|
55
55
|
"implementation": "./dist/migrations/update-1-1-5/update-github-workflow.js",
|
|
56
56
|
"cli": {
|
|
@@ -58,10 +58,9 @@
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"generators": {},
|
|
62
61
|
"packageJsonUpdates": {
|
|
63
|
-
"1.
|
|
64
|
-
"version": "1.
|
|
62
|
+
"1.6.0": {
|
|
63
|
+
"version": "1.6.0",
|
|
65
64
|
"cli": "nx",
|
|
66
65
|
"postUpdateMessage": "\nš Migration to @unisphere/nx 1.1.5 completed successfully!\n\nš Summary of changes:\n ⢠Upgraded to Nx 22\n ⢠Updated Node.js to version 24 (.nvmrc)\n ⢠Pinned @changesets/cli to exact version\n ⢠Updated GitHub workflow to use Node 24\n ⢠Updated all @unisphere and @kaltura packages\n ⢠Upgraded to React 19\n\nā ļø Important next steps:\n 1. Install dependencies: npm install\n 2. Ensure you have Node.js 24.x installed (check with: node --version)\n 3. Review and test your application\n 4. Commit the changes\n\nFor more information, visit: https://github.com/your-org/unisphere\n",
|
|
67
66
|
"packages": {
|