@replit/river 0.215.0 → 0.215.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/{adapter-IGrG4KLL.d.cts → adapter-CjgmjtUJ.d.cts} +1 -1
- package/dist/{adapter-CgF7vQPu.d.ts → adapter-Dtt4bYL-.d.ts} +1 -1
- package/dist/{chunk-VXRAFUA3.js → chunk-3DDZCLJM.js} +6 -2
- package/dist/{chunk-VXRAFUA3.js.map → chunk-3DDZCLJM.js.map} +1 -1
- package/dist/{chunk-RDTQZ7HO.js → chunk-NUGV5QWU.js} +2 -2
- package/dist/{chunk-RDTQZ7HO.js.map → chunk-NUGV5QWU.js.map} +1 -1
- package/dist/{client-Dk4H7qeg.d.cts → client-B9aKi9Li.d.cts} +2 -2
- package/dist/{client-BhwlY0-L.d.ts → client-BOc8blGj.d.ts} +2 -2
- package/dist/codec/index.d.cts +3 -3
- package/dist/codec/index.d.ts +3 -3
- package/dist/codec/index.js +2 -2
- package/dist/{connection-CS00EWuS.d.cts → connection-1hFoyxuX.d.cts} +3 -3
- package/dist/{connection-DU9v3y8a.d.ts → connection-DnMYvolf.d.ts} +3 -3
- package/dist/{index-CHCzvZ9D.d.cts → index-Bf9PGbS4.d.cts} +1 -1
- package/dist/{index-uF0cBM7z.d.ts → index-DiAq34gk.d.ts} +1 -1
- package/dist/logging/index.d.cts +2 -2
- package/dist/logging/index.d.ts +2 -2
- package/dist/{message-aABg0s5M.d.cts → message-DL74OqsX.d.cts} +1 -1
- package/dist/{message-aABg0s5M.d.ts → message-DL74OqsX.d.ts} +1 -1
- package/dist/router/index.cjs +1 -1
- package/dist/router/index.cjs.map +1 -1
- package/dist/router/index.d.cts +11 -11
- package/dist/router/index.d.ts +11 -11
- package/dist/router/index.js +1 -1
- package/dist/{server-BR0DZaWi.d.cts → server-BkEzDYIv.d.cts} +4 -4
- package/dist/{server-uNzkzIRh.d.ts → server-_bfE7LYc.d.ts} +4 -4
- package/dist/{services-B5SY771g.d.ts → services-KdKBWdJr.d.ts} +4 -4
- package/dist/{services-DBv2nmly.d.cts → services-zaansuuR.d.cts} +4 -4
- package/dist/testUtil/index.cjs +5 -1
- package/dist/testUtil/index.cjs.map +1 -1
- package/dist/testUtil/index.d.cts +7 -7
- package/dist/testUtil/index.d.ts +7 -7
- package/dist/testUtil/index.js +2 -2
- package/dist/transport/impls/ws/client.cjs +5 -1
- package/dist/transport/impls/ws/client.cjs.map +1 -1
- package/dist/transport/impls/ws/client.d.cts +6 -6
- package/dist/transport/impls/ws/client.d.ts +6 -6
- package/dist/transport/impls/ws/client.js +2 -2
- package/dist/transport/impls/ws/server.cjs +1 -1
- package/dist/transport/impls/ws/server.cjs.map +1 -1
- package/dist/transport/impls/ws/server.d.cts +6 -6
- package/dist/transport/impls/ws/server.d.ts +6 -6
- package/dist/transport/impls/ws/server.js +2 -2
- package/dist/transport/index.cjs +5 -1
- package/dist/transport/index.cjs.map +1 -1
- package/dist/transport/index.d.cts +7 -7
- package/dist/transport/index.d.ts +7 -7
- package/dist/transport/index.js +2 -2
- package/dist/{transport-D3jzhFSi.d.cts → transport-CCBNESLA.d.cts} +5 -4
- package/dist/{transport-BOL2p5s-.d.ts → transport-kW92H6x-.d.ts} +5 -4
- package/package.json +1 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { T as TransportClientId } from '../../../message-DL74OqsX.cjs';
|
|
2
2
|
import { WebSocketServer } from 'ws';
|
|
3
|
-
import { a as WebSocketConnection } from '../../../connection-
|
|
3
|
+
import { a as WebSocketConnection } from '../../../connection-1hFoyxuX.cjs';
|
|
4
4
|
import { W as WsLike } from '../../../wslike-Dng9H1C7.cjs';
|
|
5
|
-
import { S as ServerTransport } from '../../../server-
|
|
6
|
-
import {
|
|
5
|
+
import { S as ServerTransport } from '../../../server-BkEzDYIv.cjs';
|
|
6
|
+
import { e as ProvidedServerTransportOptions } from '../../../transport-CCBNESLA.cjs';
|
|
7
7
|
import { IncomingMessage } from 'http';
|
|
8
8
|
import { TSchema } from '@sinclair/typebox';
|
|
9
9
|
import '@opentelemetry/api';
|
|
10
|
-
import '../../../index-
|
|
11
|
-
import '../../../adapter-
|
|
10
|
+
import '../../../index-Bf9PGbS4.cjs';
|
|
11
|
+
import '../../../adapter-CjgmjtUJ.cjs';
|
|
12
12
|
|
|
13
13
|
declare class WebSocketServerTransport<MetadataSchema extends TSchema = TSchema, ParsedMetadata extends object = object> extends ServerTransport<WebSocketConnection, MetadataSchema, ParsedMetadata> {
|
|
14
14
|
wss: WebSocketServer;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { T as TransportClientId } from '../../../message-DL74OqsX.js';
|
|
2
2
|
import { WebSocketServer } from 'ws';
|
|
3
|
-
import { a as WebSocketConnection } from '../../../connection-
|
|
3
|
+
import { a as WebSocketConnection } from '../../../connection-DnMYvolf.js';
|
|
4
4
|
import { W as WsLike } from '../../../wslike-Dng9H1C7.js';
|
|
5
|
-
import { S as ServerTransport } from '../../../server-
|
|
6
|
-
import {
|
|
5
|
+
import { S as ServerTransport } from '../../../server-_bfE7LYc.js';
|
|
6
|
+
import { e as ProvidedServerTransportOptions } from '../../../transport-kW92H6x-.js';
|
|
7
7
|
import { IncomingMessage } from 'http';
|
|
8
8
|
import { TSchema } from '@sinclair/typebox';
|
|
9
9
|
import '@opentelemetry/api';
|
|
10
|
-
import '../../../index-
|
|
11
|
-
import '../../../adapter-
|
|
10
|
+
import '../../../index-DiAq34gk.js';
|
|
11
|
+
import '../../../adapter-Dtt4bYL-.js';
|
|
12
12
|
|
|
13
13
|
declare class WebSocketServerTransport<MetadataSchema extends TSchema = TSchema, ParsedMetadata extends object = object> extends ServerTransport<WebSocketConnection, MetadataSchema, ParsedMetadata> {
|
|
14
14
|
wss: WebSocketServer;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServerTransport,
|
|
3
3
|
WebSocketConnection
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-3DDZCLJM.js";
|
|
5
5
|
import "../../../chunk-CC7RN7GI.js";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-NUGV5QWU.js";
|
|
7
7
|
|
|
8
8
|
// transport/impls/ws/server.ts
|
|
9
9
|
function cleanHeaders(headers) {
|
package/dist/transport/index.cjs
CHANGED
|
@@ -652,7 +652,7 @@ function coerceErrorString(err) {
|
|
|
652
652
|
}
|
|
653
653
|
|
|
654
654
|
// package.json
|
|
655
|
-
var version = "0.215.
|
|
655
|
+
var version = "0.215.1";
|
|
656
656
|
|
|
657
657
|
// tracing/index.ts
|
|
658
658
|
function getPropagationContext(ctx) {
|
|
@@ -1708,6 +1708,10 @@ var LeakyBucketRateLimit = class {
|
|
|
1708
1708
|
clearInterval(this.intervalHandle);
|
|
1709
1709
|
this.intervalHandle = void 0;
|
|
1710
1710
|
}
|
|
1711
|
+
resetBudget() {
|
|
1712
|
+
this.stopLeak();
|
|
1713
|
+
this.budgetConsumed = 0;
|
|
1714
|
+
}
|
|
1711
1715
|
close() {
|
|
1712
1716
|
this.stopLeak();
|
|
1713
1717
|
}
|