@nu-art/ts-messaging-frontend 0.400.4 → 0.400.7

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.
@@ -2,9 +2,9 @@
2
2
  * Frontend module for handling messaging functionality in the Thunderstorm framework.
3
3
  * Provides message creation and management capabilities.
4
4
  */
5
- import { ModuleFE_BaseApi } from '@nu-art/thunderstorm/frontend/index';
6
- import { DispatcherDef, ThunderDispatcherV3 } from '@nu-art/thunderstorm/frontend/core/db-api-gen/types';
7
- import { DBProto_Message } from '@nu-art/ts-messaging-shared/index';
5
+ import { ModuleFE_BaseApi } from '@nu-art/thunderstorm-frontend/index';
6
+ import { DispatcherDef, ThunderDispatcherV3 } from '@nu-art/thunderstorm-frontend/core/db-api-gen/types';
7
+ import { DBProto_Message } from '@nu-art/ts-messaging-shared';
8
8
  /**
9
9
  * Type definition for the message dispatcher
10
10
  * Handles updates to messages in the system
@@ -2,9 +2,9 @@
2
2
  * Frontend module for handling messaging functionality in the Thunderstorm framework.
3
3
  * Provides message creation and management capabilities.
4
4
  */
5
- import { ModuleFE_BaseApi } from '@nu-art/thunderstorm/frontend/index';
6
- import { ThunderDispatcherV3 } from '@nu-art/thunderstorm/frontend/core/db-api-gen/types';
7
- import { DBDef_message, MessageType_Text } from '@nu-art/ts-messaging-shared/index';
5
+ import { ModuleFE_BaseApi } from '@nu-art/thunderstorm-frontend/index';
6
+ import { ThunderDispatcherV3 } from '@nu-art/thunderstorm-frontend/core/db-api-gen/types';
7
+ import { DBDef_message, MessageType_Text } from '@nu-art/ts-messaging-shared';
8
8
  /**
9
9
  * Dispatcher instance for handling message updates
10
10
  */
@@ -3,9 +3,9 @@
3
3
  * Provides functionality for handling topic-related operations, state management,
4
4
  * and topic filtering based on collection and reference criteria.
5
5
  */
6
- import { DispatcherDef, ThunderDispatcherV3 } from '@nu-art/thunderstorm/frontend/core/db-api-gen/types';
7
- import { ModuleFE_BaseApi } from '@nu-art/thunderstorm/frontend/index';
8
- import { DBProto_Topic, UI_Topic } from '@nu-art/ts-messaging-shared/index';
6
+ import { DispatcherDef, ThunderDispatcherV3 } from '@nu-art/thunderstorm-frontend/core/db-api-gen/types';
7
+ import { ModuleFE_BaseApi } from '@nu-art/thunderstorm-frontend/index';
8
+ import { DBProto_Topic, UI_Topic } from '@nu-art/ts-messaging-shared';
9
9
  /**
10
10
  * Dispatcher type definition for topic updates, used to handle topic-related state changes
11
11
  */
package/ModuleFE_Topic.js CHANGED
@@ -3,9 +3,9 @@
3
3
  * Provides functionality for handling topic-related operations, state management,
4
4
  * and topic filtering based on collection and reference criteria.
5
5
  */
6
- import { ThunderDispatcherV3 } from '@nu-art/thunderstorm/frontend/core/db-api-gen/types';
7
- import { ModuleFE_BaseApi } from '@nu-art/thunderstorm/frontend/index';
8
- import { DBDef_Topic } from '@nu-art/ts-messaging-shared/index';
6
+ import { ThunderDispatcherV3 } from '@nu-art/thunderstorm-frontend/core/db-api-gen/types';
7
+ import { ModuleFE_BaseApi } from '@nu-art/thunderstorm-frontend/index';
8
+ import { DBDef_Topic } from '@nu-art/ts-messaging-shared';
9
9
  /**
10
10
  * Dispatcher instance for handling topic updates across the application.
11
11
  * Used to broadcast and handle topic-related state changes throughout the application.
package/index.d.ts CHANGED
@@ -1 +1,3 @@
1
1
  export * from './module-pack.js';
2
+ export * from './ModuleFE_Message.js';
3
+ export * from './ModuleFE_Topic.js';
package/index.js CHANGED
@@ -1 +1,3 @@
1
1
  export * from './module-pack.js';
2
+ export * from './ModuleFE_Message.js';
3
+ export * from './ModuleFE_Topic.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/ts-messaging-frontend",
3
- "version": "0.400.4",
3
+ "version": "0.400.7",
4
4
  "description": "Frontend messaging module for Thunderstorm framework providing topic-based messaging system with support for text, image, and video messages",
5
5
  "keywords": [
6
6
  "TacB0sS",
@@ -31,11 +31,14 @@
31
31
  "build": "tsc"
32
32
  },
33
33
  "dependencies": {
34
- "@nu-art/ts-common": "0.400.4",
35
- "@nu-art/thunderstorm": "0.400.4",
36
- "@nu-art/user-account": "0.400.4",
37
- "@nu-art/permissions": "0.400.4",
38
- "@nu-art/ts-messaging-shared": "0.400.4",
34
+ "@nu-art/ts-common": "0.400.7",
35
+ "@nu-art/thunderstorm-frontend": "0.400.7",
36
+ "@nu-art/thunderstorm-shared": "0.400.7",
37
+ "@nu-art/user-account-frontend": "0.400.7",
38
+ "@nu-art/user-account-shared": "0.400.7",
39
+ "@nu-art/permissions-frontend": "0.400.7",
40
+ "@nu-art/permissions-shared": "0.400.7",
41
+ "@nu-art/ts-messaging-shared": "0.400.7",
39
42
  "firebase": "^11.9.0",
40
43
  "firebase-admin": "13.4.0",
41
44
  "firebase-functions": "6.3.2",