@omnia/fx-models 8.0.346-dev → 8.0.348-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.
@@ -9,6 +9,7 @@ export interface OmniaSharedBootstrapData {
9
9
  defaultDomain: string;
10
10
  routePrefixes: string[];
11
11
  language: string;
12
+ version: string;
12
13
  /**
13
14
  * The tokenKey is only avilable if we are running ITP or Dev intent
14
15
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.346-dev",
4
+ "version": "8.0.348-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"