@ardimedia/angular-portal-azure 0.2.55 → 0.2.56

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.
Files changed (2) hide show
  1. package/apn.d.ts +2 -1
  2. package/package.json +3 -3
package/apn.d.ts CHANGED
@@ -325,8 +325,9 @@ declare namespace angularportalazure {
325
325
  Messages?: string[];
326
326
  Message: string;
327
327
  MessageDetail: string;
328
- Status: string;
328
+ Status: number;
329
329
  StatusText: string;
330
+ Url: string;
330
331
  }
331
332
  }
332
333
  declare namespace angularportalazure {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ardimedia/angular-portal-azure",
3
3
  "description": "Angular Portal Azure - GUI Framework.",
4
4
  "author": "Ardimedia Anstalt <info@ardimedia.com> (http://www.ardimedia.com)",
5
- "version": "0.2.55",
5
+ "version": "0.2.56",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {
@@ -13,10 +13,10 @@
13
13
  "ng-dialog": "^0.6.4"
14
14
  },
15
15
  "devDependencies": {
16
- "@types/angular": "^1.5.20",
16
+ "@types/angular": "^1.5.21",
17
17
  "@types/angular-resource": "^1.5.8",
18
18
  "@types/angulartics": "^1.3.0",
19
- "@types/ng-dialog": "0.0.33",
19
+ "@types/ng-dialog": "^0.6.0",
20
20
  "typescript": "^2.1.4"
21
21
  }
22
22
  }