stream-chat-angular 2.2.0 → 2.3.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/README.md +1 -1
- package/assets/version.d.ts +1 -1
- package/bundles/stream-chat-angular.umd.js +1 -1
- package/bundles/stream-chat-angular.umd.js.map +1 -1
- package/esm2015/assets/version.js +2 -2
- package/fesm2015/stream-chat-angular.js +1 -1
- package/fesm2015/stream-chat-angular.js.map +1 -1
- package/package.json +11 -2
- package/src/assets/version.ts +1 -1
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ For complete pricing and details visit our [Chat Pricing Page](https://getstream
|
|
|
35
35
|
### Install with NPM
|
|
36
36
|
|
|
37
37
|
```
|
|
38
|
-
npm install stream-chat-angular stream-chat-css stream-chat @ngx-translate/core
|
|
38
|
+
npm install stream-chat-angular @stream-io/stream-chat-css stream-chat @ngx-translate/core
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
**Important note** If you are using **Angular 12** you will need to add `--legacy-peer-deps` flag as `@ngx-translate/core`'s newest version only supports Angular 13.
|
package/assets/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "2.
|
|
1
|
+
export declare const version = "2.3.0";
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
354
354
|
}
|
|
355
355
|
|
|
356
|
-
var version = '2.
|
|
356
|
+
var version = '2.3.0';
|
|
357
357
|
|
|
358
358
|
var NotificationService = /** @class */ (function () {
|
|
359
359
|
function NotificationService() {
|