@temporary-name/server 1.9.3-alpha.82e5e55517330d6049913c9b2f19e60239cd25d9 → 1.9.3-alpha.a252b3ff8cb6bf7deaa6d41dc9ac8a8d50edd80e
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/adapters/aws-lambda/index.mjs +2 -5
- package/dist/adapters/fetch/index.mjs +2 -5
- package/dist/adapters/node/index.mjs +2 -5
- package/dist/adapters/standard/index.mjs +2 -5
- package/dist/index.d.mts +938 -217
- package/dist/index.d.ts +938 -217
- package/dist/index.mjs +1677 -95
- package/dist/shared/{server.BKh8I1Ny.mjs → server.BZtKt8i8.mjs} +7 -45
- package/dist/shared/{server.DLsti1Pv.mjs → server.CMTfy2UB.mjs} +1 -1
- package/package.json +8 -8
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import { resolveMaybeOptionalOptions } from '@temporary-name/shared';
|
|
2
2
|
import { toStandardLazyRequest, sendStandardResponse } from '@temporary-name/standard-server-aws-lambda';
|
|
3
|
-
import { S as StandardHandler, r as resolveFriendlyStandardHandleOptions } from '../../shared/server.
|
|
3
|
+
import { S as StandardHandler, r as resolveFriendlyStandardHandleOptions } from '../../shared/server.CMTfy2UB.mjs';
|
|
4
4
|
import '@temporary-name/contract';
|
|
5
5
|
import '@temporary-name/standard-server';
|
|
6
6
|
import '@temporary-name/server';
|
|
7
7
|
import 'rou3';
|
|
8
|
-
import '../../shared/server.
|
|
9
|
-
import 'node:async_hooks';
|
|
10
|
-
import 'zod';
|
|
11
|
-
import 'zod/v4/core';
|
|
8
|
+
import '../../shared/server.BZtKt8i8.mjs';
|
|
12
9
|
import '../../shared/server.BEHw7Eyx.mjs';
|
|
13
10
|
|
|
14
11
|
class AwsLambdaHandler {
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import { ORPCError, toArray, intercept, resolveMaybeOptionalOptions } from '@temporary-name/shared';
|
|
2
2
|
import { toStandardLazyRequest, toFetchResponse } from '@temporary-name/standard-server-fetch';
|
|
3
|
-
import { C as CompositeStandardHandlerPlugin, S as StandardHandler, r as resolveFriendlyStandardHandleOptions } from '../../shared/server.
|
|
3
|
+
import { C as CompositeStandardHandlerPlugin, S as StandardHandler, r as resolveFriendlyStandardHandleOptions } from '../../shared/server.CMTfy2UB.mjs';
|
|
4
4
|
import '@temporary-name/contract';
|
|
5
5
|
import '@temporary-name/standard-server';
|
|
6
6
|
import '@temporary-name/server';
|
|
7
7
|
import 'rou3';
|
|
8
|
-
import '../../shared/server.
|
|
8
|
+
import '../../shared/server.BZtKt8i8.mjs';
|
|
9
9
|
import '../../shared/server.BEHw7Eyx.mjs';
|
|
10
|
-
import 'node:async_hooks';
|
|
11
|
-
import 'zod';
|
|
12
|
-
import 'zod/v4/core';
|
|
13
10
|
|
|
14
11
|
class BodyLimitPlugin {
|
|
15
12
|
maxBodySize;
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
import { once, ORPCError, toArray, intercept, resolveMaybeOptionalOptions } from '@temporary-name/shared';
|
|
2
2
|
import compression from '@temporary-name/interop/compression';
|
|
3
3
|
import { toStandardLazyRequest, sendStandardResponse } from '@temporary-name/standard-server-node';
|
|
4
|
-
import { C as CompositeStandardHandlerPlugin, S as StandardHandler, r as resolveFriendlyStandardHandleOptions } from '../../shared/server.
|
|
4
|
+
import { C as CompositeStandardHandlerPlugin, S as StandardHandler, r as resolveFriendlyStandardHandleOptions } from '../../shared/server.CMTfy2UB.mjs';
|
|
5
5
|
import '@temporary-name/contract';
|
|
6
6
|
import '@temporary-name/standard-server';
|
|
7
7
|
import '@temporary-name/server';
|
|
8
8
|
import 'rou3';
|
|
9
|
-
import '../../shared/server.
|
|
9
|
+
import '../../shared/server.BZtKt8i8.mjs';
|
|
10
10
|
import '../../shared/server.BEHw7Eyx.mjs';
|
|
11
|
-
import 'node:async_hooks';
|
|
12
|
-
import 'zod';
|
|
13
|
-
import 'zod/v4/core';
|
|
14
11
|
|
|
15
12
|
class BodyLimitPlugin {
|
|
16
13
|
maxBodySize;
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
export { C as CompositeStandardHandlerPlugin, S as StandardHandler, a as StandardOpenAPICodec, b as StandardOpenAPIMatcher, d as decodeParams, r as resolveFriendlyStandardHandleOptions, t as toRou3Pattern } from '../../shared/server.
|
|
1
|
+
export { C as CompositeStandardHandlerPlugin, S as StandardHandler, a as StandardOpenAPICodec, b as StandardOpenAPIMatcher, d as decodeParams, r as resolveFriendlyStandardHandleOptions, t as toRou3Pattern } from '../../shared/server.CMTfy2UB.mjs';
|
|
2
2
|
import '@temporary-name/shared';
|
|
3
3
|
import '@temporary-name/standard-server';
|
|
4
|
-
import '../../shared/server.
|
|
4
|
+
import '../../shared/server.BZtKt8i8.mjs';
|
|
5
5
|
import '@temporary-name/contract';
|
|
6
|
-
import 'node:async_hooks';
|
|
7
|
-
import 'zod';
|
|
8
|
-
import 'zod/v4/core';
|
|
9
6
|
import '../../shared/server.BEHw7Eyx.mjs';
|
|
10
7
|
import '@temporary-name/server';
|
|
11
8
|
import 'rou3';
|