nucleus-core-ts 0.8.14 → 0.8.16
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/client.js +1 -1
- package/dist/dist/index.d.ts +13 -13
- package/dist/index-hhnypnb1.js +1 -1
- package/dist/index.js +1 -1
- package/dist/src/Client/Proxy/httpProxy.js +1 -1
- package/dist/src/Client/Proxy/index.js +1 -1
- package/dist/src/Client/Proxy/server.js +1 -1
- package/dist/src/Client/Proxy/utils.js +1 -1
- package/dist/src/Client/Proxy/wsProxy.js +1 -1
- package/dist/src/Managers/Dapr/utils.d.ts +2 -5
- package/package.json +1 -1
package/dist/client.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x56a6(){var _0x32c8e9=['mLfsAeDfsq','oti0mtDZte9OtMS','mtmZodeZohv3Aw5yrG','nJrsq2P4Ee0','nJy1mtmWweTAyKr1','mJKXmdCWzgDNuuDR','mtaZnteWAwzJAMj5','mtCYnZC2z25wuwfH','otC3nJL1C2HvCKe','nhzqD0HdEq'];_0x56a6=function(){return _0x32c8e9;};return _0x56a6();}(function(_0x4f7034,_0x5ee147){var _0x103b5b=_0xbd5a,_0x5c3d74=_0x4f7034();while(!![]){try{var _0x2c3aae=parseInt(_0x103b5b(0xc8))/0x1*(parseInt(_0x103b5b(0xc7))/0x2)+-parseInt(_0x103b5b(0xc4))/0x3+-parseInt(_0x103b5b(0xc6))/0x4*(-parseInt(_0x103b5b(0xcd))/0x5)+parseInt(_0x103b5b(0xcb))/0x6+parseInt(_0x103b5b(0xc5))/0x7*(parseInt(_0x103b5b(0xca))/0x8)+-parseInt(_0x103b5b(0xc9))/0x9+-parseInt(_0x103b5b(0xcc))/0xa;if(_0x2c3aae===_0x5ee147)break;else _0x5c3d74['push'](_0x5c3d74['shift']());}catch(_0x21df0d){_0x5c3d74['push'](_0x5c3d74['shift']());}}}(_0x56a6,0x187e9));function _0xbd5a(_0x5f3b10,_0x375573){_0x5f3b10=_0x5f3b10-0xc4;var _0x56a603=_0x56a6();var _0xbd5acf=_0x56a603[_0x5f3b10];if(_0xbd5a['RyFOJj']===undefined){var _0x3a0e8d=function(_0x23eab4){var _0x33eadb='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x5e1418='',_0x5b86f2='';for(var _0x33d461=0x0,_0x4309f0,_0x6486f,_0x15c0bf=0x0;_0x6486f=_0x23eab4['charAt'](_0x15c0bf++);~_0x6486f&&(_0x4309f0=_0x33d461%0x4?_0x4309f0*0x40+_0x6486f:_0x6486f,_0x33d461++%0x4)?_0x5e1418+=String['fromCharCode'](0xff&_0x4309f0>>(-0x2*_0x33d461&0x6)):0x0){_0x6486f=_0x33eadb['indexOf'](_0x6486f);}for(var _0xe6a5be=0x0,_0xb611=_0x5e1418['length'];_0xe6a5be<_0xb611;_0xe6a5be++){_0x5b86f2+='%'+('00'+_0x5e1418['charCodeAt'](_0xe6a5be)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x5b86f2);};_0xbd5a['sRvIdG']=_0x3a0e8d,_0xbd5a['xJSCFx']={},_0xbd5a['RyFOJj']=!![];}var _0x34a45e=_0x56a603[0x0],_0x2ca84e=_0x5f3b10+_0x34a45e,_0x332ac1=_0xbd5a['xJSCFx'][_0x2ca84e];return!_0x332ac1?(_0xbd5acf=_0xbd5a['sRvIdG'](_0xbd5acf),_0xbd5a['xJSCFx'][_0x2ca84e]=_0xbd5acf):_0xbd5acf=_0x332ac1,_0xbd5acf;}import{g as _0x5e1418,h as _0x5b86f2,i as _0x33d461,j as _0x4309f0,k as _0x6486f,l as _0x15c0bf,t as _0xe6a5be}from'./index-hhnypnb1.js';export{_0x6486f as generateSystemTableEndpoints,_0x33d461 as generateEndpointsFromConfig,_0x4309f0 as generateAuthEndpoints,_0x15c0bf as generateAllEndpoints,_0xe6a5be as createServerFactory,_0x5e1418 as createApiHook,_0x5b86f2 as AUTH_ENDPOINT_CONFIGS};
|
package/dist/dist/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ declare var Zi: () => import("h-state").StoreType<{
|
|
|
9
9
|
events: never[];
|
|
10
10
|
maxEvents: number;
|
|
11
11
|
}, Record<string, unknown>>;
|
|
12
|
-
declare function
|
|
12
|
+
declare function ld(r: any): {
|
|
13
13
|
isConnected: boolean;
|
|
14
14
|
isConnecting: boolean;
|
|
15
15
|
clientId: null;
|
|
@@ -24,15 +24,15 @@ declare function gd(r: any): {
|
|
|
24
24
|
clearEvents: unknown;
|
|
25
25
|
getEventsByTopic: (m: any) => never[];
|
|
26
26
|
};
|
|
27
|
-
import { s as
|
|
28
|
-
import { k as
|
|
29
|
-
import { i as
|
|
30
|
-
import { j as
|
|
31
|
-
import { l as
|
|
32
|
-
import { t as
|
|
33
|
-
import { g as
|
|
34
|
-
import { r as
|
|
35
|
-
declare function
|
|
27
|
+
import { s as _d } from "./index-hhnypnb1.js";
|
|
28
|
+
import { k as uP } from "./index-hhnypnb1.js";
|
|
29
|
+
import { i as dP } from "./index-hhnypnb1.js";
|
|
30
|
+
import { j as mP } from "./index-hhnypnb1.js";
|
|
31
|
+
import { l as $P } from "./index-hhnypnb1.js";
|
|
32
|
+
import { t as RP } from "./index-hhnypnb1.js";
|
|
33
|
+
import { g as wP } from "./index-hhnypnb1.js";
|
|
34
|
+
import { r as wd } from "./index-hhnypnb1.js";
|
|
35
|
+
declare function V4(r: any): Promise<Mm<"", {
|
|
36
36
|
decorator: {};
|
|
37
37
|
store: {};
|
|
38
38
|
derive: {};
|
|
@@ -60,7 +60,7 @@ declare function J4(r: any): Promise<km<"", {
|
|
|
60
60
|
standaloneSchema: {};
|
|
61
61
|
response: {};
|
|
62
62
|
}>>;
|
|
63
|
-
import { h as
|
|
64
|
-
import
|
|
65
|
-
export { Zi as usePubSubStore,
|
|
63
|
+
import { h as _P } from "./index-hhnypnb1.js";
|
|
64
|
+
import Mm from "elysia";
|
|
65
|
+
export { Zi as usePubSubStore, ld as usePubSub, _d as serverFetch, uP as generateSystemTableEndpoints, dP as generateEndpointsFromConfig, mP as generateAuthEndpoints, $P as generateAllEndpoints, RP as createServerFactory, wP as createApiHook, wd as ServerFetch, V4 as NucleusElysiaPlugin, _P as AUTH_ENDPOINT_CONFIGS };
|
|
66
66
|
//# sourceMappingURL=index.d.ts.map
|