stream-chat-angular 7.1.5 → 7.2.0-rc.2

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.
Files changed (32) hide show
  1. package/README.md +12 -2
  2. package/assets/version.d.ts +1 -1
  3. package/esm2022/assets/version.mjs +2 -2
  4. package/esm2022/lib/message/message.component.mjs +3 -3
  5. package/esm2022/lib/message-input/message-input.component.mjs +5 -8
  6. package/esm2022/lib/notification-list/stream-notification.module.mjs +5 -5
  7. package/esm2022/lib/paginated-list/stream-paginated-list.module.mjs +5 -5
  8. package/esm2022/lib/polls/poll-actions/poll-actions.component.mjs +11 -11
  9. package/esm2022/lib/polls/poll-actions/poll-answers-list/poll-answers-list.component.mjs +6 -6
  10. package/esm2022/lib/polls/poll-actions/poll-results/poll-results-list/poll-results-list.component.mjs +6 -6
  11. package/esm2022/lib/polls/stream-polls.module.mjs +4 -5
  12. package/esm2022/lib/stream-autocomplete-textarea.module.mjs +5 -5
  13. package/esm2022/lib/stream-avatar.module.mjs +5 -5
  14. package/esm2022/lib/stream-chat.module.mjs +4 -5
  15. package/esm2022/lib/stream-textarea.module.mjs +5 -5
  16. package/esm2022/lib/thread/thread.component.mjs +5 -5
  17. package/esm2022/lib/voice-recorder/voice-recorder.module.mjs +5 -5
  18. package/esm2022/lib/voice-recording/voice-recording.module.mjs +5 -5
  19. package/fesm2022/stream-chat-angular.mjs +41 -46
  20. package/fesm2022/stream-chat-angular.mjs.map +1 -1
  21. package/lib/message-input/message-input.component.d.ts +3 -4
  22. package/lib/notification-list/stream-notification.module.d.ts +1 -1
  23. package/lib/paginated-list/stream-paginated-list.module.d.ts +1 -1
  24. package/lib/polls/stream-polls.module.d.ts +1 -1
  25. package/lib/stream-autocomplete-textarea.module.d.ts +1 -1
  26. package/lib/stream-avatar.module.d.ts +1 -1
  27. package/lib/stream-chat.module.d.ts +1 -1
  28. package/lib/stream-textarea.module.d.ts +1 -1
  29. package/lib/voice-recorder/voice-recorder.module.d.ts +1 -1
  30. package/lib/voice-recording/voice-recording.module.d.ts +1 -1
  31. package/package.json +6 -6
  32. package/src/assets/version.ts +1 -1
@@ -1,4 +1,4 @@
1
- import { AfterViewInit, ChangeDetectorRef, ComponentFactoryResolver, ComponentRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges, TemplateRef, Type } from '@angular/core';
1
+ import { AfterViewInit, ChangeDetectorRef, ComponentRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges, TemplateRef, Type } from '@angular/core';
2
2
  import { Observable, Subject } from 'rxjs';
3
3
  import { Attachment, DraftMessagePayload, DraftResponse, UserResponse } from 'stream-chat';
4
4
  import { AttachmentService } from '../attachment.service';
@@ -22,7 +22,6 @@ export declare class MessageInputComponent implements OnInit, OnChanges, OnDestr
22
22
  readonly attachmentService: AttachmentService;
23
23
  private configService;
24
24
  private textareaType;
25
- private componentFactoryResolver;
26
25
  private cdRef;
27
26
  private emojiInputService;
28
27
  readonly customTemplatesService: CustomTemplatesService;
@@ -142,7 +141,7 @@ export declare class MessageInputComponent implements OnInit, OnChanges, OnDestr
142
141
  private isChannelChangeResetInProgress;
143
142
  private isSendingMessage;
144
143
  private isLoadingDraft;
145
- constructor(channelService: ChannelService, notificationService: NotificationService, attachmentService: AttachmentService, configService: MessageInputConfigService, textareaType: Type<TextareaInterface>, componentFactoryResolver: ComponentFactoryResolver, cdRef: ChangeDetectorRef, emojiInputService: EmojiInputService, customTemplatesService: CustomTemplatesService, messageActionsService: MessageActionsService, voiceRecorderService: VoiceRecorderService, audioRecorder?: AudioRecorderService | undefined);
144
+ constructor(channelService: ChannelService, notificationService: NotificationService, attachmentService: AttachmentService, configService: MessageInputConfigService, textareaType: Type<TextareaInterface>, cdRef: ChangeDetectorRef, emojiInputService: EmojiInputService, customTemplatesService: CustomTemplatesService, messageActionsService: MessageActionsService, voiceRecorderService: VoiceRecorderService, audioRecorder?: AudioRecorderService | undefined);
146
145
  ngOnInit(): void;
147
146
  ngAfterViewInit(): void;
148
147
  ngOnChanges(changes: SimpleChanges): void;
@@ -185,6 +184,6 @@ export declare class MessageInputComponent implements OnInit, OnChanges, OnDestr
185
184
  private stopCooldown;
186
185
  private checkIfInEditMode;
187
186
  private messageToUpdateChanged;
188
- static ɵfac: i0.ɵɵFactoryDeclaration<MessageInputComponent, [null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
187
+ static ɵfac: i0.ɵɵFactoryDeclaration<MessageInputComponent, [null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
189
188
  static ɵcmp: i0.ɵɵComponentDeclaration<MessageInputComponent, "stream-message-input", never, { "isFileUploadEnabled": { "alias": "isFileUploadEnabled"; "required": false; }; "areMentionsEnabled": { "alias": "areMentionsEnabled"; "required": false; }; "mentionScope": { "alias": "mentionScope"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "isMultipleFileUploadEnabled": { "alias": "isMultipleFileUploadEnabled"; "required": false; }; "message": { "alias": "message"; "required": false; }; "sendMessage$": { "alias": "sendMessage$"; "required": false; }; "inputMode": { "alias": "inputMode"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "watchForMessageToEdit": { "alias": "watchForMessageToEdit"; "required": false; }; "displaySendButton": { "alias": "displaySendButton"; "required": false; }; "displayVoiceRecordingButton": { "alias": "displayVoiceRecordingButton"; "required": false; }; "displayPollCreateButton": { "alias": "displayPollCreateButton"; "required": false; }; }, { "messageUpdate": "messageUpdate"; "messageDraftChange": "messageDraftChange"; }, ["voiceRecorderRef"], ["[message-input-start]", "[message-input-end]"], false, never>;
190
189
  }
@@ -5,6 +5,6 @@ import * as i3 from "@angular/common";
5
5
  import * as i4 from "@ngx-translate/core";
6
6
  export declare class StreamNotificationModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<StreamNotificationModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<StreamNotificationModule, [typeof i1.NotificationComponent, typeof i2.NotificationListComponent], [typeof i3.CommonModule, typeof i4.TranslateModule], [typeof i1.NotificationComponent, typeof i2.NotificationListComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StreamNotificationModule, [typeof i1.NotificationComponent, typeof i2.NotificationListComponent], [typeof i3.CommonModule, typeof i4.TranslatePipe], [typeof i1.NotificationComponent, typeof i2.NotificationListComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<StreamNotificationModule>;
10
10
  }
@@ -5,6 +5,6 @@ import * as i3 from "@ngx-translate/core";
5
5
  import * as i4 from "../icon/icon.module";
6
6
  export declare class StreamPaginatedListModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<StreamPaginatedListModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<StreamPaginatedListModule, [typeof i1.PaginatedListComponent], [typeof i2.CommonModule, typeof i3.TranslateModule, typeof i4.IconModule], [typeof i1.PaginatedListComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StreamPaginatedListModule, [typeof i1.PaginatedListComponent], [typeof i2.CommonModule, typeof i3.TranslatePipe, typeof i4.IconModule], [typeof i1.PaginatedListComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<StreamPaginatedListModule>;
10
10
  }
@@ -21,6 +21,6 @@ import * as i19 from "../paginated-list/stream-paginated-list.module";
21
21
  import * as i20 from "@angular/forms";
22
22
  export declare class StreamPollsModule {
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<StreamPollsModule, never>;
24
- static ɵmod: i0.ɵɵNgModuleDeclaration<StreamPollsModule, [typeof i1.PollComposerComponent, typeof i2.PollComponent, typeof i3.PollHeaderComponent, typeof i4.PollOptionsListComponent, typeof i5.PollOptionSelectorComponent, typeof i6.PollActionsComponent, typeof i7.PollResultsListComponent, typeof i8.PollVoteResultsListComponent, typeof i9.PollVoteComponent, typeof i10.PollAnswersListComponent, typeof i11.UpsertAnswerComponent, typeof i12.AddOptionComponent, typeof i13.PollPreviewComponent], [typeof i14.CommonModule, typeof i15.TranslateModule, typeof i16.StreamAvatarModule, typeof i17.StreamModalModule, typeof i18.StreamNotificationModule, typeof i19.StreamPaginatedListModule, typeof i20.ReactiveFormsModule], [typeof i1.PollComposerComponent, typeof i2.PollComponent, typeof i3.PollHeaderComponent, typeof i4.PollOptionsListComponent, typeof i5.PollOptionSelectorComponent, typeof i6.PollActionsComponent, typeof i7.PollResultsListComponent, typeof i8.PollVoteResultsListComponent, typeof i9.PollVoteComponent, typeof i10.PollAnswersListComponent, typeof i11.UpsertAnswerComponent, typeof i12.AddOptionComponent, typeof i13.PollPreviewComponent]>;
24
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StreamPollsModule, [typeof i1.PollComposerComponent, typeof i2.PollComponent, typeof i3.PollHeaderComponent, typeof i4.PollOptionsListComponent, typeof i5.PollOptionSelectorComponent, typeof i6.PollActionsComponent, typeof i7.PollResultsListComponent, typeof i8.PollVoteResultsListComponent, typeof i9.PollVoteComponent, typeof i10.PollAnswersListComponent, typeof i11.UpsertAnswerComponent, typeof i12.AddOptionComponent, typeof i13.PollPreviewComponent], [typeof i14.CommonModule, typeof i15.TranslatePipe, typeof i16.StreamAvatarModule, typeof i17.StreamModalModule, typeof i18.StreamNotificationModule, typeof i19.StreamPaginatedListModule, typeof i20.ReactiveFormsModule], [typeof i1.PollComposerComponent, typeof i2.PollComponent, typeof i3.PollHeaderComponent, typeof i4.PollOptionsListComponent, typeof i5.PollOptionSelectorComponent, typeof i6.PollActionsComponent, typeof i7.PollResultsListComponent, typeof i8.PollVoteResultsListComponent, typeof i9.PollVoteComponent, typeof i10.PollAnswersListComponent, typeof i11.UpsertAnswerComponent, typeof i12.AddOptionComponent, typeof i13.PollPreviewComponent]>;
25
25
  static ɵinj: i0.ɵɵInjectorDeclaration<StreamPollsModule>;
26
26
  }
@@ -6,6 +6,6 @@ import * as i4 from "angular-mentions";
6
6
  import * as i5 from "./stream-avatar.module";
7
7
  export declare class StreamAutocompleteTextareaModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<StreamAutocompleteTextareaModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<StreamAutocompleteTextareaModule, [typeof i1.AutocompleteTextareaComponent], [typeof i2.CommonModule, typeof i3.TranslateModule, typeof i4.MentionModule, typeof i5.StreamAvatarModule], [typeof i1.AutocompleteTextareaComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StreamAutocompleteTextareaModule, [typeof i1.AutocompleteTextareaComponent], [typeof i2.CommonModule, typeof i3.TranslatePipe, typeof i4.MentionModule, typeof i5.StreamAvatarModule], [typeof i1.AutocompleteTextareaComponent]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<StreamAutocompleteTextareaModule>;
11
11
  }
@@ -5,6 +5,6 @@ import * as i3 from "@angular/common";
5
5
  import * as i4 from "@ngx-translate/core";
6
6
  export declare class StreamAvatarModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<StreamAvatarModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<StreamAvatarModule, [typeof i1.AvatarComponent, typeof i2.AvatarPlaceholderComponent], [typeof i3.CommonModule, typeof i4.TranslateModule], [typeof i1.AvatarComponent, typeof i2.AvatarPlaceholderComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StreamAvatarModule, [typeof i1.AvatarComponent, typeof i2.AvatarPlaceholderComponent], [typeof i3.CommonModule, typeof i4.TranslatePipe], [typeof i1.AvatarComponent, typeof i2.AvatarPlaceholderComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<StreamAvatarModule>;
10
10
  }
@@ -30,6 +30,6 @@ import * as i28 from "./notification/notification.component";
30
30
  import * as i29 from "./notification-list/notification-list.component";
31
31
  export declare class StreamChatModule {
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<StreamChatModule, never>;
33
- static ɵmod: i0.ɵɵNgModuleDeclaration<StreamChatModule, [typeof i1.ChannelComponent, typeof i2.ChannelHeaderComponent, typeof i3.ChannelListComponent, typeof i4.ChannelPreviewComponent, typeof i5.MessageComponent, typeof i6.MessageInputComponent, typeof i7.MessageListComponent, typeof i8.MessageActionsBoxComponent, typeof i9.AttachmentListComponent, typeof i10.MessageReactionsComponent, typeof i11.AttachmentPreviewListComponent, typeof i12.TextareaDirective, typeof i13.ThreadComponent, typeof i14.MessageBouncePromptComponent, typeof i15.MessageReactionsSelectorComponent, typeof i16.UserListComponent, typeof i17.MessageTextComponent, typeof i18.MessageBlockedComponent], [typeof i19.CommonModule, typeof i20.NgxFloatUiModule, typeof i21.StreamAvatarModule, typeof i22.TranslateModule, typeof i23.VoiceRecordingModule, typeof i24.IconModule, typeof i25.StreamModalModule, typeof i26.StreamNotificationModule, typeof i27.StreamPaginatedListModule], [typeof i1.ChannelComponent, typeof i2.ChannelHeaderComponent, typeof i3.ChannelListComponent, typeof i4.ChannelPreviewComponent, typeof i5.MessageComponent, typeof i6.MessageInputComponent, typeof i7.MessageListComponent, typeof i8.MessageActionsBoxComponent, typeof i9.AttachmentListComponent, typeof i10.MessageReactionsComponent, typeof i28.NotificationComponent, typeof i29.NotificationListComponent, typeof i11.AttachmentPreviewListComponent, typeof i25.StreamModalModule, typeof i21.StreamAvatarModule, typeof i13.ThreadComponent, typeof i14.MessageBouncePromptComponent, typeof i23.VoiceRecordingModule, typeof i15.MessageReactionsSelectorComponent, typeof i16.UserListComponent, typeof i27.StreamPaginatedListModule, typeof i24.IconModule, typeof i17.MessageTextComponent, typeof i18.MessageBlockedComponent, typeof i26.StreamNotificationModule]>;
33
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StreamChatModule, [typeof i1.ChannelComponent, typeof i2.ChannelHeaderComponent, typeof i3.ChannelListComponent, typeof i4.ChannelPreviewComponent, typeof i5.MessageComponent, typeof i6.MessageInputComponent, typeof i7.MessageListComponent, typeof i8.MessageActionsBoxComponent, typeof i9.AttachmentListComponent, typeof i10.MessageReactionsComponent, typeof i11.AttachmentPreviewListComponent, typeof i12.TextareaDirective, typeof i13.ThreadComponent, typeof i14.MessageBouncePromptComponent, typeof i15.MessageReactionsSelectorComponent, typeof i16.UserListComponent, typeof i17.MessageTextComponent, typeof i18.MessageBlockedComponent], [typeof i19.CommonModule, typeof i20.NgxFloatUiModule, typeof i21.StreamAvatarModule, typeof i22.TranslatePipe, typeof i23.VoiceRecordingModule, typeof i24.IconModule, typeof i25.StreamModalModule, typeof i26.StreamNotificationModule, typeof i27.StreamPaginatedListModule], [typeof i1.ChannelComponent, typeof i2.ChannelHeaderComponent, typeof i3.ChannelListComponent, typeof i4.ChannelPreviewComponent, typeof i5.MessageComponent, typeof i6.MessageInputComponent, typeof i7.MessageListComponent, typeof i8.MessageActionsBoxComponent, typeof i9.AttachmentListComponent, typeof i10.MessageReactionsComponent, typeof i28.NotificationComponent, typeof i29.NotificationListComponent, typeof i11.AttachmentPreviewListComponent, typeof i25.StreamModalModule, typeof i21.StreamAvatarModule, typeof i13.ThreadComponent, typeof i14.MessageBouncePromptComponent, typeof i23.VoiceRecordingModule, typeof i15.MessageReactionsSelectorComponent, typeof i16.UserListComponent, typeof i27.StreamPaginatedListModule, typeof i24.IconModule, typeof i17.MessageTextComponent, typeof i18.MessageBlockedComponent, typeof i26.StreamNotificationModule]>;
34
34
  static ɵinj: i0.ɵɵInjectorDeclaration<StreamChatModule>;
35
35
  }
@@ -4,6 +4,6 @@ import * as i2 from "@angular/common";
4
4
  import * as i3 from "@ngx-translate/core";
5
5
  export declare class StreamTextareaModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<StreamTextareaModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<StreamTextareaModule, [typeof i1.TextareaComponent], [typeof i2.CommonModule, typeof i3.TranslateModule], [typeof i1.TextareaComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StreamTextareaModule, [typeof i1.TextareaComponent], [typeof i2.CommonModule, typeof i3.TranslatePipe], [typeof i1.TextareaComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<StreamTextareaModule>;
9
9
  }
@@ -7,6 +7,6 @@ import * as i5 from "../icon/icon.module";
7
7
  import * as i6 from "@ngx-translate/core";
8
8
  export declare class VoiceRecorderModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<VoiceRecorderModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<VoiceRecorderModule, [typeof i1.VoiceRecorderComponent, typeof i2.VoiceRecorderWavebarComponent], [typeof i3.CommonModule, typeof i4.VoiceRecordingModule, typeof i5.IconModule, typeof i6.TranslateModule], [typeof i1.VoiceRecorderComponent, typeof i2.VoiceRecorderWavebarComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<VoiceRecorderModule, [typeof i1.VoiceRecorderComponent, typeof i2.VoiceRecorderWavebarComponent], [typeof i3.CommonModule, typeof i4.VoiceRecordingModule, typeof i5.IconModule, typeof i6.TranslatePipe], [typeof i1.VoiceRecorderComponent, typeof i2.VoiceRecorderWavebarComponent]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<VoiceRecorderModule>;
12
12
  }
@@ -6,6 +6,6 @@ import * as i4 from "../icon/icon.module";
6
6
  import * as i5 from "@ngx-translate/core";
7
7
  export declare class VoiceRecordingModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<VoiceRecordingModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<VoiceRecordingModule, [typeof i1.VoiceRecordingComponent, typeof i2.VoiceRecordingWavebarComponent], [typeof i3.CommonModule, typeof i4.IconModule, typeof i5.TranslateModule], [typeof i1.VoiceRecordingComponent, typeof i2.VoiceRecordingWavebarComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<VoiceRecordingModule, [typeof i1.VoiceRecordingComponent, typeof i2.VoiceRecordingWavebarComponent], [typeof i3.CommonModule, typeof i4.IconModule, typeof i5.TranslatePipe], [typeof i1.VoiceRecordingComponent, typeof i2.VoiceRecordingWavebarComponent]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<VoiceRecordingModule>;
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-angular",
3
- "version": "7.1.5",
3
+ "version": "7.2.0-rc.2",
4
4
  "description": "Angular components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
@@ -26,11 +26,11 @@
26
26
  }
27
27
  },
28
28
  "peerDependencies": {
29
- "@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^21.0.0-rc.2",
30
- "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^21.0.0-rc.2",
31
- "@angular/forms": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^21.0.0-rc.2",
29
+ "@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^21.0.0-rc.2 || ^22.0.0",
30
+ "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^21.0.0-rc.2 || ^22.0.0",
31
+ "@angular/forms": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^21.0.0-rc.2 || ^22.0.0",
32
32
  "@breezystack/lamejs": "^1.2.7",
33
- "@ngx-translate/core": "^17.0.0",
33
+ "@ngx-translate/core": "^17.0.0 || ^18.0.0",
34
34
  "rxjs": "^7.4.0",
35
35
  "stream-chat": "^9.20.0"
36
36
  },
@@ -49,7 +49,7 @@
49
49
  "dayjs": "^1.11.10",
50
50
  "emoji-regex": "^10.3.0",
51
51
  "fix-webm-duration": "^1.0.6",
52
- "ngx-float-ui": "^17.0.0 || ^18.0.0 || ^18.0.1-rc.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
52
+ "ngx-float-ui": "^17.0.0 || ^18.0.0 || ^18.0.1-rc.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
53
53
  "pretty-bytes": "^6.1.1",
54
54
  "tslib": "^2.3.0",
55
55
  "uuid": "^9.0.1"
@@ -1 +1 @@
1
- export const version = '7.1.5';
1
+ export const version = '7.2.0-rc.2';