@3dsource/angular-unreal-module 0.0.89 → 0.0.90

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3dsource/angular-unreal-module",
3
- "version": "0.0.89",
3
+ "version": "0.0.90",
4
4
  "description": "Angular Unreal module for connect with unreal engine stream",
5
5
  "keywords": [
6
6
  "3dsource",
@@ -987,6 +987,7 @@ declare class AnalyticsService {
987
987
  sendEventToMixPanel(name: string, params?: Record<string, unknown>): void;
988
988
  constructor();
989
989
  private monitorMouse;
990
+ private getOffset;
990
991
  static ɵfac: i0.ɵɵFactoryDeclaration<AnalyticsService, never>;
991
992
  static ɵprov: i0.ɵɵInjectableDeclaration<AnalyticsService>;
992
993
  }