@3dsource/angular-unreal-module 0.0.6 → 0.0.8
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,3 +1,4 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
1
|
+
import { EnvironmentProviders, InjectionToken } from '@angular/core';
|
|
2
2
|
import type { UnrealInitialConfig } from '../interfaces/initial-config';
|
|
3
3
|
export declare const UNREAL_CONFIG: InjectionToken<UnrealInitialConfig>;
|
|
4
|
+
export declare function provideUnrealLib(config: UnrealInitialConfig): EnvironmentProviders;
|
|
@@ -12,4 +12,5 @@ import { VideoStreamStatusService } from '../services/video-stream-status.servic
|
|
|
12
12
|
import { WebRtcPlayerService } from '../services/web-rtc-player.service';
|
|
13
13
|
import { ImageCaptureService } from '../services/image-capture.service';
|
|
14
14
|
import { RegionsPingService } from '../services/regions-ping.service';
|
|
15
|
-
export declare const
|
|
15
|
+
export declare const UNREAL_SERVICES: (typeof AFKService | typeof FreezeFrameService | typeof VideoService | typeof ConsoleExtensionsService | typeof UnrealCommunicatorService | typeof CommandTelemetryService | typeof WebRtcPlayerService | typeof RegionsPingService | typeof SignallingService | typeof VideoStreamStatusService | typeof InputService | typeof AggregatorService | typeof StreamStatusTelemetryService | typeof ImageCaptureService)[];
|
|
16
|
+
export declare const UNREAL_PROVIDERS: (import("@angular/core").EnvironmentProviders | (typeof AFKService | typeof FreezeFrameService | typeof VideoService | typeof ConsoleExtensionsService | typeof UnrealCommunicatorService | typeof CommandTelemetryService | typeof WebRtcPlayerService | typeof RegionsPingService | typeof SignallingService | typeof VideoStreamStatusService | typeof InputService | typeof AggregatorService | typeof StreamStatusTelemetryService | typeof ImageCaptureService)[])[];
|
package/package.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@3dsource/angular-unreal-module",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"tslib": "^2.8.1"
|
|
7
7
|
},
|
|
8
8
|
"peerDependencies": {
|
|
9
|
+
"@3dsource/utils": "^1.0.13",
|
|
9
10
|
"@angular/common": "^19.2.0",
|
|
10
11
|
"@angular/core": "^19.2.0",
|
|
11
|
-
"@3dsource/utils": "^1.0.13",
|
|
12
|
-
"@source/ui-sdk": "^19.0.100",
|
|
13
12
|
"@ngrx/component-store": "^19.1.0",
|
|
14
|
-
"@ngrx/operators": "^19.1.0",
|
|
15
13
|
"@ngrx/effects": "^19.1.0",
|
|
14
|
+
"@ngrx/operators": "^19.1.0",
|
|
16
15
|
"@ngrx/store": "^19.1.0",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
16
|
+
"@source/ui-sdk": "^19.0.100",
|
|
17
|
+
"@types/mixpanel-browser": "^2.54.0",
|
|
18
|
+
"dayjs": "^1.11.13",
|
|
19
19
|
"html2canvas": "^1.4.1",
|
|
20
|
+
"immer": "^10.1.1",
|
|
20
21
|
"jspdf": "^3.0.1",
|
|
21
|
-
"dayjs": "^1.11.13",
|
|
22
22
|
"mixpanel-browser": "^2.64.0",
|
|
23
|
-
"
|
|
23
|
+
"ngrx-immer": "^3.0.0"
|
|
24
24
|
},
|
|
25
25
|
"module": "fesm2022/3dsource-angular-unreal-module.mjs",
|
|
26
26
|
"typings": "index.d.ts",
|