@ragemp-mango/core 2.0.6-beta.0 → 3.0.0

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.
@@ -35,10 +35,6 @@ import '../rpc-call-options.interface-BJ5mHrvT.js';
35
35
  import '../logger-service.interface-BGV-o_Fx.js';
36
36
 
37
37
  declare class RageMPEventEmmiter implements EventEmmiter {
38
- private mapEvents;
39
- private mapEventsShared;
40
- constructor(mapEvents?: Record<string, string>);
41
- private getEventName;
42
38
  emit(eventName: string, ...args: any[]): void;
43
39
  on(eventName: string, listener: (...args: any[]) => void): ScriptEventHandler;
44
40
  once(eventName: string, listener: (...args: any[]) => void): ScriptEventHandler;
package/dist/app/index.js CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  RageMPTimer,
11
11
  RageMPTimers,
12
12
  createAppBuilder
13
- } from "../chunk-CW7WAA3P.js";
13
+ } from "../chunk-Z7RHJLDL.js";
14
14
  import {
15
15
  Module,
16
16
  ModuleContainer,
@@ -2,7 +2,7 @@ import {
2
2
  AppRuntime,
3
3
  ModuleDependencyBinder,
4
4
  ModuleTreeScanner
5
- } from "../../chunk-CW7WAA3P.js";
5
+ } from "../../chunk-Z7RHJLDL.js";
6
6
  import "../../chunk-73LIJA6X.js";
7
7
  import "../../chunk-AO6BXG54.js";
8
8
  import "../../chunk-2ADQZWQE.js";