@naylence/runtime 0.3.5-test.946 → 0.3.5-test.947
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/browser/index.cjs +8 -2
- package/dist/browser/index.mjs +8 -2
- package/dist/cjs/naylence/fame/node/upstream-session-manager.js +6 -0
- package/dist/cjs/version.js +2 -2
- package/dist/esm/naylence/fame/node/upstream-session-manager.js +6 -0
- package/dist/esm/version.js +2 -2
- package/dist/node/index.cjs +8 -2
- package/dist/node/index.mjs +8 -2
- package/dist/node/node.cjs +8 -2
- package/dist/node/node.mjs +8 -2
- package/dist/types/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/browser/index.cjs
CHANGED
|
@@ -98,12 +98,12 @@ installProcessEnvShim();
|
|
|
98
98
|
// --- END ENV SHIM ---
|
|
99
99
|
|
|
100
100
|
// This file is auto-generated during build - do not edit manually
|
|
101
|
-
// Generated from package.json version: 0.3.5-test.
|
|
101
|
+
// Generated from package.json version: 0.3.5-test.947
|
|
102
102
|
/**
|
|
103
103
|
* The package version, injected at build time.
|
|
104
104
|
* @internal
|
|
105
105
|
*/
|
|
106
|
-
const VERSION = '0.3.5-test.
|
|
106
|
+
const VERSION = '0.3.5-test.947';
|
|
107
107
|
|
|
108
108
|
/**
|
|
109
109
|
* Fame protocol specific error classes with WebSocket close codes and proper inheritance.
|
|
@@ -10862,6 +10862,12 @@ class UpstreamSessionManager extends TaskSpawner {
|
|
|
10862
10862
|
cryptoProvider.prepareForAttach(welcome.frame.systemId, welcome.frame.assignedPath, welcome.frame.acceptedLogicals ?? []);
|
|
10863
10863
|
}
|
|
10864
10864
|
await this.onWelcome(welcome.frame);
|
|
10865
|
+
// Inject node ID into grant for transport frame multiplexing
|
|
10866
|
+
// This ensures localNodeId matches the node's systemId for proper frame filtering
|
|
10867
|
+
grant.localNodeId = welcome.frame.systemId;
|
|
10868
|
+
if (welcome.frame.targetSystemId) {
|
|
10869
|
+
grant.remoteNodeId = welcome.frame.targetSystemId;
|
|
10870
|
+
}
|
|
10865
10871
|
const connector = await ConnectorFactory.createConnector(grant, {
|
|
10866
10872
|
systemId: welcome.frame.systemId,
|
|
10867
10873
|
});
|
package/dist/browser/index.mjs
CHANGED
|
@@ -96,12 +96,12 @@ installProcessEnvShim();
|
|
|
96
96
|
// --- END ENV SHIM ---
|
|
97
97
|
|
|
98
98
|
// This file is auto-generated during build - do not edit manually
|
|
99
|
-
// Generated from package.json version: 0.3.5-test.
|
|
99
|
+
// Generated from package.json version: 0.3.5-test.947
|
|
100
100
|
/**
|
|
101
101
|
* The package version, injected at build time.
|
|
102
102
|
* @internal
|
|
103
103
|
*/
|
|
104
|
-
const VERSION = '0.3.5-test.
|
|
104
|
+
const VERSION = '0.3.5-test.947';
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
107
|
* Fame protocol specific error classes with WebSocket close codes and proper inheritance.
|
|
@@ -10860,6 +10860,12 @@ class UpstreamSessionManager extends TaskSpawner {
|
|
|
10860
10860
|
cryptoProvider.prepareForAttach(welcome.frame.systemId, welcome.frame.assignedPath, welcome.frame.acceptedLogicals ?? []);
|
|
10861
10861
|
}
|
|
10862
10862
|
await this.onWelcome(welcome.frame);
|
|
10863
|
+
// Inject node ID into grant for transport frame multiplexing
|
|
10864
|
+
// This ensures localNodeId matches the node's systemId for proper frame filtering
|
|
10865
|
+
grant.localNodeId = welcome.frame.systemId;
|
|
10866
|
+
if (welcome.frame.targetSystemId) {
|
|
10867
|
+
grant.remoteNodeId = welcome.frame.targetSystemId;
|
|
10868
|
+
}
|
|
10863
10869
|
const connector = await ConnectorFactory.createConnector(grant, {
|
|
10864
10870
|
systemId: welcome.frame.systemId,
|
|
10865
10871
|
});
|
|
@@ -299,6 +299,12 @@ class UpstreamSessionManager extends task_spawner_js_1.TaskSpawner {
|
|
|
299
299
|
cryptoProvider.prepareForAttach(welcome.frame.systemId, welcome.frame.assignedPath, welcome.frame.acceptedLogicals ?? []);
|
|
300
300
|
}
|
|
301
301
|
await this.onWelcome(welcome.frame);
|
|
302
|
+
// Inject node ID into grant for transport frame multiplexing
|
|
303
|
+
// This ensures localNodeId matches the node's systemId for proper frame filtering
|
|
304
|
+
grant.localNodeId = welcome.frame.systemId;
|
|
305
|
+
if (welcome.frame.targetSystemId) {
|
|
306
|
+
grant.remoteNodeId = welcome.frame.targetSystemId;
|
|
307
|
+
}
|
|
302
308
|
const connector = await connector_factory_js_1.ConnectorFactory.createConnector(grant, {
|
|
303
309
|
systemId: welcome.frame.systemId,
|
|
304
310
|
});
|
package/dist/cjs/version.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file is auto-generated during build - do not edit manually
|
|
3
|
-
// Generated from package.json version: 0.3.5-test.
|
|
3
|
+
// Generated from package.json version: 0.3.5-test.947
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.VERSION = void 0;
|
|
6
6
|
/**
|
|
7
7
|
* The package version, injected at build time.
|
|
8
8
|
* @internal
|
|
9
9
|
*/
|
|
10
|
-
exports.VERSION = '0.3.5-test.
|
|
10
|
+
exports.VERSION = '0.3.5-test.947';
|
|
@@ -296,6 +296,12 @@ export class UpstreamSessionManager extends TaskSpawner {
|
|
|
296
296
|
cryptoProvider.prepareForAttach(welcome.frame.systemId, welcome.frame.assignedPath, welcome.frame.acceptedLogicals ?? []);
|
|
297
297
|
}
|
|
298
298
|
await this.onWelcome(welcome.frame);
|
|
299
|
+
// Inject node ID into grant for transport frame multiplexing
|
|
300
|
+
// This ensures localNodeId matches the node's systemId for proper frame filtering
|
|
301
|
+
grant.localNodeId = welcome.frame.systemId;
|
|
302
|
+
if (welcome.frame.targetSystemId) {
|
|
303
|
+
grant.remoteNodeId = welcome.frame.targetSystemId;
|
|
304
|
+
}
|
|
299
305
|
const connector = await ConnectorFactory.createConnector(grant, {
|
|
300
306
|
systemId: welcome.frame.systemId,
|
|
301
307
|
});
|
package/dist/esm/version.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// This file is auto-generated during build - do not edit manually
|
|
2
|
-
// Generated from package.json version: 0.3.5-test.
|
|
2
|
+
// Generated from package.json version: 0.3.5-test.947
|
|
3
3
|
/**
|
|
4
4
|
* The package version, injected at build time.
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
7
|
-
export const VERSION = '0.3.5-test.
|
|
7
|
+
export const VERSION = '0.3.5-test.947';
|
package/dist/node/index.cjs
CHANGED
|
@@ -14,12 +14,12 @@ var fastify = require('fastify');
|
|
|
14
14
|
var websocketPlugin = require('@fastify/websocket');
|
|
15
15
|
|
|
16
16
|
// This file is auto-generated during build - do not edit manually
|
|
17
|
-
// Generated from package.json version: 0.3.5-test.
|
|
17
|
+
// Generated from package.json version: 0.3.5-test.947
|
|
18
18
|
/**
|
|
19
19
|
* The package version, injected at build time.
|
|
20
20
|
* @internal
|
|
21
21
|
*/
|
|
22
|
-
const VERSION = '0.3.5-test.
|
|
22
|
+
const VERSION = '0.3.5-test.947';
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
25
|
* Fame protocol specific error classes with WebSocket close codes and proper inheritance.
|
|
@@ -10778,6 +10778,12 @@ class UpstreamSessionManager extends TaskSpawner {
|
|
|
10778
10778
|
cryptoProvider.prepareForAttach(welcome.frame.systemId, welcome.frame.assignedPath, welcome.frame.acceptedLogicals ?? []);
|
|
10779
10779
|
}
|
|
10780
10780
|
await this.onWelcome(welcome.frame);
|
|
10781
|
+
// Inject node ID into grant for transport frame multiplexing
|
|
10782
|
+
// This ensures localNodeId matches the node's systemId for proper frame filtering
|
|
10783
|
+
grant.localNodeId = welcome.frame.systemId;
|
|
10784
|
+
if (welcome.frame.targetSystemId) {
|
|
10785
|
+
grant.remoteNodeId = welcome.frame.targetSystemId;
|
|
10786
|
+
}
|
|
10781
10787
|
const connector = await ConnectorFactory.createConnector(grant, {
|
|
10782
10788
|
systemId: welcome.frame.systemId,
|
|
10783
10789
|
});
|
package/dist/node/index.mjs
CHANGED
|
@@ -13,12 +13,12 @@ import fastify from 'fastify';
|
|
|
13
13
|
import websocketPlugin from '@fastify/websocket';
|
|
14
14
|
|
|
15
15
|
// This file is auto-generated during build - do not edit manually
|
|
16
|
-
// Generated from package.json version: 0.3.5-test.
|
|
16
|
+
// Generated from package.json version: 0.3.5-test.947
|
|
17
17
|
/**
|
|
18
18
|
* The package version, injected at build time.
|
|
19
19
|
* @internal
|
|
20
20
|
*/
|
|
21
|
-
const VERSION = '0.3.5-test.
|
|
21
|
+
const VERSION = '0.3.5-test.947';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
* Fame protocol specific error classes with WebSocket close codes and proper inheritance.
|
|
@@ -10777,6 +10777,12 @@ class UpstreamSessionManager extends TaskSpawner {
|
|
|
10777
10777
|
cryptoProvider.prepareForAttach(welcome.frame.systemId, welcome.frame.assignedPath, welcome.frame.acceptedLogicals ?? []);
|
|
10778
10778
|
}
|
|
10779
10779
|
await this.onWelcome(welcome.frame);
|
|
10780
|
+
// Inject node ID into grant for transport frame multiplexing
|
|
10781
|
+
// This ensures localNodeId matches the node's systemId for proper frame filtering
|
|
10782
|
+
grant.localNodeId = welcome.frame.systemId;
|
|
10783
|
+
if (welcome.frame.targetSystemId) {
|
|
10784
|
+
grant.remoteNodeId = welcome.frame.targetSystemId;
|
|
10785
|
+
}
|
|
10780
10786
|
const connector = await ConnectorFactory.createConnector(grant, {
|
|
10781
10787
|
systemId: welcome.frame.systemId,
|
|
10782
10788
|
});
|
package/dist/node/node.cjs
CHANGED
|
@@ -5478,12 +5478,12 @@ for (const [name, config] of Object.entries(SQLITE_PROFILES)) {
|
|
|
5478
5478
|
}
|
|
5479
5479
|
|
|
5480
5480
|
// This file is auto-generated during build - do not edit manually
|
|
5481
|
-
// Generated from package.json version: 0.3.5-test.
|
|
5481
|
+
// Generated from package.json version: 0.3.5-test.947
|
|
5482
5482
|
/**
|
|
5483
5483
|
* The package version, injected at build time.
|
|
5484
5484
|
* @internal
|
|
5485
5485
|
*/
|
|
5486
|
-
const VERSION = '0.3.5-test.
|
|
5486
|
+
const VERSION = '0.3.5-test.947';
|
|
5487
5487
|
|
|
5488
5488
|
/**
|
|
5489
5489
|
* Fame errors module - Fame protocol specific error classes
|
|
@@ -12486,6 +12486,12 @@ class UpstreamSessionManager extends TaskSpawner {
|
|
|
12486
12486
|
cryptoProvider.prepareForAttach(welcome.frame.systemId, welcome.frame.assignedPath, welcome.frame.acceptedLogicals ?? []);
|
|
12487
12487
|
}
|
|
12488
12488
|
await this.onWelcome(welcome.frame);
|
|
12489
|
+
// Inject node ID into grant for transport frame multiplexing
|
|
12490
|
+
// This ensures localNodeId matches the node's systemId for proper frame filtering
|
|
12491
|
+
grant.localNodeId = welcome.frame.systemId;
|
|
12492
|
+
if (welcome.frame.targetSystemId) {
|
|
12493
|
+
grant.remoteNodeId = welcome.frame.targetSystemId;
|
|
12494
|
+
}
|
|
12489
12495
|
const connector = await ConnectorFactory.createConnector(grant, {
|
|
12490
12496
|
systemId: welcome.frame.systemId,
|
|
12491
12497
|
});
|
package/dist/node/node.mjs
CHANGED
|
@@ -5477,12 +5477,12 @@ for (const [name, config] of Object.entries(SQLITE_PROFILES)) {
|
|
|
5477
5477
|
}
|
|
5478
5478
|
|
|
5479
5479
|
// This file is auto-generated during build - do not edit manually
|
|
5480
|
-
// Generated from package.json version: 0.3.5-test.
|
|
5480
|
+
// Generated from package.json version: 0.3.5-test.947
|
|
5481
5481
|
/**
|
|
5482
5482
|
* The package version, injected at build time.
|
|
5483
5483
|
* @internal
|
|
5484
5484
|
*/
|
|
5485
|
-
const VERSION = '0.3.5-test.
|
|
5485
|
+
const VERSION = '0.3.5-test.947';
|
|
5486
5486
|
|
|
5487
5487
|
/**
|
|
5488
5488
|
* Fame errors module - Fame protocol specific error classes
|
|
@@ -12485,6 +12485,12 @@ class UpstreamSessionManager extends TaskSpawner {
|
|
|
12485
12485
|
cryptoProvider.prepareForAttach(welcome.frame.systemId, welcome.frame.assignedPath, welcome.frame.acceptedLogicals ?? []);
|
|
12486
12486
|
}
|
|
12487
12487
|
await this.onWelcome(welcome.frame);
|
|
12488
|
+
// Inject node ID into grant for transport frame multiplexing
|
|
12489
|
+
// This ensures localNodeId matches the node's systemId for proper frame filtering
|
|
12490
|
+
grant.localNodeId = welcome.frame.systemId;
|
|
12491
|
+
if (welcome.frame.targetSystemId) {
|
|
12492
|
+
grant.remoteNodeId = welcome.frame.targetSystemId;
|
|
12493
|
+
}
|
|
12488
12494
|
const connector = await ConnectorFactory.createConnector(grant, {
|
|
12489
12495
|
systemId: welcome.frame.systemId,
|
|
12490
12496
|
});
|
package/dist/types/version.d.ts
CHANGED