alepha 0.13.0 → 0.13.1
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/api-jobs/index.d.ts +26 -26
- package/dist/api-users/index.d.ts +1 -1
- package/dist/cli/{dist-Sz2EXvQX.cjs → dist-Dl9Vl7Ur.js} +17 -13
- package/dist/cli/{dist-BBPjuQ56.js.map → dist-Dl9Vl7Ur.js.map} +1 -1
- package/dist/cli/index.d.ts +3 -11
- package/dist/cli/index.js +106 -74
- package/dist/cli/index.js.map +1 -1
- package/dist/email/index.js +71 -73
- package/dist/email/index.js.map +1 -1
- package/dist/orm/index.d.ts +1 -1
- package/dist/orm/index.js.map +1 -1
- package/dist/queue/index.d.ts +4 -4
- package/dist/retry/index.d.ts +1 -1
- package/dist/retry/index.js +2 -2
- package/dist/retry/index.js.map +1 -1
- package/dist/scheduler/index.d.ts +6 -6
- package/dist/security/index.d.ts +28 -28
- package/dist/server/index.js +1 -1
- package/dist/server/index.js.map +1 -1
- package/dist/server-health/index.d.ts +17 -17
- package/dist/server-metrics/index.js +170 -174
- package/dist/server-metrics/index.js.map +1 -1
- package/dist/server-security/index.d.ts +9 -9
- package/dist/vite/index.js +4 -5
- package/dist/vite/index.js.map +1 -1
- package/dist/websocket/index.d.ts +7 -7
- package/package.json +52 -103
- package/src/cli/apps/AlephaPackageBuilderCli.ts +7 -2
- package/src/cli/assets/appRouterTs.ts +9 -0
- package/src/cli/assets/indexHtml.ts +2 -1
- package/src/cli/assets/mainBrowserTs.ts +10 -0
- package/src/cli/commands/CoreCommands.ts +6 -5
- package/src/cli/commands/DrizzleCommands.ts +65 -57
- package/src/cli/commands/VerifyCommands.ts +1 -1
- package/src/cli/services/ProjectUtils.ts +44 -38
- package/src/orm/providers/DrizzleKitProvider.ts +1 -1
- package/src/retry/descriptors/$retry.ts +5 -3
- package/src/server/providers/NodeHttpServerProvider.ts +1 -1
- package/src/vite/helpers/boot.ts +3 -3
- package/dist/api-files/index.cjs +0 -1293
- package/dist/api-files/index.cjs.map +0 -1
- package/dist/api-files/index.d.cts +0 -829
- package/dist/api-jobs/index.cjs +0 -274
- package/dist/api-jobs/index.cjs.map +0 -1
- package/dist/api-jobs/index.d.cts +0 -654
- package/dist/api-notifications/index.cjs +0 -380
- package/dist/api-notifications/index.cjs.map +0 -1
- package/dist/api-notifications/index.d.cts +0 -289
- package/dist/api-parameters/index.cjs +0 -66
- package/dist/api-parameters/index.cjs.map +0 -1
- package/dist/api-parameters/index.d.cts +0 -84
- package/dist/api-users/index.cjs +0 -6009
- package/dist/api-users/index.cjs.map +0 -1
- package/dist/api-users/index.d.cts +0 -4740
- package/dist/api-verifications/index.cjs +0 -407
- package/dist/api-verifications/index.cjs.map +0 -1
- package/dist/api-verifications/index.d.cts +0 -207
- package/dist/batch/index.cjs +0 -408
- package/dist/batch/index.cjs.map +0 -1
- package/dist/batch/index.d.cts +0 -330
- package/dist/bin/index.cjs +0 -17
- package/dist/bin/index.cjs.map +0 -1
- package/dist/bin/index.d.cts +0 -1
- package/dist/bucket/index.cjs +0 -303
- package/dist/bucket/index.cjs.map +0 -1
- package/dist/bucket/index.d.cts +0 -355
- package/dist/cache/index.cjs +0 -241
- package/dist/cache/index.cjs.map +0 -1
- package/dist/cache/index.d.cts +0 -202
- package/dist/cache-redis/index.cjs +0 -84
- package/dist/cache-redis/index.cjs.map +0 -1
- package/dist/cache-redis/index.d.cts +0 -40
- package/dist/cli/chunk-DSlc6foC.cjs +0 -43
- package/dist/cli/dist-BBPjuQ56.js +0 -2778
- package/dist/cli/dist-Sz2EXvQX.cjs.map +0 -1
- package/dist/cli/index.cjs +0 -1241
- package/dist/cli/index.cjs.map +0 -1
- package/dist/cli/index.d.cts +0 -422
- package/dist/command/index.cjs +0 -693
- package/dist/command/index.cjs.map +0 -1
- package/dist/command/index.d.cts +0 -340
- package/dist/core/index.cjs +0 -2264
- package/dist/core/index.cjs.map +0 -1
- package/dist/core/index.d.cts +0 -1927
- package/dist/datetime/index.cjs +0 -318
- package/dist/datetime/index.cjs.map +0 -1
- package/dist/datetime/index.d.cts +0 -145
- package/dist/email/index.cjs +0 -10874
- package/dist/email/index.cjs.map +0 -1
- package/dist/email/index.d.cts +0 -186
- package/dist/fake/index.cjs +0 -34641
- package/dist/fake/index.cjs.map +0 -1
- package/dist/fake/index.d.cts +0 -74
- package/dist/file/index.cjs +0 -1212
- package/dist/file/index.cjs.map +0 -1
- package/dist/file/index.d.cts +0 -698
- package/dist/lock/index.cjs +0 -226
- package/dist/lock/index.cjs.map +0 -1
- package/dist/lock/index.d.cts +0 -361
- package/dist/lock-redis/index.cjs +0 -113
- package/dist/lock-redis/index.cjs.map +0 -1
- package/dist/lock-redis/index.d.cts +0 -24
- package/dist/logger/index.cjs +0 -521
- package/dist/logger/index.cjs.map +0 -1
- package/dist/logger/index.d.cts +0 -281
- package/dist/orm/index.cjs +0 -2986
- package/dist/orm/index.cjs.map +0 -1
- package/dist/orm/index.d.cts +0 -2213
- package/dist/queue/index.cjs +0 -1044
- package/dist/queue/index.cjs.map +0 -1
- package/dist/queue/index.d.cts +0 -1265
- package/dist/queue-redis/index.cjs +0 -873
- package/dist/queue-redis/index.cjs.map +0 -1
- package/dist/queue-redis/index.d.cts +0 -82
- package/dist/redis/index.cjs +0 -153
- package/dist/redis/index.cjs.map +0 -1
- package/dist/redis/index.d.cts +0 -82
- package/dist/retry/index.cjs +0 -146
- package/dist/retry/index.cjs.map +0 -1
- package/dist/retry/index.d.cts +0 -172
- package/dist/router/index.cjs +0 -111
- package/dist/router/index.cjs.map +0 -1
- package/dist/router/index.d.cts +0 -46
- package/dist/scheduler/index.cjs +0 -576
- package/dist/scheduler/index.cjs.map +0 -1
- package/dist/scheduler/index.d.cts +0 -145
- package/dist/security/index.cjs +0 -2402
- package/dist/security/index.cjs.map +0 -1
- package/dist/security/index.d.cts +0 -598
- package/dist/server/index.cjs +0 -1680
- package/dist/server/index.cjs.map +0 -1
- package/dist/server/index.d.cts +0 -810
- package/dist/server-auth/index.cjs +0 -3146
- package/dist/server-auth/index.cjs.map +0 -1
- package/dist/server-auth/index.d.cts +0 -1164
- package/dist/server-cache/index.cjs +0 -252
- package/dist/server-cache/index.cjs.map +0 -1
- package/dist/server-cache/index.d.cts +0 -164
- package/dist/server-compress/index.cjs +0 -141
- package/dist/server-compress/index.cjs.map +0 -1
- package/dist/server-compress/index.d.cts +0 -38
- package/dist/server-cookies/index.cjs +0 -234
- package/dist/server-cookies/index.cjs.map +0 -1
- package/dist/server-cookies/index.d.cts +0 -144
- package/dist/server-cors/index.cjs +0 -201
- package/dist/server-cors/index.cjs.map +0 -1
- package/dist/server-cors/index.d.cts +0 -140
- package/dist/server-health/index.cjs +0 -62
- package/dist/server-health/index.cjs.map +0 -1
- package/dist/server-health/index.d.cts +0 -58
- package/dist/server-helmet/index.cjs +0 -131
- package/dist/server-helmet/index.cjs.map +0 -1
- package/dist/server-helmet/index.d.cts +0 -97
- package/dist/server-links/index.cjs +0 -992
- package/dist/server-links/index.cjs.map +0 -1
- package/dist/server-links/index.d.cts +0 -513
- package/dist/server-metrics/index.cjs +0 -4535
- package/dist/server-metrics/index.cjs.map +0 -1
- package/dist/server-metrics/index.d.cts +0 -35
- package/dist/server-multipart/index.cjs +0 -237
- package/dist/server-multipart/index.cjs.map +0 -1
- package/dist/server-multipart/index.d.cts +0 -50
- package/dist/server-proxy/index.cjs +0 -186
- package/dist/server-proxy/index.cjs.map +0 -1
- package/dist/server-proxy/index.d.cts +0 -234
- package/dist/server-rate-limit/index.cjs +0 -241
- package/dist/server-rate-limit/index.cjs.map +0 -1
- package/dist/server-rate-limit/index.d.cts +0 -183
- package/dist/server-security/index.cjs +0 -316
- package/dist/server-security/index.cjs.map +0 -1
- package/dist/server-security/index.d.cts +0 -173
- package/dist/server-static/index.cjs +0 -170
- package/dist/server-static/index.cjs.map +0 -1
- package/dist/server-static/index.d.cts +0 -121
- package/dist/server-swagger/index.cjs +0 -1021
- package/dist/server-swagger/index.cjs.map +0 -1
- package/dist/server-swagger/index.d.cts +0 -382
- package/dist/sms/index.cjs +0 -221
- package/dist/sms/index.cjs.map +0 -1
- package/dist/sms/index.d.cts +0 -130
- package/dist/thread/index.cjs +0 -350
- package/dist/thread/index.cjs.map +0 -1
- package/dist/thread/index.d.cts +0 -260
- package/dist/topic/index.cjs +0 -282
- package/dist/topic/index.cjs.map +0 -1
- package/dist/topic/index.d.cts +0 -523
- package/dist/topic-redis/index.cjs +0 -71
- package/dist/topic-redis/index.cjs.map +0 -1
- package/dist/topic-redis/index.d.cts +0 -42
- package/dist/vite/index.cjs +0 -1077
- package/dist/vite/index.cjs.map +0 -1
- package/dist/vite/index.d.cts +0 -542
- package/dist/websocket/index.cjs +0 -1117
- package/dist/websocket/index.cjs.map +0 -1
- package/dist/websocket/index.d.cts +0 -861
package/dist/api-jobs/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as alepha224 from "alepha";
|
|
2
2
|
import { Alepha, Async, Descriptor, KIND, Static, TNull, TObject, TOptional, TSchema, TUnion } from "alepha";
|
|
3
3
|
import * as alepha_server0 from "alepha/server";
|
|
4
|
-
import * as
|
|
4
|
+
import * as alepha_orm0 from "alepha/orm";
|
|
5
5
|
import "alepha/logger";
|
|
6
6
|
import { DateTime, DateTimeProvider } from "alepha/datetime";
|
|
7
7
|
import { LockDescriptor } from "alepha/lock";
|
|
@@ -351,11 +351,11 @@ type JobExecutionQuery = Static<typeof jobExecutionQuerySchema>;
|
|
|
351
351
|
//#region src/api-jobs/services/JobService.d.ts
|
|
352
352
|
declare class JobService {
|
|
353
353
|
protected readonly alepha: Alepha;
|
|
354
|
-
protected readonly executionRepository:
|
|
355
|
-
id:
|
|
356
|
-
version:
|
|
357
|
-
createdAt:
|
|
358
|
-
updatedAt:
|
|
354
|
+
protected readonly executionRepository: alepha_orm0.Repository<alepha224.TObject<{
|
|
355
|
+
id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_PRIMARY_KEY>, typeof alepha_orm0.PG_DEFAULT>;
|
|
356
|
+
version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TInteger, typeof alepha_orm0.PG_VERSION>, typeof alepha_orm0.PG_DEFAULT>;
|
|
357
|
+
createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_CREATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
358
|
+
updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_UPDATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
359
359
|
finishedAt: alepha224.TOptional<alepha224.TString>;
|
|
360
360
|
job: alepha224.TString;
|
|
361
361
|
status: alepha224.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
|
|
@@ -372,11 +372,11 @@ declare class JobService {
|
|
|
372
372
|
}>>>;
|
|
373
373
|
}>>;
|
|
374
374
|
getJobs(): Promise<string[]>;
|
|
375
|
-
getJobExecutions(query?: JobExecutionQuery): Promise<alepha224.Page<
|
|
376
|
-
id:
|
|
377
|
-
version:
|
|
378
|
-
createdAt:
|
|
379
|
-
updatedAt:
|
|
375
|
+
getJobExecutions(query?: JobExecutionQuery): Promise<alepha224.Page<alepha_orm0.PgStatic<alepha224.TObject<{
|
|
376
|
+
id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_PRIMARY_KEY>, typeof alepha_orm0.PG_DEFAULT>;
|
|
377
|
+
version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TInteger, typeof alepha_orm0.PG_VERSION>, typeof alepha_orm0.PG_DEFAULT>;
|
|
378
|
+
createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_CREATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
379
|
+
updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_UPDATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
380
380
|
finishedAt: alepha224.TOptional<alepha224.TString>;
|
|
381
381
|
job: alepha224.TString;
|
|
382
382
|
status: alepha224.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
|
|
@@ -391,11 +391,11 @@ declare class JobService {
|
|
|
391
391
|
data: alepha224.TOptional<alepha224.TAny>;
|
|
392
392
|
timestamp: alepha224.TNumber;
|
|
393
393
|
}>>>;
|
|
394
|
-
}>,
|
|
395
|
-
id:
|
|
396
|
-
version:
|
|
397
|
-
createdAt:
|
|
398
|
-
updatedAt:
|
|
394
|
+
}>, alepha_orm0.PgRelationMap<alepha224.TObject<{
|
|
395
|
+
id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_PRIMARY_KEY>, typeof alepha_orm0.PG_DEFAULT>;
|
|
396
|
+
version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TInteger, typeof alepha_orm0.PG_VERSION>, typeof alepha_orm0.PG_DEFAULT>;
|
|
397
|
+
createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_CREATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
398
|
+
updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_UPDATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
399
399
|
finishedAt: alepha224.TOptional<alepha224.TString>;
|
|
400
400
|
job: alepha224.TString;
|
|
401
401
|
status: alepha224.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
|
|
@@ -480,11 +480,11 @@ declare class JobProvider {
|
|
|
480
480
|
protected readonly alepha: Alepha;
|
|
481
481
|
protected readonly dateTimeProvider: DateTimeProvider;
|
|
482
482
|
protected readonly cronProvider: CronProvider;
|
|
483
|
-
protected readonly executionRepository:
|
|
484
|
-
id:
|
|
485
|
-
version:
|
|
486
|
-
createdAt:
|
|
487
|
-
updatedAt:
|
|
483
|
+
protected readonly executionRepository: alepha_orm0.Repository<alepha224.TObject<{
|
|
484
|
+
id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_PRIMARY_KEY>, typeof alepha_orm0.PG_DEFAULT>;
|
|
485
|
+
version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TInteger, typeof alepha_orm0.PG_VERSION>, typeof alepha_orm0.PG_DEFAULT>;
|
|
486
|
+
createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_CREATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
487
|
+
updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_UPDATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
488
488
|
finishedAt: alepha224.TOptional<alepha224.TString>;
|
|
489
489
|
job: alepha224.TString;
|
|
490
490
|
status: alepha224.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
|
|
@@ -591,11 +591,11 @@ interface JobHandlerArguments {
|
|
|
591
591
|
}
|
|
592
592
|
//#endregion
|
|
593
593
|
//#region src/api-jobs/entities/jobExecutions.d.ts
|
|
594
|
-
declare const jobExecutions:
|
|
595
|
-
id:
|
|
596
|
-
version:
|
|
597
|
-
createdAt:
|
|
598
|
-
updatedAt:
|
|
594
|
+
declare const jobExecutions: alepha_orm0.EntityDescriptor<alepha224.TObject<{
|
|
595
|
+
id: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_PRIMARY_KEY>, typeof alepha_orm0.PG_DEFAULT>;
|
|
596
|
+
version: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TInteger, typeof alepha_orm0.PG_VERSION>, typeof alepha_orm0.PG_DEFAULT>;
|
|
597
|
+
createdAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_CREATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
598
|
+
updatedAt: alepha_orm0.PgAttr<alepha_orm0.PgAttr<alepha224.TString, typeof alepha_orm0.PG_UPDATED_AT>, typeof alepha_orm0.PG_DEFAULT>;
|
|
599
599
|
finishedAt: alepha224.TOptional<alepha224.TString>;
|
|
600
600
|
job: alepha224.TString;
|
|
601
601
|
status: alepha224.TUnsafe<"STARTED" | "FAILED" | "COMPLETED">;
|
|
@@ -1763,7 +1763,7 @@ declare class DrizzleKitProvider {
|
|
|
1763
1763
|
* Try to load the official Drizzle Kit API.
|
|
1764
1764
|
* If not available, fallback to the local kit import.
|
|
1765
1765
|
*/
|
|
1766
|
-
|
|
1766
|
+
importDrizzleKit(): typeof DrizzleKit;
|
|
1767
1767
|
}
|
|
1768
1768
|
declare const devMigrationsSchema: alepha23.TObject<{
|
|
1769
1769
|
id: alepha23.TNumber;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
require("vite/module-runner");
|
|
1
|
+
import "vite/module-runner";
|
|
3
2
|
|
|
3
|
+
//#region rolldown:runtime
|
|
4
|
+
var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
5
|
+
|
|
6
|
+
//#endregion
|
|
4
7
|
//#region ../../node_modules/tinyrainbow/dist/index.js
|
|
5
8
|
var d = {
|
|
6
9
|
reset: [0, 0],
|
|
@@ -2639,31 +2642,31 @@ function manageArtifactAttachment(attachment) {
|
|
|
2639
2642
|
|
|
2640
2643
|
//#endregion
|
|
2641
2644
|
//#region ../../node_modules/expect-type/dist/branding.js
|
|
2642
|
-
var require_branding = /* @__PURE__ */
|
|
2645
|
+
var require_branding = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
2643
2646
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2644
|
-
})
|
|
2647
|
+
}));
|
|
2645
2648
|
|
|
2646
2649
|
//#endregion
|
|
2647
2650
|
//#region ../../node_modules/expect-type/dist/messages.js
|
|
2648
|
-
var require_messages = /* @__PURE__ */
|
|
2651
|
+
var require_messages = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
2649
2652
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2650
|
-
})
|
|
2653
|
+
}));
|
|
2651
2654
|
|
|
2652
2655
|
//#endregion
|
|
2653
2656
|
//#region ../../node_modules/expect-type/dist/overloads.js
|
|
2654
|
-
var require_overloads = /* @__PURE__ */
|
|
2657
|
+
var require_overloads = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
2655
2658
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2656
|
-
})
|
|
2659
|
+
}));
|
|
2657
2660
|
|
|
2658
2661
|
//#endregion
|
|
2659
2662
|
//#region ../../node_modules/expect-type/dist/utils.js
|
|
2660
|
-
var require_utils = /* @__PURE__ */
|
|
2663
|
+
var require_utils = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
2661
2664
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2662
|
-
})
|
|
2665
|
+
}));
|
|
2663
2666
|
|
|
2664
2667
|
//#endregion
|
|
2665
2668
|
//#region ../../node_modules/expect-type/dist/index.js
|
|
2666
|
-
var require_dist = /* @__PURE__ */
|
|
2669
|
+
var require_dist = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
2667
2670
|
var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
2668
2671
|
if (k2 === void 0) k2 = k;
|
|
2669
2672
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -2760,11 +2763,12 @@ var require_dist = /* @__PURE__ */ require_chunk.__commonJS({ "../../node_module
|
|
|
2760
2763
|
return obj;
|
|
2761
2764
|
};
|
|
2762
2765
|
exports.expectTypeOf = expectTypeOf$1;
|
|
2763
|
-
})
|
|
2766
|
+
}));
|
|
2764
2767
|
|
|
2765
2768
|
//#endregion
|
|
2766
2769
|
//#region ../../node_modules/vitest/dist/index.js
|
|
2767
2770
|
var import_dist = require_dist();
|
|
2768
2771
|
|
|
2769
2772
|
//#endregion
|
|
2770
|
-
|
|
2773
|
+
export { };
|
|
2774
|
+
//# sourceMappingURL=dist-Dl9Vl7Ur.js.map
|