@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.
- package/dist/app/index.js +1 -1
- package/dist/app/module-tree/index.js +1 -1
- package/dist/chunk-QAXVZNPV.js +1901 -0
- package/dist/decorators/index.d.ts +2 -3
- package/dist/decorators/index.js +1 -1
- package/dist/index.js +5 -2
- package/dist/services/index.js +1 -1
- package/package.json +2 -2
- package/dist/chunk-Z7RHJLDL.js +0 -1892
|
@@ -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
|
|
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>):
|
|
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 };
|
package/dist/decorators/index.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
createParamDecorator,
|
|
39
39
|
createRPCDecorator,
|
|
40
40
|
forwardRef
|
|
41
|
-
} from "./chunk-
|
|
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,
|
|
193
|
+
//# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsiLi4vc3JjL2luZGV4LnRzIl0sCiAgInNvdXJjZXNDb250ZW50IjogWyJpbXBvcnQgJ0BhYnJhaGFtL3JlZmxlY3Rpb24nO1xuXG5leHBvcnQgKiBmcm9tICcuL2NvbnN0YW50cyc7XG5leHBvcnQgKiBmcm9tICcuL2RlY29yYXRvcnMnO1xuZXhwb3J0ICogZnJvbSAnLi9lbnVtcyc7XG5leHBvcnQgKiBmcm9tICcuL2Vycm9ycyc7XG5leHBvcnQgKiBmcm9tICcuL2ludGVyZmFjZXMnO1xuZXhwb3J0ICogZnJvbSAnLi9waXBlcyc7XG5leHBvcnQgKiBmcm9tICcuL3NjaGVtYXMnO1xuZXhwb3J0ICogZnJvbSAnLi9zZXJ2aWNlcyc7XG5leHBvcnQgKiBmcm9tICcuL3R5cGVzJztcbmV4cG9ydCAqIGZyb20gJy4vdXRpbHMnO1xuIl0sCiAgIm1hcHBpbmdzIjogIjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsT0FBTzsiLAogICJuYW1lcyI6IFtdCn0K
|
package/dist/services/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ragemp-mango/core",
|
|
3
|
-
"version": "3.
|
|
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",
|