@ragemp-mango/core 3.0.0 → 3.1.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.
@@ -8,8 +8,7 @@ import { P as Pipe } from '../pipe-transform.interface-BlzOrUy3.js';
8
8
  import { CronOptions } from 'croner';
9
9
  import { E as ExecutionContext } from '../execution-context.interface-DpRN4oVj.js';
10
10
  import { R as RPCMetadata } from '../rpc-metadata.interface-DS-GqgqA.js';
11
- import * as inversify from 'inversify';
12
- import { interfaces } from 'inversify';
11
+ import { interfaces, LazyServiceIdentifier } from 'inversify';
13
12
  import '../injectable-scope.enum-CjyQMpW2.js';
14
13
  import '../method-param-type.enum-BfrJ8zqa.js';
15
14
  import '../execution-context-type.enum-fwYPtPvp.js';
@@ -85,6 +84,6 @@ declare function createParamDecorator<TInput = unknown, TOutput = unknown>(facto
85
84
 
86
85
  declare function createRPCDecorator(type: RPCMetadata['type'], name?: string, webViewId?: string | number): MethodDecorator;
87
86
 
88
- declare function forwardRef<T = unknown>(fn: () => interfaces.ServiceIdentifier<T>): inversify.LazyServiceIdentifier<T>;
87
+ declare function forwardRef<T = unknown>(fn: () => interfaces.ServiceIdentifier<T>): LazyServiceIdentifier<T>;
89
88
 
90
89
  export { Body, Catch, Controller, Cron, EveryTick, Global, Index, Inject, Injectable, Interval, Module, On, OnInternal, OnRequest, OnWebView, OnWebViewRequest, Once, OnceInternal, OnceWebView, Optional, Param, Req, Request, Res, Response, SetMetadata, Timeout, UseFilters, UseGuards, UseInterceptors, UsePipes, applyDecorators, createEventDecorator, createParamDecorator, createRPCDecorator, forwardRef };
@@ -35,7 +35,7 @@ import {
35
35
  createParamDecorator,
36
36
  createRPCDecorator,
37
37
  forwardRef
38
- } from "../chunk-Z7RHJLDL.js";
38
+ } from "../chunk-QAXVZNPV.js";
39
39
  import "../chunk-73LIJA6X.js";
40
40
  import "../chunk-AO6BXG54.js";
41
41
  import "../chunk-2ADQZWQE.js";
package/dist/index.js CHANGED
@@ -38,7 +38,7 @@ import {
38
38
  createParamDecorator,
39
39
  createRPCDecorator,
40
40
  forwardRef
41
- } from "./chunk-Z7RHJLDL.js";
41
+ } from "./chunk-QAXVZNPV.js";
42
42
  import "./chunk-73LIJA6X.js";
43
43
  import "./chunk-AO6BXG54.js";
44
44
  import "./chunk-2ADQZWQE.js";
@@ -104,6 +104,9 @@ import {
104
104
  isUndefined
105
105
  } from "./chunk-E6IQL4S6.js";
106
106
  import "./chunk-7QVYU63E.js";
107
+
108
+ // src/index.ts
109
+ import "@abraham/reflection";
107
110
  export {
108
111
  Body,
109
112
  Catch,
@@ -187,4 +190,4 @@ export {
187
190
  validateProvider,
188
191
  validateValueProvider
189
192
  };
190
- //# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFtdLAogICJzb3VyY2VzQ29udGVudCI6IFtdLAogICJtYXBwaW5ncyI6ICIiLAogICJuYW1lcyI6IFtdCn0K
193
+ //# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsiLi4vc3JjL2luZGV4LnRzIl0sCiAgInNvdXJjZXNDb250ZW50IjogWyJpbXBvcnQgJ0BhYnJhaGFtL3JlZmxlY3Rpb24nO1xuXG5leHBvcnQgKiBmcm9tICcuL2NvbnN0YW50cyc7XG5leHBvcnQgKiBmcm9tICcuL2RlY29yYXRvcnMnO1xuZXhwb3J0ICogZnJvbSAnLi9lbnVtcyc7XG5leHBvcnQgKiBmcm9tICcuL2Vycm9ycyc7XG5leHBvcnQgKiBmcm9tICcuL2ludGVyZmFjZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9waXBlcyc7XG5leHBvcnQgKiBmcm9tICcuL3NjaGVtYXMnO1xuZXhwb3J0ICogZnJvbSAnLi9zZXJ2aWNlcyc7XG5leHBvcnQgKiBmcm9tICcuL3R5cGVzJztcbmV4cG9ydCAqIGZyb20gJy4vdXRpbHMnO1xuIl0sCiAgIm1hcHBpbmdzIjogIjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsT0FBTzsiLAogICJuYW1lcyI6IFtdCn0K
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ReflectorService,
3
3
  TimerService
4
- } from "../chunk-Z7RHJLDL.js";
4
+ } from "../chunk-QAXVZNPV.js";
5
5
  import "../chunk-73LIJA6X.js";
6
6
  import "../chunk-AO6BXG54.js";
7
7
  import "../chunk-2ADQZWQE.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ragemp-mango/core",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "homepage": "https://github.com/kkwlkk/ragemp-mango",
5
5
  "repository": {
6
6
  "type": "git",
@@ -103,6 +103,7 @@
103
103
  "dist"
104
104
  ],
105
105
  "dependencies": {
106
+ "@abraham/reflection": "^0.12.0",
106
107
  "croner": "^8.0.2",
107
108
  "inversify": "^6.0.2"
108
109
  },
@@ -112,7 +113,6 @@
112
113
  "@ragempcommunity/types-server": "^2.1.8"
113
114
  },
114
115
  "devDependencies": {
115
- "@abraham/reflection": "^0.12.0",
116
116
  "@microsoft/api-extractor": "^7.43.4",
117
117
  "@swc/cli": "^0.3.12",
118
118
  "@swc/core": "^1.5.5",