ps-toolkit-ui 1.8.21 → 1.8.24

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.
@@ -188,6 +188,7 @@ export declare const strings: {
188
188
  UsernamePasswordInvalid: string;
189
189
  DbUpdateException: string;
190
190
  UserMaxSessionCount: string;
191
+ UserInvalidIp: string;
191
192
  LoadingDot: string;
192
193
  LoadingDotWhite: string;
193
194
  Loading: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "1.8.21",
3
+ "version": "1.8.24",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"