@ardimedia/angular-portal-azure 0.2.214 → 0.2.215
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.
- package/apn.js +2 -2
- package/package.json +2 -2
package/apn.js
CHANGED
|
@@ -1352,7 +1352,7 @@ var angularportalazure;
|
|
|
1352
1352
|
var ValidationsExceptionDotNet = (function (_super) {
|
|
1353
1353
|
__extends(ValidationsExceptionDotNet, _super);
|
|
1354
1354
|
function ValidationsExceptionDotNet() {
|
|
1355
|
-
return _super
|
|
1355
|
+
return _super.apply(this, arguments) || this;
|
|
1356
1356
|
}
|
|
1357
1357
|
return ValidationsExceptionDotNet;
|
|
1358
1358
|
}(ExceptionDotNet));
|
|
@@ -1365,7 +1365,7 @@ var angularportalazure;
|
|
|
1365
1365
|
var Exception = (function (_super) {
|
|
1366
1366
|
__extends(Exception, _super);
|
|
1367
1367
|
function Exception() {
|
|
1368
|
-
return _super
|
|
1368
|
+
return _super.apply(this, arguments) || this;
|
|
1369
1369
|
}
|
|
1370
1370
|
//#endregion
|
|
1371
1371
|
//#region Static Methods
|
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.
|
|
5
|
+
"version": "0.2.215",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"@types/ng-dialog": "^0.6.0",
|
|
24
24
|
"@types/node": "^7.0.0",
|
|
25
25
|
"tslint": "^4.3.1",
|
|
26
|
-
"typescript": "^2.1.
|
|
26
|
+
"typescript": "^2.1.4"
|
|
27
27
|
}
|
|
28
28
|
}
|