@nettyapps/ntybase 21.0.36 → 21.1.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nettyapps/ntybase",
|
|
3
|
-
"version": "21.0
|
|
3
|
+
"version": "21.1.0",
|
|
4
4
|
"description": "This library provides foundational services and components for NettyApps Angular applications.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"async-mutex": ">= 0.5.0",
|
|
14
14
|
"ag-grid-angular": ">= 35.0.0",
|
|
15
15
|
"ag-grid-enterprise": ">= 35.0.0",
|
|
16
|
-
"@nettyapps/ntycontract": ">= 21.0
|
|
16
|
+
"@nettyapps/ntycontract": ">= 21.1.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"tslib": "^2.3.0"
|
|
@@ -483,7 +483,7 @@ interface NettyEntityLogInterface<T> extends NettyEntityBaseInterface<T> {
|
|
|
483
483
|
changingDate: Date | null;
|
|
484
484
|
changingUser: any | null;
|
|
485
485
|
ip: string | null;
|
|
486
|
-
|
|
486
|
+
changingUserName: string | null;
|
|
487
487
|
}
|
|
488
488
|
|
|
489
489
|
declare abstract class NettyAgGridLogBase<T extends NettyEntityLogInterface<T>> extends NettyAgGridBase<T> implements OnInit {
|