@soonspacejs/plugin-cps-soonmanager 2.14.23 → 2.14.24
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SourceOnEventType } from './types';
|
|
2
2
|
import { SourceApiListInterface, SourceEnvListInterface } from './request-types';
|
|
3
3
|
declare class DataSource {
|
|
4
4
|
#private;
|
|
@@ -6,7 +6,7 @@ declare class DataSource {
|
|
|
6
6
|
sourceApi: SourceApiListInterface[];
|
|
7
7
|
constructor(sourceEnv: SourceEnvListInterface[], sourceApi: SourceApiListInterface[]);
|
|
8
8
|
on<T extends keyof SourceOnEventType>(eventName: T, callback: SourceOnEventType[T]): void;
|
|
9
|
-
getClientById(id: string):
|
|
9
|
+
getClientById(id: string): any;
|
|
10
10
|
requestAll(): void;
|
|
11
11
|
requestById(ids: string[]): void;
|
|
12
12
|
closeAll(): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { default as mqtt } from '../../../../../../mqtt/dist/mqtt';
|
|
2
1
|
import { SourceApiListInterface, SourceEnvListInterface } from '../request-types';
|
|
3
2
|
import { SourceMessageCallbackType, SourceStatusCallbackType } from '../types';
|
|
4
|
-
export declare function requestMqtt(api: SourceApiListInterface, env: SourceEnvListInterface, onStatus: SourceStatusCallbackType, onMessage: SourceMessageCallbackType):
|
|
3
|
+
export declare function requestMqtt(api: SourceApiListInterface, env: SourceEnvListInterface, onStatus: SourceStatusCallbackType, onMessage: SourceMessageCallbackType): any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soonspacejs/plugin-cps-soonmanager",
|
|
3
3
|
"pluginName": "CpsSoonmanagerPlugin",
|
|
4
|
-
"version": "2.14.
|
|
4
|
+
"version": "2.14.24",
|
|
5
5
|
"description": "Sync cps soonmanager data plugin for SoonSpace.js",
|
|
6
6
|
"main": "dist/index.esm.js",
|
|
7
7
|
"module": "dist/index.esm.js",
|
|
@@ -30,19 +30,19 @@
|
|
|
30
30
|
"@types/node-rsa": "^1.1.1",
|
|
31
31
|
"crypto-browserify": "^3.12.0",
|
|
32
32
|
"lodash-es": "^4.17.21",
|
|
33
|
-
"mqtt": "^5.14.
|
|
33
|
+
"mqtt": "^5.14.1",
|
|
34
34
|
"node-rsa": "^1.1.1",
|
|
35
35
|
"socket.io-client": "^4.7.2"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"3d-tiles-renderer": "^0.4.17",
|
|
39
|
-
"@soonspacejs/plugin-atmosphere": "2.14.
|
|
40
|
-
"@soonspacejs/plugin-effect": "2.14.
|
|
41
|
-
"@soonspacejs/plugin-flow": "2.14.
|
|
42
|
-
"@soonspacejs/plugin-gs3d-loader": "2.14.
|
|
43
|
-
"@soonspacejs/plugin-poi-renderer": "2.14.
|
|
44
|
-
"@soonspacejs/plugin-tiles": "2.14.
|
|
45
|
-
"soonspacejs": "2.14.
|
|
39
|
+
"@soonspacejs/plugin-atmosphere": "2.14.24",
|
|
40
|
+
"@soonspacejs/plugin-effect": "2.14.24",
|
|
41
|
+
"@soonspacejs/plugin-flow": "2.14.24",
|
|
42
|
+
"@soonspacejs/plugin-gs3d-loader": "2.14.24",
|
|
43
|
+
"@soonspacejs/plugin-poi-renderer": "2.14.24",
|
|
44
|
+
"@soonspacejs/plugin-tiles": "2.14.24",
|
|
45
|
+
"soonspacejs": "2.14.24",
|
|
46
46
|
"umanager-animation-parser": "^0.0.6"
|
|
47
47
|
}
|
|
48
48
|
}
|