@omnia/tooling-composers 8.0.358-dev → 8.0.360-dev

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.
@@ -345,6 +345,14 @@ function generateManifestsMetadata(data) {
345
345
  const fileName = getManifestFileName(target);
346
346
  fs_1.default.writeFileSync(`${OmniaOutput.ManifestOutputPath}/${fileName}`, JSON.stringify(data.clientManifests[target]));
347
347
  });
348
+ // const versiosn = [];
349
+ // Object.keys(data.clientManifests).forEach(target => {
350
+ // const m =(data.clientManifests[target] as unknown as OmniaManifests);
351
+ // m.webcomponent?.forEach(wc => versiosn.push(wc.version["js"]));
352
+ // m.resource?.forEach(wc => versiosn.push(wc.version["js"]))
353
+ // m.groupedResouresAndComponents?.forEach(wc => versiosn.push(wc.version["js"]))
354
+ // })
355
+ // fs.writeFileSync(`${OmniaOutput.ManifestOutputPath}/versio.json`, JSON.stringify(versiosn));
348
356
  tooling_1.utils.logTime("Done - Creating client side manifests", startTime);
349
357
  }
350
358
  startTime = new Date().getTime();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/tooling-composers",
3
3
  "license": "MIT",
4
- "version": "8.0.358-dev",
4
+ "version": "8.0.360-dev",
5
5
  "description": "Provide tooling to work with manifest things.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -19,8 +19,8 @@
19
19
  ],
20
20
  "author": "Omnia Digital Workplace AB",
21
21
  "dependencies": {
22
- "@omnia/fx-models": "8.0.358-dev",
23
- "@omnia/tooling": "8.0.358-dev",
22
+ "@omnia/fx-models": "8.0.360-dev",
23
+ "@omnia/tooling": "8.0.360-dev",
24
24
  "deep-extend": "0.6.0",
25
25
  "fs-extra": "11.1.0",
26
26
  "del": "6.0.0",