@omnia/tooling-composers 8.0.182-dev → 8.0.184-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.
@@ -28,7 +28,7 @@ class Localization {
28
28
  }
29
29
  if (!this.localizationOptions) {
30
30
  this.localizationOptions = {
31
- localeName: models_1.LocaleNames.EnUs
31
+ localeName: models_1.LanguageTags.EnUs
32
32
  };
33
33
  }
34
34
  let localeName = this.localizationOptions.localeName;
@@ -27,5 +27,7 @@ tslib_1.__exportStar(require("./ConfigurationClientServiceRegistry"), exports);
27
27
  var index_1 = require("./models/index");
28
28
  Object.defineProperty(exports, "ServiceTypes", { enumerable: true, get: function () { return index_1.ServiceTypes; } });
29
29
  tslib_1.__exportStar(require("./CustomServiceComposer"), exports);
30
- const models_1 = require("../../fx-models");
31
- var ignore = models_1.AuthenticationValidationStatuses;
30
+ //Andii removed theese lines becuase why are they here if its not used. if we need it
31
+ //then you have to document why you added it!
32
+ //import { AuthenticationValidationStatuses } from "../../fx-models"
33
+ //var ignore = AuthenticationValidationStatuses;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/tooling-composers",
3
3
  "license": "MIT",
4
- "version": "8.0.182-dev",
4
+ "version": "8.0.184-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.182-dev",
23
- "@omnia/tooling": "8.0.182-dev",
22
+ "@omnia/fx-models": "8.0.184-dev",
23
+ "@omnia/tooling": "8.0.184-dev",
24
24
  "deep-extend": "0.6.0",
25
25
  "fs-extra": "11.1.0",
26
26
  "del": "6.0.0",