@spine-event-engine/transport 2.0.0-snapshot.10
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/LICENSE +201 -0
- package/README.md +81 -0
- package/REFERENCE.md +9 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +16 -0
- package/dist/index.js.map +1 -0
- package/dist/internal/message-channel.d.ts +127 -0
- package/dist/internal/message-channel.d.ts.map +1 -0
- package/dist/internal/message-channel.js +36 -0
- package/dist/internal/message-channel.js.map +1 -0
- package/dist/memory/message-transport.d.ts +29 -0
- package/dist/memory/message-transport.d.ts.map +1 -0
- package/dist/memory/message-transport.js +233 -0
- package/dist/memory/message-transport.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +31 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# Local transport for Spine TS
|
|
2
|
+
|
|
3
|
+
`@spine-event-engine/transport` gives a Spine application typed, process-local
|
|
4
|
+
message channels. It is for application and infrastructure developers who need
|
|
5
|
+
to connect the external-message broker in a local or test process; it is not a
|
|
6
|
+
general internet messaging client.
|
|
7
|
+
|
|
8
|
+
This is an experimental snapshot package. Use Node 24 or newer and generated
|
|
9
|
+
Spine Protobuf contracts before integrating it. Start with the package
|
|
10
|
+
[reference](REFERENCE.md) for the complete lifecycle and channel contract.
|
|
11
|
+
|
|
12
|
+
## Install
|
|
13
|
+
|
|
14
|
+
```sh
|
|
15
|
+
pnpm add @spine-event-engine/transport@snapshot
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
The `snapshot` tag is intentionally experimental and can change before a
|
|
19
|
+
stable release.
|
|
20
|
+
|
|
21
|
+
## First success: create a local channel
|
|
22
|
+
|
|
23
|
+
Create an `InMemoryTransportFactory`, then let the broker-facing application
|
|
24
|
+
code request its typed `MessageChannel`. The channel carries generated
|
|
25
|
+
`ExternalMessage` values and canonical target type URLs; it does not serialize
|
|
26
|
+
them for another process.
|
|
27
|
+
|
|
28
|
+
<!-- docs-snippet-path: packages/transport/test/memory/message-transport.test.ts -->
|
|
29
|
+
|
|
30
|
+
```ts
|
|
31
|
+
import { create, toBinary } from "@bufbuild/protobuf";
|
|
32
|
+
import { AnySchema, StringValueSchema } from "@bufbuild/protobuf/wkt";
|
|
33
|
+
import {
|
|
34
|
+
BoundedContextNameSchema,
|
|
35
|
+
ChannelIdSchema,
|
|
36
|
+
ExternalMessageSchema,
|
|
37
|
+
} from "@spine-event-engine/proto";
|
|
38
|
+
import { InMemoryTransportFactory } from "@spine-event-engine/transport";
|
|
39
|
+
|
|
40
|
+
const factory = new InMemoryTransportFactory();
|
|
41
|
+
const channel = create(ChannelIdSchema, { targetType: "type.spine.io/acme.tasks.Task" });
|
|
42
|
+
const subscriber = await factory.createSubscriber(channel);
|
|
43
|
+
const received: string[] = [];
|
|
44
|
+
const consumer = await subscriber.addConsumer((message) => {
|
|
45
|
+
received.push(message.id?.typeUrl ?? "");
|
|
46
|
+
});
|
|
47
|
+
const publisher = await factory.createPublisher(channel);
|
|
48
|
+
const id = create(AnySchema, {
|
|
49
|
+
typeUrl: "type.spine.io/google.protobuf.StringValue",
|
|
50
|
+
value: toBinary(StringValueSchema, create(StringValueSchema, { value: "task-42" })),
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
try {
|
|
54
|
+
await publisher.publish(
|
|
55
|
+
id,
|
|
56
|
+
create(ExternalMessageSchema, {
|
|
57
|
+
id,
|
|
58
|
+
originalMessage: id,
|
|
59
|
+
boundedContextName: create(BoundedContextNameSchema, { value: "tasks" }),
|
|
60
|
+
}),
|
|
61
|
+
);
|
|
62
|
+
if (received[0] !== id.typeUrl) throw new Error("The consumer did not receive the frame.");
|
|
63
|
+
} finally {
|
|
64
|
+
await consumer.close();
|
|
65
|
+
await subscriber.close();
|
|
66
|
+
await publisher.close();
|
|
67
|
+
await factory.close();
|
|
68
|
+
}
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
## What it does not provide
|
|
72
|
+
|
|
73
|
+
This package has no network listener, persistence, cross-process delivery,
|
|
74
|
+
authentication, or broker retry policy. Use it for local composition and tests;
|
|
75
|
+
choose a deployment-specific transport for communication across processes.
|
|
76
|
+
|
|
77
|
+
## Next steps
|
|
78
|
+
|
|
79
|
+
- Read the [transport reference for coding agents](REFERENCE.md) for publisher,
|
|
80
|
+
subscriber, and `ConsumerHandle` lifecycle rules.
|
|
81
|
+
- See [Protobuf contracts](https://github.com/SpineEventEngine/spine-ts/blob/master/packages/proto/README.md) for generated message types.
|
package/REFERENCE.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Transport reference
|
|
2
|
+
|
|
3
|
+
The transport package exposes the process-local message-channel SPI used by
|
|
4
|
+
`IntegrationBroker`: `TransportFactory`, `MessageChannel`, `Publisher`,
|
|
5
|
+
`Subscriber`, `ConsumerHandle`, and `InMemoryTransportFactory`.
|
|
6
|
+
|
|
7
|
+
Publishers and subscribers are keyed by a canonical generated type URL. The
|
|
8
|
+
in-memory factory fans each external message out to local consumers and closes
|
|
9
|
+
its channels idempotently.
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { type ConsumerHandle, type ExternalMessageConsumer, type MessageChannel, type Publisher, type Subscriber, type TransportFactory, } from "./internal/message-channel.js";
|
|
2
|
+
export { InMemoryTransportFactory } from "./memory/message-transport.js";
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAcA,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,uBAAuB,EAC5B,KAAK,cAAc,EACnB,KAAK,SAAS,EACd,KAAK,UAAU,EACf,KAAK,gBAAgB,GACtB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2026, CodeMatters. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
5
|
+
* in compliance with the License. You may obtain a copy of the License at
|
|
6
|
+
*
|
|
7
|
+
* https://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
*
|
|
9
|
+
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
10
|
+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
11
|
+
* or implied. See the License for the specific language governing permissions and limitations under
|
|
12
|
+
* the License.
|
|
13
|
+
*/
|
|
14
|
+
export {} from "./internal/message-channel.js";
|
|
15
|
+
export { InMemoryTransportFactory } from "./memory/message-transport.js";
|
|
16
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,EAON,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC"}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import type { Any } from "@bufbuild/protobuf/wkt";
|
|
2
|
+
import type { ChannelId, ExternalMessage } from "@spine-event-engine/proto";
|
|
3
|
+
/**
|
|
4
|
+
* Checks whether a channel target uses the canonical type-URL syntax.
|
|
5
|
+
*
|
|
6
|
+
* Transport channels know only their generated type URL. They deliberately do
|
|
7
|
+
* not resolve that URL through an application schema registry.
|
|
8
|
+
*
|
|
9
|
+
* @param targetType Supplies the channel target type URL.
|
|
10
|
+
* @returns True when the target has a nonempty, whitespace-free prefix and a
|
|
11
|
+
* Protobuf full name.
|
|
12
|
+
*
|
|
13
|
+
* @internal
|
|
14
|
+
*/
|
|
15
|
+
export declare function isCanonicalChannelType(targetType: string): boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Accepts one integration external-message frame.
|
|
18
|
+
*
|
|
19
|
+
* @param message Provides the received frame.
|
|
20
|
+
* @returns Completes when consumption finishes.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export type ExternalMessageConsumer = (message: ExternalMessage) => void | Promise<void>;
|
|
24
|
+
/**
|
|
25
|
+
* Removes one subscriber consumer.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export interface ConsumerHandle {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* Removes the consumer idempotently.
|
|
32
|
+
*
|
|
33
|
+
* @returns Completes when removal finishes.
|
|
34
|
+
*/
|
|
35
|
+
close(): Promise<void>;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Defines a typed integration message channel.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
export interface MessageChannel {
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* Identifies the channel.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
readonly id: ChannelId;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* Identifies the canonical target type URL.
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
readonly targetType: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* Checks whether the channel has no active local work.
|
|
57
|
+
*
|
|
58
|
+
* @returns True when stale.
|
|
59
|
+
*/
|
|
60
|
+
isStale(): boolean;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* Closes the channel idempotently; racing callers await the same completion.
|
|
64
|
+
*
|
|
65
|
+
* @returns Completes after close.
|
|
66
|
+
*/
|
|
67
|
+
close(): Promise<void>;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Publishes integration external-message frames.
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
export interface Publisher extends MessageChannel {
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
* Publishes a frame with its wrapper identity.
|
|
77
|
+
*
|
|
78
|
+
* @param id Provides the wrapper identity.
|
|
79
|
+
* @param message Provides the external-message frame.
|
|
80
|
+
* @returns Completes after local delivery accepts the frame.
|
|
81
|
+
*/
|
|
82
|
+
publish(id: Any, message: ExternalMessage): Promise<void>;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Receives integration external-message frames.
|
|
86
|
+
*
|
|
87
|
+
*/
|
|
88
|
+
export interface Subscriber extends MessageChannel {
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* Attaches a frame consumer.
|
|
92
|
+
*
|
|
93
|
+
* @param consumer Receives copied external-message frames.
|
|
94
|
+
* @returns An idempotent consumer-removal handle.
|
|
95
|
+
*/
|
|
96
|
+
addConsumer(consumer: ExternalMessageConsumer): Promise<ConsumerHandle>;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Creates typed integration channels.
|
|
100
|
+
*
|
|
101
|
+
*/
|
|
102
|
+
export interface TransportFactory {
|
|
103
|
+
/**
|
|
104
|
+
*
|
|
105
|
+
* Creates a publisher.
|
|
106
|
+
*
|
|
107
|
+
* @param id Identifies the typed channel.
|
|
108
|
+
* @returns A publisher for the channel.
|
|
109
|
+
*/
|
|
110
|
+
createPublisher(id: ChannelId): Promise<Publisher>;
|
|
111
|
+
/**
|
|
112
|
+
*
|
|
113
|
+
* Creates a subscriber.
|
|
114
|
+
*
|
|
115
|
+
* @param id Identifies the typed channel.
|
|
116
|
+
* @returns A subscriber for the channel.
|
|
117
|
+
*/
|
|
118
|
+
createSubscriber(id: ChannelId): Promise<Subscriber>;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* Closes factory resources idempotently; racing callers await the same completion.
|
|
122
|
+
*
|
|
123
|
+
* @returns Completes after close.
|
|
124
|
+
*/
|
|
125
|
+
close(): Promise<void>;
|
|
126
|
+
}
|
|
127
|
+
//# sourceMappingURL=message-channel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message-channel.d.ts","sourceRoot":"","sources":["../../src/internal/message-channel.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,KAAK,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE5E;;;;;;;;;;;GAWG;AACH,wBAAgB,sBAAsB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAUlE;AAED;;;;;;GAMG;AACH,MAAM,MAAM,uBAAuB,GAAG,CAAC,OAAO,EAAE,eAAe,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;AAEzF;;;GAGG;AACH,MAAM,WAAW,cAAc;IAK7B;;;;;OAKG;IACH,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;CACxB;AAED;;;GAGG;AACH,MAAM,WAAW,cAAc;IAK7B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,EAAE,SAAS,CAAC;IAIvB;;;;OAIG;IACH,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAI5B;;;;;OAKG;IACH,OAAO,IAAI,OAAO,CAAC;IAInB;;;;;OAKG;IACH,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;CACxB;AAED;;;GAGG;AACH,MAAM,WAAW,SAAU,SAAQ,cAAc;IAK/C;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,EAAE,GAAG,EAAE,OAAO,EAAE,eAAe,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CAC3D;AAED;;;GAGG;AACH,MAAM,WAAW,UAAW,SAAQ,cAAc;IAKhD;;;;;;OAMG;IACH,WAAW,CAAC,QAAQ,EAAE,uBAAuB,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;CACzE;AAED;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAK/B;;;;;;OAMG;IACH,eAAe,CAAC,EAAE,EAAE,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;IAInD;;;;;;OAMG;IACH,gBAAgB,CAAC,EAAE,EAAE,SAAS,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;IAIrD;;;;;OAKG;IACH,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;CACxB"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2026, CodeMatters. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
5
|
+
* in compliance with the License. You may obtain a copy of the License at
|
|
6
|
+
*
|
|
7
|
+
* https://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
*
|
|
9
|
+
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
10
|
+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
11
|
+
* or implied. See the License for the specific language governing permissions and limitations under
|
|
12
|
+
* the License.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Checks whether a channel target uses the canonical type-URL syntax.
|
|
16
|
+
*
|
|
17
|
+
* Transport channels know only their generated type URL. They deliberately do
|
|
18
|
+
* not resolve that URL through an application schema registry.
|
|
19
|
+
*
|
|
20
|
+
* @param targetType Supplies the channel target type URL.
|
|
21
|
+
* @returns True when the target has a nonempty, whitespace-free prefix and a
|
|
22
|
+
* Protobuf full name.
|
|
23
|
+
*
|
|
24
|
+
* @internal
|
|
25
|
+
*/
|
|
26
|
+
export function isCanonicalChannelType(targetType) {
|
|
27
|
+
const separator = targetType.lastIndexOf("/");
|
|
28
|
+
if (separator <= 0)
|
|
29
|
+
return false;
|
|
30
|
+
const prefix = targetType.slice(0, separator);
|
|
31
|
+
const fullName = targetType.slice(separator + 1);
|
|
32
|
+
return (!/\s/u.test(prefix) &&
|
|
33
|
+
!prefix.endsWith("/") &&
|
|
34
|
+
/^(?:[A-Za-z_][A-Za-z0-9_]*)(?:\.[A-Za-z_][A-Za-z0-9_]*)*$/u.test(fullName));
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=message-channel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message-channel.js","sourceRoot":"","sources":["../../src/internal/message-channel.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAKH;;;;;;;;;;;GAWG;AACH,MAAM,UAAU,sBAAsB,CAAC,UAAkB;IACvD,MAAM,SAAS,GAAG,UAAU,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;IAC9C,IAAI,SAAS,IAAI,CAAC;QAAE,OAAO,KAAK,CAAC;IACjC,MAAM,MAAM,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC,EAAE,SAAS,CAAC,CAAC;IAC9C,MAAM,QAAQ,GAAG,UAAU,CAAC,KAAK,CAAC,SAAS,GAAG,CAAC,CAAC,CAAC;IACjD,OAAO,CACL,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC;QACnB,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC;QACrB,4DAA4D,CAAC,IAAI,CAAC,QAAQ,CAAC,CAC5E,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { ChannelId } from "@spine-event-engine/proto";
|
|
2
|
+
import type { Publisher, Subscriber, TransportFactory } from "../internal/message-channel.js";
|
|
3
|
+
/**
|
|
4
|
+
* Provides an in-process typed transport factory for local and test environments.
|
|
5
|
+
*/
|
|
6
|
+
export declare class InMemoryTransportFactory implements TransportFactory {
|
|
7
|
+
#private;
|
|
8
|
+
/**
|
|
9
|
+
* Creates a publisher for a validated channel identity.
|
|
10
|
+
*
|
|
11
|
+
* @param id Identifies the typed channel.
|
|
12
|
+
* @returns A publisher for the channel.
|
|
13
|
+
*/
|
|
14
|
+
createPublisher(id: ChannelId): Promise<Publisher>;
|
|
15
|
+
/**
|
|
16
|
+
* Creates a subscriber for a validated channel identity.
|
|
17
|
+
*
|
|
18
|
+
* @param id Identifies the typed channel.
|
|
19
|
+
* @returns A subscriber for the channel.
|
|
20
|
+
*/
|
|
21
|
+
createSubscriber(id: ChannelId): Promise<Subscriber>;
|
|
22
|
+
/**
|
|
23
|
+
* Closes this factory idempotently and drains accepted publication work.
|
|
24
|
+
*
|
|
25
|
+
* @returns The shared close completion for all racing callers.
|
|
26
|
+
*/
|
|
27
|
+
close(): Promise<void>;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=message-transport.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message-transport.d.ts","sourceRoot":"","sources":["../../src/memory/message-transport.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,SAAS,EAAmB,MAAM,2BAA2B,CAAC;AAC5E,OAAO,KAAK,EAGV,SAAS,EACT,UAAU,EACV,gBAAgB,EACjB,MAAM,gCAAgC,CAAC;AAGxC;;GAEG;AACH,qBAAa,wBAAyB,YAAW,gBAAgB;;IAG/D;;;;;OAKG;IACH,eAAe,CAAC,EAAE,EAAE,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAIlD;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,EAAE,SAAS,GAAG,OAAO,CAAC,UAAU,CAAC;IAIpD;;;;OAIG;IACH,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;CAGvB"}
|
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2026, CodeMatters. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
|
5
|
+
* in compliance with the License. You may obtain a copy of the License at
|
|
6
|
+
*
|
|
7
|
+
* https://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
*
|
|
9
|
+
* Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
10
|
+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
11
|
+
* or implied. See the License for the specific language governing permissions and limitations under
|
|
12
|
+
* the License.
|
|
13
|
+
*/
|
|
14
|
+
import { clone, create } from "@bufbuild/protobuf";
|
|
15
|
+
import { AnySchema } from "@bufbuild/protobuf/wkt";
|
|
16
|
+
import { ChannelIdSchema, ExternalMessageSchema } from "@spine-event-engine/proto";
|
|
17
|
+
import { isCanonicalChannelType } from "../internal/message-channel.js";
|
|
18
|
+
/**
|
|
19
|
+
* Provides an in-process typed transport factory for local and test environments.
|
|
20
|
+
*/
|
|
21
|
+
export class InMemoryTransportFactory {
|
|
22
|
+
#state = new MemoryTransportState();
|
|
23
|
+
/**
|
|
24
|
+
* Creates a publisher for a validated channel identity.
|
|
25
|
+
*
|
|
26
|
+
* @param id Identifies the typed channel.
|
|
27
|
+
* @returns A publisher for the channel.
|
|
28
|
+
*/
|
|
29
|
+
createPublisher(id) {
|
|
30
|
+
return this.#state.createPublisher(id);
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Creates a subscriber for a validated channel identity.
|
|
34
|
+
*
|
|
35
|
+
* @param id Identifies the typed channel.
|
|
36
|
+
* @returns A subscriber for the channel.
|
|
37
|
+
*/
|
|
38
|
+
createSubscriber(id) {
|
|
39
|
+
return this.#state.createSubscriber(id);
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Closes this factory idempotently and drains accepted publication work.
|
|
43
|
+
*
|
|
44
|
+
* @returns The shared close completion for all racing callers.
|
|
45
|
+
*/
|
|
46
|
+
close() {
|
|
47
|
+
return this.#state.close();
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
class MemoryTransportState {
|
|
51
|
+
#subscribers = new Map();
|
|
52
|
+
#publishers = new Set();
|
|
53
|
+
#closed = false;
|
|
54
|
+
#close;
|
|
55
|
+
createPublisher(id) {
|
|
56
|
+
return Promise.resolve().then(() => {
|
|
57
|
+
this.#assertOpen();
|
|
58
|
+
const publisher = new MemoryPublisher(copyChannel(id), this);
|
|
59
|
+
this.#publishers.add(publisher);
|
|
60
|
+
return publisher;
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
createSubscriber(id) {
|
|
64
|
+
return Promise.resolve().then(() => {
|
|
65
|
+
this.#assertOpen();
|
|
66
|
+
const subscriber = new MemorySubscriber(copyChannel(id), this);
|
|
67
|
+
const group = this.#subscribers.get(subscriber.targetType) ?? new Set();
|
|
68
|
+
group.add(subscriber);
|
|
69
|
+
this.#subscribers.set(subscriber.targetType, group);
|
|
70
|
+
return subscriber;
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
close() {
|
|
74
|
+
if (this.#close)
|
|
75
|
+
return this.#close;
|
|
76
|
+
this.#closed = true;
|
|
77
|
+
this.#close = this.#closeAll();
|
|
78
|
+
return this.#close;
|
|
79
|
+
}
|
|
80
|
+
async #closeAll() {
|
|
81
|
+
const publishers = [...this.#publishers];
|
|
82
|
+
const subscribers = [...this.#subscribers.values()].flatMap((group) => [...group]);
|
|
83
|
+
const publisherResults = await Promise.allSettled(publishers.map((publisher) => publisher.close()));
|
|
84
|
+
const subscriberResults = await Promise.allSettled(subscribers.map((subscriber) => subscriber.close()));
|
|
85
|
+
this.#publishers.clear();
|
|
86
|
+
this.#subscribers.clear();
|
|
87
|
+
const failures = [...publisherResults, ...subscriberResults]
|
|
88
|
+
.filter((result) => result.status === "rejected")
|
|
89
|
+
.map((result) => result.reason);
|
|
90
|
+
if (failures.length > 0)
|
|
91
|
+
throw new AggregateError(failures, "Failed to close in-memory message transport.");
|
|
92
|
+
}
|
|
93
|
+
async dispatch(targetType, id, message) {
|
|
94
|
+
validateFrame(id, message);
|
|
95
|
+
const snapshot = clone(ExternalMessageSchema, message);
|
|
96
|
+
for (const subscriber of [...(this.#subscribers.get(targetType) ?? [])])
|
|
97
|
+
await subscriber.receive(snapshot);
|
|
98
|
+
}
|
|
99
|
+
removePublisher(publisher) {
|
|
100
|
+
this.#publishers.delete(publisher);
|
|
101
|
+
}
|
|
102
|
+
removeSubscriber(subscriber) {
|
|
103
|
+
const group = this.#subscribers.get(subscriber.targetType);
|
|
104
|
+
if (!group)
|
|
105
|
+
return;
|
|
106
|
+
group.delete(subscriber);
|
|
107
|
+
if (group.size === 0)
|
|
108
|
+
this.#subscribers.delete(subscriber.targetType);
|
|
109
|
+
}
|
|
110
|
+
#assertOpen() {
|
|
111
|
+
if (this.#closed)
|
|
112
|
+
throw new Error("In-memory message transport is closed.");
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
class MemoryPublisher {
|
|
116
|
+
#closing = false;
|
|
117
|
+
#tail = Promise.resolve();
|
|
118
|
+
#failures = [];
|
|
119
|
+
#close;
|
|
120
|
+
#targetType;
|
|
121
|
+
#factory;
|
|
122
|
+
get id() {
|
|
123
|
+
return create(ChannelIdSchema, { targetType: this.#targetType });
|
|
124
|
+
}
|
|
125
|
+
constructor(id, factory) {
|
|
126
|
+
this.#targetType = id.targetType;
|
|
127
|
+
this.#factory = factory;
|
|
128
|
+
}
|
|
129
|
+
get targetType() {
|
|
130
|
+
return this.#targetType;
|
|
131
|
+
}
|
|
132
|
+
isStale() {
|
|
133
|
+
return this.#closing;
|
|
134
|
+
}
|
|
135
|
+
async publish(id, message) {
|
|
136
|
+
if (this.#closing)
|
|
137
|
+
throw new Error("Message publisher is closed.");
|
|
138
|
+
const copiedId = create(AnySchema, { typeUrl: id.typeUrl, value: new Uint8Array(id.value) });
|
|
139
|
+
const copiedMessage = clone(ExternalMessageSchema, message);
|
|
140
|
+
const accepted = this.#tail.then(() => this.#factory.dispatch(this.#targetType, copiedId, copiedMessage));
|
|
141
|
+
this.#tail = accepted.catch((error) => {
|
|
142
|
+
this.#failures.push(error);
|
|
143
|
+
});
|
|
144
|
+
return accepted;
|
|
145
|
+
}
|
|
146
|
+
close() {
|
|
147
|
+
if (this.#close)
|
|
148
|
+
return this.#close;
|
|
149
|
+
this.#closing = true;
|
|
150
|
+
this.#close = this.#closeAfterDrain();
|
|
151
|
+
return this.#close;
|
|
152
|
+
}
|
|
153
|
+
async #closeAfterDrain() {
|
|
154
|
+
try {
|
|
155
|
+
await this.#tail;
|
|
156
|
+
if (this.#failures.length > 0)
|
|
157
|
+
throw new AggregateError(this.#failures, "Accepted message publication failed.");
|
|
158
|
+
}
|
|
159
|
+
finally {
|
|
160
|
+
this.#factory.removePublisher(this);
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
class MemorySubscriber {
|
|
165
|
+
#consumers = new Set();
|
|
166
|
+
#closed = false;
|
|
167
|
+
#targetType;
|
|
168
|
+
#factory;
|
|
169
|
+
get id() {
|
|
170
|
+
return create(ChannelIdSchema, { targetType: this.#targetType });
|
|
171
|
+
}
|
|
172
|
+
constructor(id, factory) {
|
|
173
|
+
this.#targetType = id.targetType;
|
|
174
|
+
this.#factory = factory;
|
|
175
|
+
}
|
|
176
|
+
get targetType() {
|
|
177
|
+
return this.#targetType;
|
|
178
|
+
}
|
|
179
|
+
isStale() {
|
|
180
|
+
return this.#closed || this.#consumers.size === 0;
|
|
181
|
+
}
|
|
182
|
+
addConsumer(consumer) {
|
|
183
|
+
return Promise.resolve().then(() => {
|
|
184
|
+
if (this.#closed)
|
|
185
|
+
throw new Error("Message subscriber is closed.");
|
|
186
|
+
this.#consumers.add(consumer);
|
|
187
|
+
let removed = false;
|
|
188
|
+
return {
|
|
189
|
+
close: () => {
|
|
190
|
+
if (removed)
|
|
191
|
+
return Promise.resolve();
|
|
192
|
+
removed = true;
|
|
193
|
+
this.#consumers.delete(consumer);
|
|
194
|
+
return Promise.resolve();
|
|
195
|
+
},
|
|
196
|
+
};
|
|
197
|
+
});
|
|
198
|
+
}
|
|
199
|
+
async receive(message) {
|
|
200
|
+
if (this.#closed)
|
|
201
|
+
return;
|
|
202
|
+
for (const consumer of [...this.#consumers])
|
|
203
|
+
await consumer(clone(ExternalMessageSchema, message));
|
|
204
|
+
}
|
|
205
|
+
close() {
|
|
206
|
+
if (this.#closed)
|
|
207
|
+
return Promise.resolve();
|
|
208
|
+
this.#closed = true;
|
|
209
|
+
this.#consumers.clear();
|
|
210
|
+
this.#factory.removeSubscriber(this);
|
|
211
|
+
return Promise.resolve();
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
function copyChannel(id) {
|
|
215
|
+
if (!isCanonicalChannelType(id.targetType))
|
|
216
|
+
throw new Error("Message channel targetType must be a canonical type URL.");
|
|
217
|
+
return create(ChannelIdSchema, { targetType: id.targetType });
|
|
218
|
+
}
|
|
219
|
+
function validateFrame(id, message) {
|
|
220
|
+
if (!id.typeUrl || id.value.length === 0)
|
|
221
|
+
throw new Error("External message identity must contain a type URL and bytes.");
|
|
222
|
+
const messageId = message.id;
|
|
223
|
+
if (messageId === undefined ||
|
|
224
|
+
!message.originalMessage?.typeUrl ||
|
|
225
|
+
!message.boundedContextName?.value)
|
|
226
|
+
throw new Error("External message must contain identity, original message, and source context.");
|
|
227
|
+
if (messageId.typeUrl !== id.typeUrl || !bytesEqual(messageId.value, id.value))
|
|
228
|
+
throw new Error("External message identity must match the supplied identity.");
|
|
229
|
+
}
|
|
230
|
+
function bytesEqual(left, right) {
|
|
231
|
+
return left.length === right.length && left.every((value, index) => value === right[index]);
|
|
232
|
+
}
|
|
233
|
+
//# sourceMappingURL=message-transport.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message-transport.js","sourceRoot":"","sources":["../../src/memory/message-transport.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"fileNames":["../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2023.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2023.array.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2023.intl.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.collection.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.object.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.promise.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.string.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/reflect/scalar.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/descriptors.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/json-value.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/types.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/reflect/unsafe.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-types.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/reflect/guard.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wire/text-format.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/reflect/error.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/reflect/names.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/reflect/nested-types.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/registry.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/reflect/path.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/reflect/index.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/to-binary.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/from-binary.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wire/size-delimited.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wire/index.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/types.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/types.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/timestamp.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/duration.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/any_pb.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/any.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/wrappers_pb.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/source_context_pb.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/cpp_features_pb.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/empty_pb.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/java_features_pb.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/struct_pb.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/wkt/index.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/boot.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/embed.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/enum.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/extension.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/file.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/message.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/service.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/symbols.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/scalar.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/index.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/is-message.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/create.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/clone.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/equals.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/fields.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/to-json.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/from-json.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/merge.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/extensions.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/proto-int64.d.ts","../../../node_modules/.pnpm/@bufbuild+protobuf@2.12.1/node_modules/@bufbuild/protobuf/dist/esm/index.d.ts","../../proto/dist/generated/spine/base/field_path_pb.d.ts","../../proto/dist/generated/spine/core/user_id_pb.d.ts","../../proto/dist/generated/spine/net/internet_domain_pb.d.ts","../../proto/dist/generated/spine/net/email_address_pb.d.ts","../../proto/dist/generated/spine/core/tenant_id_pb.d.ts","../../proto/dist/generated/spine/time/time_pb.d.ts","../../proto/dist/generated/spine/ui/language_pb.d.ts","../../proto/dist/generated/spine/core/actor_context_pb.d.ts","../../proto/dist/generated/spine/core/version_pb.d.ts","../../proto/dist/generated/spine/core/diagnostics_pb.d.ts","../../proto/dist/generated/spine/core/command_pb.d.ts","../../proto/dist/generated/spine/core/enrichment_pb.d.ts","../../proto/dist/generated/spine/core/event_pb.d.ts","../../proto/dist/generated/spine/options_pb.d.ts","../../proto/dist/generated/spine/string/template_string_pb.d.ts","../../proto/dist/src/model/proto-module.d.ts","../../proto/dist/generated/proto-module.d.ts","../../proto/dist/generated/spine/validation/validation_error_pb.d.ts","../../proto/dist/generated/spine/base/error_pb.d.ts","../../proto/dist/generated/spine/core/response_pb.d.ts","../../proto/dist/generated/spine/core/ack_pb.d.ts","../../proto/dist/generated/spine/core/bounded_context_pb.d.ts","../../proto/dist/generated/spine/server/integration/broker_pb.d.ts","../../proto/dist/generated/spine/server/transport/transport_pb.d.ts","../../proto/dist/src/index.d.ts","../src/internal/message-channel.ts","../src/memory/message-transport.ts","../src/index.ts"],"fileIdsList":[[72,93],[72,73,93],[70,72],[70,72,114],[72,73,94],[72,93,94],[72],[94,114,115,116,117,118,119,120,121,122],[72,94],[70,71],[72,86,93],[70,72,76,90,93],[72,78,88,93],[72,73,86,93],[72,73,86,89,90,93,124,125,126,127,128,129,130,131,132,133],[71,72,76,93],[71,76,77,82,83,84,85,87],[72,86],[71,72,75,93],[72,76,93],[72,73,74,77,92,94],[78,79,80,81,91],[72,89,90,93],[72,86,93,99],[97],[93,94],[93,94,103,104],[70,93,94],[73,93,94],[93,94,99,103],[70,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112],[95],[72,93,101],[150],[113,123,134],[123,134],[113,123,134,154],[113,123,134,136,139,140,141],[113,123,134,142,144],[113,123,134,142,143],[113,123,134,142,143,144,145,146],[113,123,134,147,153],[123,134,137,138],[113,123,134,156],[123],[113,123,134,135,149],[113,123,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158],[160,161],[113,159],[113,134,159,160]],"fileInfos":[{"version":"bcd24271a113971ba9eb71ff8cb01bc6b0f872a85c23fdbe5d93065b375933cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f88bedbeb09c6f5a6645cb24c7c55f1aa22d19ae96c8e6959cbd8b85a707bc6","impliedFormat":1},{"version":"7fe93b39b810eadd916be8db880dd7f0f7012a5cc6ffb62de8f62a2117fa6f1f","impliedFormat":1},{"version":"bb0074cc08b84a2374af33d8bf044b80851ccc9e719a5e202eacf40db2c31600","impliedFormat":1},{"version":"1a7daebe4f45fb03d9ec53d60008fbf9ac45a697fdc89e4ce218bc94b94f94d6","impliedFormat":1},{"version":"f94b133a3cb14a288803be545ac2683e0d0ff6661bcd37e31aaaec54fc382aed","impliedFormat":1},{"version":"f59d0650799f8782fd74cf73c19223730c6d1b9198671b1c5b3a38e1188b5953","impliedFormat":1},{"version":"8a15b4607d9a499e2dbeed9ec0d3c0d7372c850b2d5f1fb259e8f6d41d468a84","impliedFormat":1},{"version":"26e0fe14baee4e127f4365d1ae0b276f400562e45e19e35fd2d4c296684715e6","impliedFormat":1},{"version":"1e9332c23e9a907175e0ffc6a49e236f97b48838cc8aec9ce7e4cec21e544b65","impliedFormat":1},{"version":"3753fbc1113dc511214802a2342280a8b284ab9094f6420e7aa171e868679f91","impliedFormat":1},{"version":"eadcffda2aa84802c73938e589b9e58248d74c59cb7fcbca6474e3435ac15504","affectsGlobalScope":true,"impliedFormat":1},{"version":"105ba8ff7ba746404fe1a2e189d1d3d2e0eb29a08c18dded791af02f29fb4711","affectsGlobalScope":true,"impliedFormat":1},{"version":"00343ca5b2e3d48fa5df1db6e32ea2a59afab09590274a6cccb1dbae82e60c7c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ebd9f816d4002697cb2864bea1f0b70a103124e18a8cd9645eeccc09bdf80ab4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2c1afac30a01772cd2a9a298a7ce7706b5892e447bb46bdbeef720f7b5da77ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"7b0225f483e4fa685625ebe43dd584bb7973bbd84e66a6ba7bbe175ee1048b4f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0a4b8ac6ce74679c1da2b3795296f5896e31c38e888469a8e0f99dc3305de60","affectsGlobalScope":true,"impliedFormat":1},{"version":"3084a7b5f569088e0146533a00830e206565de65cae2239509168b11434cd84f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5079c53f0f141a0698faa903e76cb41cd664e3efb01cc17a5c46ec2eb0bef42","affectsGlobalScope":true,"impliedFormat":1},{"version":"32cafbc484dea6b0ab62cf8473182bbcb23020d70845b406f80b7526f38ae862","affectsGlobalScope":true,"impliedFormat":1},{"version":"fca4cdcb6d6c5ef18a869003d02c9f0fd95df8cfaf6eb431cd3376bc034cad36","affectsGlobalScope":true,"impliedFormat":1},{"version":"b93ec88115de9a9dc1b602291b85baf825c85666bf25985cc5f698073892b467","affectsGlobalScope":true,"impliedFormat":1},{"version":"f5c06dcc3fe849fcb297c247865a161f995cc29de7aa823afdd75aaaddc1419b","affectsGlobalScope":true,"impliedFormat":1},{"version":"b77e16112127a4b169ef0b8c3a4d730edf459c5f25fe52d5e436a6919206c4d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"fbffd9337146eff822c7c00acbb78b01ea7ea23987f6c961eba689349e744f8c","affectsGlobalScope":true,"impliedFormat":1},{"version":"a995c0e49b721312f74fdfb89e4ba29bd9824c770bbb4021d74d2bf560e4c6bd","affectsGlobalScope":true,"impliedFormat":1},{"version":"c7b3542146734342e440a84b213384bfa188835537ddbda50d30766f0593aff9","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce6180fa19b1cccd07ee7f7dbb9a367ac19c0ed160573e4686425060b6df7f57","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f02e2476bccb9dbe21280d6090f0df17d2f66b74711489415a8aa4df73c9675","affectsGlobalScope":true,"impliedFormat":1},{"version":"45e3ab34c1c013c8ab2dc1ba4c80c780744b13b5676800ae2e3be27ae862c40c","affectsGlobalScope":true,"impliedFormat":1},{"version":"805c86f6cca8d7702a62a844856dbaa2a3fd2abef0536e65d48732441dde5b5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e42e397f1a5a77994f0185fd1466520691456c772d06bf843e5084ceb879a0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"f4c2b41f90c95b1c532ecc874bd3c111865793b23aebcc1c3cbbabcd5d76ffb0","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab26191cfad5b66afa11b8bf935ef1cd88fabfcb28d30b2dfa6fad877d050332","affectsGlobalScope":true,"impliedFormat":1},{"version":"2088bc26531e38fb05eedac2951480db5309f6be3fa4a08d2221abb0f5b4200d","affectsGlobalScope":true,"impliedFormat":1},{"version":"cb9d366c425fea79716a8fb3af0d78e6b22ebbab3bd64d25063b42dc9f531c1e","affectsGlobalScope":true,"impliedFormat":1},{"version":"500934a8089c26d57ebdb688fc9757389bb6207a3c8f0674d68efa900d2abb34","affectsGlobalScope":true,"impliedFormat":1},{"version":"689da16f46e647cef0d64b0def88910e818a5877ca5379ede156ca3afb780ac3","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc21cc8b6fee4f4c2440d08035b7ea3c06b3511314c8bab6bef7a92de58a2593","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ca53d13d2957003abb47922a71866ba7cb2068f8d154877c596d63c359fed25","affectsGlobalScope":true,"impliedFormat":1},{"version":"54725f8c4df3d900cb4dac84b64689ce29548da0b4e9b7c2de61d41c79293611","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5594bc3076ac29e6c1ebda77939bc4c8833de72f654b6e376862c0473199323","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f3eb332c2d73e729f3364fcc0c2b375e72a121e8157d25a82d67a138c83a95c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f4427f9642ce8d500970e4e69d1397f64072ab73b97e476b4002a646ac743b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"48915f327cd1dea4d7bd358d9dc7732f58f9e1626a29cc0c05c8c692419d9bb7","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7bf9377723203b5a6a4b920164df22d56a43f593269ba6ae1fdc97774b68855","affectsGlobalScope":true,"impliedFormat":1},{"version":"db9709688f82c9e5f65a119c64d835f906efe5f559d08b11642d56eb85b79357","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b25b8c874acd1a4cf8444c3617e037d444d19080ac9f634b405583fd10ce1f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be57d7c90cf1f8112ee2636a068d8fd181289f82b744160ec56a7dc158a9f5","affectsGlobalScope":true,"impliedFormat":1},{"version":"a917a49ac94cd26b754ab84e113369a75d1a47a710661d7cd25e961cc797065f","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d3261badeb7843d157ef3e6f5d1427d0eeb0af0cf9df84a62cfd29fd47ac86e","affectsGlobalScope":true,"impliedFormat":1},{"version":"195daca651dde22f2167ac0d0a05e215308119a3100f5e6268e8317d05a92526","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b11e4285cd2bb164a4dc09248bdec69e9842517db4ca47c1ba913011e44ff2f","affectsGlobalScope":true,"impliedFormat":1},{"version":"0508571a52475e245b02bc50fa1394065a0a3d05277fbf5120c3784b85651799","affectsGlobalScope":true,"impliedFormat":1},{"version":"8f9af488f510c3015af3cc8c267a9e9d96c4dd38a1fdff0e11dc5a544711415b","affectsGlobalScope":true,"impliedFormat":1},{"version":"fc611fea8d30ea72c6bbfb599c9b4d393ce22e2f5bfef2172534781e7d138104","affectsGlobalScope":true,"impliedFormat":1},{"version":"0bd714129fca875f7d4c477a1a392200b0bcd13fb2e80928cd334b63830ea047","affectsGlobalScope":true,"impliedFormat":1},{"version":"e2c9037ae6cd2c52d80ceef0b3c5ffdb488627d71529cf4f63776daf11161c9a","affectsGlobalScope":true,"impliedFormat":1},{"version":"135d5cf4d345f59f1a9caadfafcd858d3d9cc68290db616cc85797224448cccc","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc238c3f81c2984751932b6aab223cd5b830e0ac6cad76389e5e9d2ffc03287d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4a07f9b76d361f572620927e5735b77d6d2101c23cdd94383eb5b706e7b36357","affectsGlobalScope":true,"impliedFormat":1},{"version":"7c4e8dc6ab834cc6baa0227e030606d29e3e8449a9f67cdf5605ea5493c4db29","affectsGlobalScope":true,"impliedFormat":1},{"version":"de7ba0fd02e06cd9a5bd4ab441ed0e122735786e67dde1e849cced1cd8b46b78","affectsGlobalScope":true,"impliedFormat":1},{"version":"6148e4e88d720a06855071c3db02069434142a8332cf9c182cda551adedf3156","affectsGlobalScope":true,"impliedFormat":1},{"version":"d63dba625b108316a40c95a4425f8d4294e0deeccfd6c7e59d819efa19e23409","affectsGlobalScope":true,"impliedFormat":1},{"version":"0568d6befee03dd435bed4fc25c4e46865b24bdcb8c563fdc21f580a2c301904","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ce14b81c5cc821994aa8ec1d42b220dd41b27fcc06373bce3958af7421b77d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3a048b3e9302ef9a34ef4ebb9aecfb28b66abb3bce577206a79fee559c230da","affectsGlobalScope":true,"impliedFormat":1},{"version":"712d3d297f55c5a7e89f822f088a1d1ba20276daf2633d9973d0ce82be3a506a","impliedFormat":99},{"version":"dcfa8edc5da695585e53b7544faee29745b66180d4501198c56692b0f0d52818","impliedFormat":99},{"version":"0f48464cd48a8e3ea5312f62c3b758c0c51c2fc2861294b67157e526ba6d005f","impliedFormat":99},{"version":"42324ae49b347a0c3786cbbc137112fdaffa46e2c62fb5f4ea316e23a8041da8","impliedFormat":99},{"version":"705aa653e781823df677190a8ff684805739e74f2f50860d310e8601da19d852","impliedFormat":99},{"version":"9e4a31ab17c275f49625e9cc5d5c1130c67ba86af532294c357534594631f40e","impliedFormat":99},{"version":"64eeef76c7037e61d4bb05f70076978105105f7e13b3191b8d1e17a3ac238069","impliedFormat":99},{"version":"5593440344062522e165ac4e22fb2c5b5b5e37c36f1c4eec28c4a45ab9cd69b4","impliedFormat":99},{"version":"692f1e4e9ae2e36b9de3c7c095b9cdd5d2c61cb5cb95ac07f8c3ef96581bd112","impliedFormat":99},{"version":"213018b77ede3d85fb08e7c3f16eb74fdd63fe0f8c426cf9bd073f56ae4f74a5","impliedFormat":99},{"version":"456a022fbac8ade78d45f4872b51732d4fa9277869fe5e872b84129b10c99988","impliedFormat":99},{"version":"e2edffb28e4b058115ff37c9eae06b5e9e346a04c4a69e134a6aa889d0461741","impliedFormat":99},{"version":"9e7a73194e54c8997d305f1fd55084b6c00345432549d5e4911a8d209dacaab6","impliedFormat":99},{"version":"3e7e8574836aa676bd5fbd732b8577e3894e4d84a9a1783bc95b33cb07d47598","impliedFormat":99},{"version":"6d537343a60b60a5074a059971cd019139ce16bc07c8dace952c2d1e6b061bc4","impliedFormat":99},{"version":"6e5f487a0ea2e10829d45b7a3888ade2e901ec4423a48c0ff5aee355bc70d5aa","impliedFormat":99},{"version":"213376670843aa2398aaaf57967b47ac967d9869e161df41a0dd6e4e21489119","impliedFormat":99},{"version":"f93007dc88d8256405248be4806e41044f91fe0b71e59655fd775f8e153de71d","impliedFormat":99},{"version":"83b3f4318d585a7353766468259f26b3dbe00c1e2584f269c03088749416c889","impliedFormat":99},{"version":"8d9e472be581576e30f30783d8c30b46e45acfdf0cbcd6dc7f37bb34672412cd","impliedFormat":99},{"version":"2fd4db5d2e22cee5ba5a5ee45c7357498cc1c11583a4727b2b5a76b535f90b8f","impliedFormat":99},{"version":"ab8f7dd0e886d2b7e38f7754fd24c4d029cb8eeb8f43262c3f182b2fe894ee4b","impliedFormat":99},{"version":"a7114eb40f84278eacbd3b67a10f28bde8f139e4b5c9e7be634f32d6be79a0f7","impliedFormat":99},{"version":"2415bfa117b2a24e7d41d229e6bda3fe3679ef765b92b73fb12cd01a8db9491d","impliedFormat":99},{"version":"da4758de0c6609eaa77775a385f040bf8b0f927c899d27e94e106bc37a1aa97d","impliedFormat":99},{"version":"b380e7bc87c19cbb2be0c64e05a1dff6135d08c10558610779d3194704d4c7ea","impliedFormat":99},{"version":"ba2a7dd1f6ed9a9b4cb99c9a8378a71b4402308b2d51bdc1957dfd455b457694","impliedFormat":99},{"version":"644b3f8b803367fe3b23224a342cb9a4dfe060d74a751d12002e6e7f52e5e461","impliedFormat":99},{"version":"5f074c98bd1a217f18db5aac2e27ff6e9f005d77befcacc1ec59fdcdc6ca60dd","impliedFormat":99},{"version":"97d02f298f92b4bf04b507880c48a41272122fe6888a5bb0a077437026453d24","impliedFormat":99},{"version":"67c45e7d971a3a72406ae5ac48080d4a4cb5ecc032b5a46cfbd69328a17a69b9","impliedFormat":99},{"version":"10d36cb847747faa56ff9f0f307b98b5f217349eb23dd7594e86c565e470aa2a","impliedFormat":99},{"version":"77cb5bf94be52625eb33c867d13260726c08757092c221605cc165941641e05d","impliedFormat":99},{"version":"4b96beb38c71f31d9427863a8116f0f74f766c35c98094df8e5d84a821a56bd9","impliedFormat":99},{"version":"055e8888f5de38fb5ea37ae63b1f8b0e6d7af10081accc5898243b059f32cb3d","impliedFormat":99},{"version":"f8a1f5c4975d9477c7a68300d84263645957fff2275aad159a0ce7fb2dc781a0","impliedFormat":99},{"version":"52a7510b2e1899b56dc446a3ff6f3eb929e11a754bbb9b1cae9a9d3aff2c9f42","impliedFormat":99},{"version":"903dc49a69785783f17abda4b44a74b080c8fbe7cfcaa06074dca76638a2bd13","impliedFormat":99},{"version":"e219a353846d8c188bd80e6e360392f9b26d0aafa2957322cc602083408a4d2c","impliedFormat":99},{"version":"4db332d1bbe5734c299299685213026cc537064ebf75513faf2182e038b45583","impliedFormat":99},{"version":"806a54bf89448522cdd6b9bd9a514034e5c727a0cda161ec06e065545218ecdc","impliedFormat":99},{"version":"80eca435a8e1f2a4d0145e968e7b46b6693aa9f09137395965a2ff583eaad5fc","impliedFormat":99},{"version":"1d8f23b86506881304902042050e043ea7d3ec4e3145196ef58f5c16808e6a81","impliedFormat":99},{"version":"6c9ce902e8cc2fdfa2d7979fdff2ae341966610baa6209ad6dde57f503d49fa0","impliedFormat":99},{"version":"0eaa960ef12452dbcdf65c8eac7c911faef8f459ed39a99d2ab34b9015aecca3","impliedFormat":99},{"version":"dbb274c45c744c2fb4a135fd7f5efb1e1c9ed1394de0f0ce776b38443faf5aa5","impliedFormat":99},{"version":"72c4a46226a3d7d6fa883cac212f2a346c9052de6cd3a895988afa2e81698ea6","impliedFormat":99},{"version":"314af91ec010e81f89207256064c68871798d2f979a632d227a4e9e2379b8f75","impliedFormat":99},{"version":"c1c5a951894ba0de853755f53a860454eeb12e4550e44faced1702ec48b7032b","impliedFormat":99},{"version":"9b099b3f8674577109eccbeb4e7d1fa54ce0c4d781b88e45d2ebea7765da879c","impliedFormat":99},{"version":"c8e4a090dd30aa3cd8a35910bfc1b055ed8d3dc523b60890b3ccefb4dbed84bf","impliedFormat":99},{"version":"38988be62089d8a4f115ddf971488a63025b5faa993856b59d831513e33344da","impliedFormat":99},{"version":"c361c3d85a097d0b6648da8bd6e19a2ddab396c31f4313de7d23ab9851d53af1","impliedFormat":99},{"version":"1761d398c323f9bcacb4d40e685f0fd541d70d47f430aab96eae37eb3c4e2498","impliedFormat":99},{"version":"d13e95194a4e39d255971136c025679c16c5f72cbfdc4c9d49075c7f9129b68f","impliedFormat":99},{"version":"a169ea6f6eb49b7ac0212d3070f4379d7433ac098ed46b6d2867ae24839cd79a","impliedFormat":99},{"version":"cc5970c174f4d5473201768c5ed267c4052efec308b1e5537132c2525bf6e3cd","impliedFormat":99},{"version":"44eed2a3eefa6ef676a7810b6c75bff948b8a4840e08d3a4cd531e629b20d74e","impliedFormat":99},{"version":"7e0736c57a0a0fe112725146a32f78c69765bbe397a0f5b5877fd12b8f60a203","impliedFormat":99},{"version":"23fca36fb482f1c8c939c03f40ed1a42601c44292a0fa1a0088e41bc5017c51e","impliedFormat":99},{"version":"b10dce423fc5b5e0772606342d4d436ebdaa2d2ab007101eec445f8442ec916a","impliedFormat":99},{"version":"2f9ea699735e78c9451c886e75cb5994cdba1fa56720eefca80df2302cc94930","impliedFormat":99},{"version":"d41fd5f032feb9e70ab1145ca579d197e962a52a22cdc3b4f2983f97b3225048","impliedFormat":99},{"version":"8ccfd8867eb08b17c7fe3a75c251f014d583defe37ee21d592a53badb400724b","impliedFormat":99},{"version":"6798d285cf63c6416c86690891c0b7bfc9c8feaa1ff8a932d4095889b4a42bef","impliedFormat":99},{"version":"1584db1c0718d01f4c6bf92bc15f796fe5ae2f65b7f56eaa61698ff5f108a67c","impliedFormat":99},{"version":"dcb037b1ced96f1949fedc8ba50ab1c6f01b64600d2ee7353cd4a831f1b502b5","impliedFormat":99},{"version":"b5120d44949548d379ee2c414573515deb873c2d38cce6f0df826dc7c33135a5","impliedFormat":99},{"version":"ca94e79ea0f85bbca862bcd6b11ecd0ebb873405481f14c3977e2bc4876efb0a","impliedFormat":99},{"version":"5c3c71a3f4fc0975c2746cb99c96808bc873fbf5456e868e7b99a84573295217","impliedFormat":99},{"version":"95a84e9c94c0284e4827d474772cabd0f39a4d8a33748ea06c349a583022a369","impliedFormat":99},{"version":"258c58fff49890ca80aae4e1a07e75237119ba23665222ddbf0bc3274ece20a0","impliedFormat":99},{"version":"dfd88400af9f381f772dc534fe1635fc7db490dca71bf06c13ce8e83dbbee40d","impliedFormat":99},{"version":"4f9d4a05824659b6913ad759841884ccfa66a17cba339f7628c187f54429e468","impliedFormat":99},{"version":"a3b34a3bd7ca764da6b3e639449f6e2afbcf606c40215d649198bd409e6d4a86","impliedFormat":99},{"version":"2f5be92c28d59ecb8aea18445f5c3896a37d643e9f8c5c45fd0c0f620712a157","impliedFormat":99},{"version":"7505c41791bb83bf71295be842e3080ac261a4d20f8419f2884dc865706cbf91","impliedFormat":99},{"version":"03073900a3b6b1c5da41c823403ebdf3e22da58823ea7e42017ac91a36c0aabd","impliedFormat":99},{"version":"698f7f1a2aa9e9b8bc05efe6652bd629b095b8c2f0f6f675255484166140de2c","impliedFormat":99},{"version":"c7342e9e7160d0e490d688d23753ae3e6e3f9623da18caa449e27e872d9f4fa6","impliedFormat":99},{"version":"ea0fdffbd6afa6171cc2f687fdd883f29f8c96a210eec256bde515ece6bbb36a","impliedFormat":99},{"version":"b412f2cfde1d51ff5065b6884e9f1508e6e3c94fd8562664f3b6330641b59bc1","impliedFormat":99},{"version":"0e0449a1fe5f90b42355e9be24bb2fd9c30beeef5b5df36e2b055d7dffc55181","impliedFormat":99},{"version":"8d7189d325069c648b65d243433d89abf634eed20ccf54a9273709d86811a750","impliedFormat":99},{"version":"a7ec1d045c3c4bd3f0b6ef178edc66c18e6ae8f1782b019a7e9bed702e64e997","impliedFormat":99},{"version":"82e06b5048e3793d67037665976d63e6fbcd18a426442db0ce8304b11d44e61c","impliedFormat":99},{"version":"dcc0be65a6456e479046868c8ca4f50334c880cc5bedaec66b31a1306d6f5603","impliedFormat":99},{"version":"9e8784fff8e61afa8df7b8bf910763824a3b23be0521e9b9adf9d1023e2c8d74","impliedFormat":99},{"version":"ec508027fe75ed9ddb4f4d0b0417db45a64909cf449410bc0f0b27f4d1e3becc","impliedFormat":99},{"version":"7e9569778418246514937d76c6855e869d93de1a4c4444fccfe3cc4b3ebfa021","impliedFormat":99},{"version":"c74f424cb67ccfeaac960d26aa1d5747ccdbbef6090f5762d7ef13fbdb1d2e0d","signature":"1050b2fba76dfab7580e297eaab52efba0ea66f80742eaceff99e7f5532b3400","impliedFormat":99},{"version":"b664df7e279939593f934e415a319f4504fbbf75d3b09c40423471e9ef6f7041","signature":"42fb92a1a98051f324a35d5ec3ec0019507b13871efae422cee47a719bd11e8b","impliedFormat":99},{"version":"62cd15bd8adf89fa044c3336c8739f75a836cbe277f1c3d24e4389d9e265b36e","signature":"420f1f2e2472bad68e0444773e0766c45610e3e5813db31e0934d042e27c2f78","impliedFormat":99}],"root":[[160,162]],"options":{"composite":true,"declaration":true,"declarationMap":true,"exactOptionalPropertyTypes":true,"isolatedDeclarations":true,"module":199,"noImplicitOverride":true,"noUncheckedIndexedAccess":true,"outDir":"./","rootDir":"../src","skipLibCheck":false,"sourceMap":true,"strict":true,"target":11,"tsBuildInfoFile":"./tsconfig.tsbuildinfo","useUnknownInCatchVariables":true,"verbatimModuleSyntax":true},"referencedMap":[[126,1],[74,2],[114,3],[115,4],[116,5],[117,6],[118,7],[123,8],[119,6],[122,7],[120,9],[94,2],[125,1],[72,10],[127,11],[132,12],[128,1],[90,13],[130,14],[134,15],[124,1],[131,1],[82,7],[77,16],[88,17],[83,7],[84,7],[87,18],[76,19],[85,20],[71,7],[75,7],[86,3],[89,13],[129,14],[93,21],[92,22],[91,23],[81,7],[100,24],[98,25],[99,26],[105,27],[112,28],[106,28],[70,26],[97,26],[107,26],[108,26],[109,28],[110,28],[103,26],[111,29],[95,26],[104,30],[101,26],[113,31],[96,32],[102,33],[151,34],[153,35],[135,36],[155,37],[142,38],[156,36],[145,39],[144,40],[146,35],[147,41],[154,42],[139,43],[136,36],[143,35],[138,36],[137,36],[148,35],[157,44],[158,36],[149,36],[140,36],[141,45],[152,46],[159,47],[150,36],[162,48],[160,49],[161,50]],"latestChangedDtsFile":"./index.d.ts","version":"6.0.3"}
|
package/package.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@spine-event-engine/transport",
|
|
3
|
+
"version": "2.0.0-snapshot.10",
|
|
4
|
+
"license": "Apache-2.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/SpineEventEngine/spine-ts",
|
|
9
|
+
"directory": "packages/transport"
|
|
10
|
+
},
|
|
11
|
+
"publishConfig": {
|
|
12
|
+
"registry": "https://registry.npmjs.org/",
|
|
13
|
+
"access": "public"
|
|
14
|
+
},
|
|
15
|
+
"description": "Spine TS transport package skeleton.",
|
|
16
|
+
"exports": {
|
|
17
|
+
".": {
|
|
18
|
+
"types": "./dist/index.d.ts",
|
|
19
|
+
"default": "./dist/index.js"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"files": [
|
|
23
|
+
"dist",
|
|
24
|
+
"README.md",
|
|
25
|
+
"REFERENCE.md"
|
|
26
|
+
],
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@bufbuild/protobuf": "2.12.1",
|
|
29
|
+
"@spine-event-engine/proto": "2.0.0-snapshot.10"
|
|
30
|
+
}
|
|
31
|
+
}
|