zek 17.3.4 → 17.3.5

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.
@@ -1,6 +1,6 @@
1
1
  export declare class TmpHelper {
2
2
  private static _obj;
3
- static get(key: string): any;
3
+ static get(key: string, remove?: boolean): any;
4
4
  static set(key: string, value: any): void;
5
5
  static clear(): void;
6
6
  static remove(key: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zek",
3
- "version": "17.3.4",
3
+ "version": "17.3.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"