@libs-ui/utils 0.2.325-0 → 0.2.326-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/key-code.d.ts CHANGED
@@ -118,4 +118,5 @@ export declare abstract class UtilsKeyCodeConstant {
118
118
  static readonly CLOSE_SQUARE_BRACKET = 221;
119
119
  static readonly SINGLE_QUOTE = 222;
120
120
  static readonly MAC_META = 224;
121
+ static readonly BUFFERED = 229;
121
122
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@libs-ui/utils",
3
- "version": "0.2.325-0",
3
+ "version": "0.2.326-0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
7
7
  "crypto-es": "^2.1.0",
8
8
  "dayjs": "1.11.5",
9
- "@libs-ui/interfaces-types": "0.2.325-0",
9
+ "@libs-ui/interfaces-types": "0.2.326-0",
10
10
  "rxjs": "~7.8.0"
11
11
  },
12
12
  "sideEffects": false,