@unisphere/nx 1.22.2 → 1.22.3
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/{1-22-2 → 1-22-3}/add-kaltura-tools-to-pre-install.d.ts.map +1 -1
- package/dist/migrations/{1-22-2 → 1-22-3}/add-kaltura-tools-to-pre-install.js +1 -1
- package/dist/migrations/summaries/1-22-2-summary.d.ts +2 -0
- package/dist/migrations/summaries/1-22-2-summary.d.ts.map +1 -0
- package/migrations.json +8 -8
- package/package.json +1 -1
- package/dist/migrations/1-22-2/summary.d.ts +0 -2
- package/dist/migrations/1-22-2/summary.d.ts.map +0 -1
- /package/dist/migrations/{1-22-2 → 1-22-3}/add-kaltura-tools-to-pre-install.d.ts +0 -0
- /package/dist/migrations/{1-22-2/summary.js → summaries/1-22-2-summary.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-kaltura-tools-to-pre-install.d.ts","sourceRoot":"","sources":["../../../src/migrations/1-22-
|
|
1
|
+
{"version":3,"file":"add-kaltura-tools-to-pre-install.d.ts","sourceRoot":"","sources":["../../../src/migrations/1-22-3/add-kaltura-tools-to-pre-install.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAsB,MAAM,YAAY,CAAC;AAEtD,wBAA8B,MAAM,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAoB9D"}
|
|
@@ -10,7 +10,7 @@ async function update(tree) {
|
|
|
10
10
|
json.scripts = {};
|
|
11
11
|
}
|
|
12
12
|
json.scripts.preinstall =
|
|
13
|
-
'npx --yes --prefer-online --registry=https://npm.pkg.github.com --package @kaltura/kaltura-tools@
|
|
13
|
+
'npx --yes --prefer-online --registry=https://npm.pkg.github.com --package @kaltura/kaltura-tools@latest kaltura-tools check --allow-missing --root=.';
|
|
14
14
|
return json;
|
|
15
15
|
});
|
|
16
16
|
devkit_1.logger.info('✅ Successfully added kaltura-tools preinstall script');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"1-22-2-summary.d.ts","sourceRoot":"","sources":["../../../src/migrations/summaries/1-22-2-summary.ts"],"names":[],"mappings":"AAEA,0CAOC"}
|
package/migrations.json
CHANGED
|
@@ -45,11 +45,6 @@
|
|
|
45
45
|
"postUpdateMessage": "✅ os and cpu have been added to package.json."
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"1-22-2-add-kaltura-tools-to-pre-install": {
|
|
49
|
-
"version": "1.22.2",
|
|
50
|
-
"description": "Adds kaltura-tools to preinstall script",
|
|
51
|
-
"factory": "./dist/migrations/1-22-2/add-kaltura-tools-to-pre-install.js"
|
|
52
|
-
},
|
|
53
48
|
"1-22-2-replace-github-workflow": {
|
|
54
49
|
"version": "1.22.2",
|
|
55
50
|
"description": "Updates .github/workflows/cicd.yml from template",
|
|
@@ -58,10 +53,15 @@
|
|
|
58
53
|
"postUpdateMessage": "✅ GitHub workflow updated with some changes."
|
|
59
54
|
}
|
|
60
55
|
},
|
|
61
|
-
"1-22-
|
|
56
|
+
"1-22-3-add-kaltura-tools-to-pre-install": {
|
|
57
|
+
"version": "1.22.3",
|
|
58
|
+
"description": "Adds kaltura-tools to preinstall script",
|
|
59
|
+
"factory": "./dist/migrations/1-22-3/add-kaltura-tools-to-pre-install.js"
|
|
60
|
+
},
|
|
61
|
+
"000-1-22-2-summary": {
|
|
62
62
|
"version": "1.22.2",
|
|
63
|
-
"description": "
|
|
64
|
-
"factory": "./dist/migrations/1-22-2
|
|
63
|
+
"description": "Migration completion summary for 1.22.2",
|
|
64
|
+
"factory": "./dist/migrations/summaries/1-22-2-summary.js"
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"packageJsonUpdates": {
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"summary.d.ts","sourceRoot":"","sources":["../../../src/migrations/1-22-2/summary.ts"],"names":[],"mappings":"AAEA,0CAOC"}
|
|
File without changes
|
|
File without changes
|