nucleus-core-ts 0.8.77 → 0.8.79
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/dist/index.d.ts +3 -3
- package/dist/index.js +9 -9
- package/package.json +1 -1
- package/scripts/publish.ts +1 -1
package/dist/dist/index.d.ts
CHANGED
|
@@ -200,7 +200,7 @@ declare class cc {
|
|
|
200
200
|
createdAt: Date;
|
|
201
201
|
}>;
|
|
202
202
|
}
|
|
203
|
-
declare function
|
|
203
|
+
declare function mE(n: any): Promise<yh<"", {
|
|
204
204
|
decorator: {};
|
|
205
205
|
store: {};
|
|
206
206
|
derive: {};
|
|
@@ -528,7 +528,7 @@ declare class Vr {
|
|
|
528
528
|
trace(n: any): Promise<void>;
|
|
529
529
|
traceSync(n: any): void;
|
|
530
530
|
}
|
|
531
|
-
import
|
|
531
|
+
import yh from "elysia";
|
|
532
532
|
declare class le {
|
|
533
533
|
constructor(n?: {});
|
|
534
534
|
name: string;
|
|
@@ -548,5 +548,5 @@ declare class ue {
|
|
|
548
548
|
enabled: any;
|
|
549
549
|
write(n: any): void;
|
|
550
550
|
}
|
|
551
|
-
export { Xs as usePubSubStore, j2 as usePubSub, X2 as serverFetch, Vd as generateSystemTableEndpoints, Cd as generateMonitoringEndpoints, Xd as generateEndpointsFromConfig, Ld as generateAuthEndpoints, H2 as generateAllEndpoints, P2 as createServerFactory, k2 as createApiHook, cc as ServerFetch,
|
|
551
|
+
export { Xs as usePubSubStore, j2 as usePubSub, X2 as serverFetch, Vd as generateSystemTableEndpoints, Cd as generateMonitoringEndpoints, Xd as generateEndpointsFromConfig, Ld as generateAuthEndpoints, H2 as generateAllEndpoints, P2 as createServerFactory, k2 as createApiHook, cc as ServerFetch, mE as NucleusElysiaPlugin, ks as AUTH_ENDPOINT_CONFIGS };
|
|
552
552
|
//# sourceMappingURL=index.d.ts.map
|