@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.
@@ -1 +1 @@
1
- {"version":3,"file":"add-kaltura-tools-to-pre-install.d.ts","sourceRoot":"","sources":["../../../src/migrations/1-22-2/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"}
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@unisphere kaltura-tools check --root=.';
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,2 @@
1
+ export default function (): Promise<void>;
2
+ //# sourceMappingURL=1-22-2-summary.d.ts.map
@@ -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-2-000-summary": {
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": "Prints migration completion summary",
64
- "factory": "./dist/migrations/1-22-2/summary.js"
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/nx",
3
- "version": "1.22.2",
3
+ "version": "1.22.3",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -1,2 +0,0 @@
1
- export default function (): Promise<void>;
2
- //# sourceMappingURL=summary.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"summary.d.ts","sourceRoot":"","sources":["../../../src/migrations/1-22-2/summary.ts"],"names":[],"mappings":"AAEA,0CAOC"}