@tilde-nlp/ngx-common 8.1.81 → 8.1.82

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/index.d.ts CHANGED
@@ -562,7 +562,7 @@ declare class SortDomainsPipe implements PipeTransform {
562
562
 
563
563
  declare class ExpiresInPipe implements PipeTransform {
564
564
  translations: Record<string, Record<string, string>>;
565
- transform(value: string, currentLangCode: string): string;
565
+ transform(value: Date, currentLangCode: string): string;
566
566
  private pluralize;
567
567
  static ɵfac: i0.ɵɵFactoryDeclaration<ExpiresInPipe, never>;
568
568
  static ɵpipe: i0.ɵɵPipeDeclaration<ExpiresInPipe, "expiresIn", true>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tilde-nlp/ngx-common",
3
- "version": "8.1.81",
3
+ "version": "8.1.82",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",