@naylence/runtime 0.3.5-test.948 → 0.3.5-test.949
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 +4 -2
- package/dist/browser/index.mjs +4 -2
- package/dist/cjs/naylence/fame/connector/broadcast-channel-connector-factory.js +2 -0
- package/dist/cjs/version.js +2 -2
- package/dist/esm/naylence/fame/connector/broadcast-channel-connector-factory.js +2 -0
- package/dist/esm/version.js +2 -2
- package/dist/node/index.cjs +4 -2
- package/dist/node/index.mjs +4 -2
- package/dist/node/node.cjs +4 -2
- package/dist/node/node.mjs +4 -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.949
|
|
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.949';
|
|
107
107
|
|
|
108
108
|
/**
|
|
109
109
|
* Fame protocol specific error classes with WebSocket close codes and proper inheritance.
|
|
@@ -28976,6 +28976,8 @@ class BroadcastChannelConnectorFactory extends ConnectorFactory {
|
|
|
28976
28976
|
type: BROADCAST_CHANNEL_CONNECTOR_TYPE,
|
|
28977
28977
|
channelName: connectorConfig.channelName,
|
|
28978
28978
|
inboxCapacity: connectorConfig.inboxCapacity,
|
|
28979
|
+
localNodeId: connectorConfig.localNodeId,
|
|
28980
|
+
remoteNodeId: connectorConfig.remoteNodeId,
|
|
28979
28981
|
};
|
|
28980
28982
|
}
|
|
28981
28983
|
const config = {
|
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.949
|
|
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.949';
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
107
|
* Fame protocol specific error classes with WebSocket close codes and proper inheritance.
|
|
@@ -28974,6 +28974,8 @@ class BroadcastChannelConnectorFactory extends ConnectorFactory {
|
|
|
28974
28974
|
type: BROADCAST_CHANNEL_CONNECTOR_TYPE,
|
|
28975
28975
|
channelName: connectorConfig.channelName,
|
|
28976
28976
|
inboxCapacity: connectorConfig.inboxCapacity,
|
|
28977
|
+
localNodeId: connectorConfig.localNodeId,
|
|
28978
|
+
remoteNodeId: connectorConfig.remoteNodeId,
|
|
28977
28979
|
};
|
|
28978
28980
|
}
|
|
28979
28981
|
const config = {
|
|
@@ -40,6 +40,8 @@ class BroadcastChannelConnectorFactory extends connector_factory_js_1.ConnectorF
|
|
|
40
40
|
type: broadcast_channel_connector_js_1.BROADCAST_CHANNEL_CONNECTOR_TYPE,
|
|
41
41
|
channelName: connectorConfig.channelName,
|
|
42
42
|
inboxCapacity: connectorConfig.inboxCapacity,
|
|
43
|
+
localNodeId: connectorConfig.localNodeId,
|
|
44
|
+
remoteNodeId: connectorConfig.remoteNodeId,
|
|
43
45
|
};
|
|
44
46
|
}
|
|
45
47
|
const config = {
|
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.949
|
|
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.949';
|
|
@@ -37,6 +37,8 @@ export class BroadcastChannelConnectorFactory extends ConnectorFactory {
|
|
|
37
37
|
type: BROADCAST_CHANNEL_CONNECTOR_TYPE,
|
|
38
38
|
channelName: connectorConfig.channelName,
|
|
39
39
|
inboxCapacity: connectorConfig.inboxCapacity,
|
|
40
|
+
localNodeId: connectorConfig.localNodeId,
|
|
41
|
+
remoteNodeId: connectorConfig.remoteNodeId,
|
|
40
42
|
};
|
|
41
43
|
}
|
|
42
44
|
const config = {
|
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.949
|
|
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.949';
|
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.949
|
|
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.949';
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
25
|
* Fame protocol specific error classes with WebSocket close codes and proper inheritance.
|
|
@@ -28718,6 +28718,8 @@ class BroadcastChannelConnectorFactory extends ConnectorFactory {
|
|
|
28718
28718
|
type: BROADCAST_CHANNEL_CONNECTOR_TYPE,
|
|
28719
28719
|
channelName: connectorConfig.channelName,
|
|
28720
28720
|
inboxCapacity: connectorConfig.inboxCapacity,
|
|
28721
|
+
localNodeId: connectorConfig.localNodeId,
|
|
28722
|
+
remoteNodeId: connectorConfig.remoteNodeId,
|
|
28721
28723
|
};
|
|
28722
28724
|
}
|
|
28723
28725
|
const config = {
|
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.949
|
|
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.949';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
* Fame protocol specific error classes with WebSocket close codes and proper inheritance.
|
|
@@ -28717,6 +28717,8 @@ class BroadcastChannelConnectorFactory extends ConnectorFactory {
|
|
|
28717
28717
|
type: BROADCAST_CHANNEL_CONNECTOR_TYPE,
|
|
28718
28718
|
channelName: connectorConfig.channelName,
|
|
28719
28719
|
inboxCapacity: connectorConfig.inboxCapacity,
|
|
28720
|
+
localNodeId: connectorConfig.localNodeId,
|
|
28721
|
+
remoteNodeId: connectorConfig.remoteNodeId,
|
|
28720
28722
|
};
|
|
28721
28723
|
}
|
|
28722
28724
|
const config = {
|
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.949
|
|
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.949';
|
|
5487
5487
|
|
|
5488
5488
|
/**
|
|
5489
5489
|
* Fame errors module - Fame protocol specific error classes
|
|
@@ -30679,6 +30679,8 @@ class BroadcastChannelConnectorFactory extends ConnectorFactory {
|
|
|
30679
30679
|
type: BROADCAST_CHANNEL_CONNECTOR_TYPE$1,
|
|
30680
30680
|
channelName: connectorConfig.channelName,
|
|
30681
30681
|
inboxCapacity: connectorConfig.inboxCapacity,
|
|
30682
|
+
localNodeId: connectorConfig.localNodeId,
|
|
30683
|
+
remoteNodeId: connectorConfig.remoteNodeId,
|
|
30682
30684
|
};
|
|
30683
30685
|
}
|
|
30684
30686
|
const config = {
|
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.949
|
|
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.949';
|
|
5486
5486
|
|
|
5487
5487
|
/**
|
|
5488
5488
|
* Fame errors module - Fame protocol specific error classes
|
|
@@ -30678,6 +30678,8 @@ class BroadcastChannelConnectorFactory extends ConnectorFactory {
|
|
|
30678
30678
|
type: BROADCAST_CHANNEL_CONNECTOR_TYPE$1,
|
|
30679
30679
|
channelName: connectorConfig.channelName,
|
|
30680
30680
|
inboxCapacity: connectorConfig.inboxCapacity,
|
|
30681
|
+
localNodeId: connectorConfig.localNodeId,
|
|
30682
|
+
remoteNodeId: connectorConfig.remoteNodeId,
|
|
30681
30683
|
};
|
|
30682
30684
|
}
|
|
30683
30685
|
const config = {
|
package/dist/types/version.d.ts
CHANGED