@circle-vibe/shared 1.1.44 → 1.1.46

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.
@@ -5,6 +5,7 @@ export interface Chat {
5
5
  avatarUrl?: string;
6
6
  hidden: boolean;
7
7
  isActive: boolean;
8
+ isSavedMessages?: boolean;
8
9
  name: string;
9
10
  readableName: string;
10
11
  description?: string;
@@ -17,5 +17,4 @@ export interface Message {
17
17
  hidden: boolean;
18
18
  sender: ChatParticipant;
19
19
  thread?: Thread;
20
- isSavedMessages?: boolean;
21
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@circle-vibe/shared",
3
- "version": "1.1.44",
3
+ "version": "1.1.46",
4
4
  "types": "./build/index.d.ts",
5
5
  "description": "Shared componenets, utils, hooks",
6
6
  "scripts": {
@@ -1,40 +0,0 @@
1
- /*!
2
- Copyright (c) 2018 Jed Watson.
3
- Licensed under the MIT License (MIT), see
4
- http://jedwatson.github.io/classnames
5
- */
6
-
7
- /*!
8
- * tabbable 6.2.0
9
- * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
10
- */
11
-
12
- /*! js-cookie v3.0.5 | MIT */
13
-
14
- /**
15
- * @license React
16
- * react-jsx-runtime.production.js
17
- *
18
- * Copyright (c) Meta Platforms, Inc. and affiliates.
19
- *
20
- * This source code is licensed under the MIT license found in the
21
- * LICENSE file in the root directory of this source tree.
22
- */
23
-
24
- /** @license React v16.13.1
25
- * react-is.development.js
26
- *
27
- * Copyright (c) Facebook, Inc. and its affiliates.
28
- *
29
- * This source code is licensed under the MIT license found in the
30
- * LICENSE file in the root directory of this source tree.
31
- */
32
-
33
- /** @license React v16.13.1
34
- * react-is.production.min.js
35
- *
36
- * Copyright (c) Facebook, Inc. and its affiliates.
37
- *
38
- * This source code is licensed under the MIT license found in the
39
- * LICENSE file in the root directory of this source tree.
40
- */