@omnia/tooling-composers 8.0.193-dev → 8.0.195-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.
@@ -4,7 +4,7 @@ exports.Utils = void 0;
4
4
  //import { LoadByUrlMatchingRule, DomMatchingRule, ClientResolvableLoadRule, FeatureActiveRule, LoadIfManifestLoaded } from "./models";
5
5
  class Utils {
6
6
  static { this.ensureValidManifestId = (id, errorMsg) => {
7
- console.dir(id);
7
+ // console.dir(id);
8
8
  //TODO: If you end up here looking for tolowerCase bugs of guids the toooling should handle lowercase
9
9
  //call 911-Nhan
10
10
  if (!id) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/tooling-composers",
3
3
  "license": "MIT",
4
- "version": "8.0.193-dev",
4
+ "version": "8.0.195-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": "Precio Fishbone",
21
21
  "dependencies": {
22
- "@omnia/fx-models": "8.0.193-dev",
23
- "@omnia/tooling": "8.0.193-dev",
22
+ "@omnia/fx-models": "8.0.195-dev",
23
+ "@omnia/tooling": "8.0.195-dev",
24
24
  "deep-extend": "0.6.0",
25
25
  "fs-extra": "11.1.0",
26
26
  "del": "6.0.0",