@contract-case/case-connector 0.26.1 → 0.27.0
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/CHANGELOG.md +28 -0
- package/dist/cjs/src/connectors/case-boundary/internals/BoundaryContractVerifier.d.ts +4 -4
- package/dist/cjs/src/connectors/case-boundary/internals/BoundaryContractVerifier.d.ts.map +1 -1
- package/dist/cjs/src/connectors/case-boundary/internals/BoundaryContractVerifier.js +11 -21
- package/dist/cjs/src/connectors/case-boundary/internals/BoundaryContractVerifier.js.map +1 -1
- package/dist/cjs/src/connectors/case-boundary/internals/types.d.ts +9 -0
- package/dist/cjs/src/connectors/case-boundary/internals/types.d.ts.map +1 -1
- package/dist/cjs/src/connectors/grpc/contractVerification.d.ts.map +1 -1
- package/dist/cjs/src/connectors/grpc/contractVerification.js +0 -15
- package/dist/cjs/src/connectors/grpc/contractVerification.js.map +1 -1
- package/dist/cjs/src/domain/verify.d.ts +0 -1
- package/dist/cjs/src/domain/verify.d.ts.map +1 -1
- package/dist/cjs/src/domain/verify.js +1 -9
- package/dist/cjs/src/domain/verify.js.map +1 -1
- package/dist/cjs/src/entities/versionString.d.ts +1 -1
- package/dist/cjs/src/entities/versionString.js +1 -1
- package/dist/cjs/{tsconfig.3d982d67.tsbuildinfo → tsconfig.f9f4269d.tsbuildinfo} +1 -1
- package/dist/src/connectors/case-boundary/internals/BoundaryContractVerifier.d.ts +4 -4
- package/dist/src/connectors/case-boundary/internals/BoundaryContractVerifier.d.ts.map +1 -1
- package/dist/src/connectors/case-boundary/internals/BoundaryContractVerifier.js +11 -21
- package/dist/src/connectors/case-boundary/internals/BoundaryContractVerifier.js.map +1 -1
- package/dist/src/connectors/case-boundary/internals/types.d.ts +9 -0
- package/dist/src/connectors/case-boundary/internals/types.d.ts.map +1 -1
- package/dist/src/connectors/grpc/contractVerification.d.ts.map +1 -1
- package/dist/src/connectors/grpc/contractVerification.js +1 -16
- package/dist/src/connectors/grpc/contractVerification.js.map +1 -1
- package/dist/src/domain/verify.d.ts +0 -1
- package/dist/src/domain/verify.d.ts.map +1 -1
- package/dist/src/domain/verify.js +0 -7
- package/dist/src/domain/verify.js.map +1 -1
- package/dist/src/entities/versionString.d.ts +1 -1
- package/dist/src/entities/versionString.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package/case-connector.js +3 -0
- package/package/case-connector.js.LICENSE.txt +351 -0
- package/package/case-connector.js.map +1 -0
- package/package.json +7 -7
|
@@ -0,0 +1,351 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* ContractCase
|
|
3
|
+
* Copyright(c) 2022-2024 Timothy Jones (TLJ)
|
|
4
|
+
* BSD-3-Clause license
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*!
|
|
8
|
+
* ContractCase Connector
|
|
9
|
+
* Copyright(c) 2022-2024 Timothy Jones (TLJ)
|
|
10
|
+
* BSD-3-Clause license
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/*!
|
|
14
|
+
* ContractCase Core HTTP Plugin
|
|
15
|
+
* Copyright(c) 2022-2024 Timothy Jones (TLJ)
|
|
16
|
+
* BSD-3-Clause license
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/*!
|
|
20
|
+
* ContractCase Core HTTP Plugin DSL
|
|
21
|
+
* Copyright(c) 2022-2024 Timothy Jones (TLJ)
|
|
22
|
+
* BSD-3-Clause license
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
/*!
|
|
26
|
+
* ContractCase Entities
|
|
27
|
+
* Copyright(c) 2022-2024 Timothy Jones (TLJ)
|
|
28
|
+
* BSD-3-Clause license
|
|
29
|
+
*/
|
|
30
|
+
|
|
31
|
+
/*!
|
|
32
|
+
* ContractCase Plugin Base
|
|
33
|
+
* Copyright(c) 2022-2024 Timothy Jones (TLJ)
|
|
34
|
+
* BSD-3-Clause license
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
/*!
|
|
38
|
+
* ContractCase Plugin DSL Types
|
|
39
|
+
* Copyright(c) 2022-2024 Timothy Jones (TLJ)
|
|
40
|
+
* BSD-3-Clause license
|
|
41
|
+
*/
|
|
42
|
+
|
|
43
|
+
/*!
|
|
44
|
+
* accepts
|
|
45
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
46
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
47
|
+
* MIT Licensed
|
|
48
|
+
*/
|
|
49
|
+
|
|
50
|
+
/*!
|
|
51
|
+
* body-parser
|
|
52
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
53
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
54
|
+
* MIT Licensed
|
|
55
|
+
*/
|
|
56
|
+
|
|
57
|
+
/*!
|
|
58
|
+
* body-parser
|
|
59
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
60
|
+
* MIT Licensed
|
|
61
|
+
*/
|
|
62
|
+
|
|
63
|
+
/*!
|
|
64
|
+
* bytes
|
|
65
|
+
* Copyright(c) 2012-2014 TJ Holowaychuk
|
|
66
|
+
* Copyright(c) 2015 Jed Watson
|
|
67
|
+
* MIT Licensed
|
|
68
|
+
*/
|
|
69
|
+
|
|
70
|
+
/*!
|
|
71
|
+
* content-disposition
|
|
72
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
73
|
+
* MIT Licensed
|
|
74
|
+
*/
|
|
75
|
+
|
|
76
|
+
/*!
|
|
77
|
+
* content-type
|
|
78
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
79
|
+
* MIT Licensed
|
|
80
|
+
*/
|
|
81
|
+
|
|
82
|
+
/*!
|
|
83
|
+
* cookie
|
|
84
|
+
* Copyright(c) 2012-2014 Roman Shtylman
|
|
85
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
86
|
+
* MIT Licensed
|
|
87
|
+
*/
|
|
88
|
+
|
|
89
|
+
/*!
|
|
90
|
+
* depd
|
|
91
|
+
* Copyright(c) 2014-2018 Douglas Christopher Wilson
|
|
92
|
+
* MIT Licensed
|
|
93
|
+
*/
|
|
94
|
+
|
|
95
|
+
/*!
|
|
96
|
+
* destroy
|
|
97
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
98
|
+
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
99
|
+
* MIT Licensed
|
|
100
|
+
*/
|
|
101
|
+
|
|
102
|
+
/*!
|
|
103
|
+
* ee-first
|
|
104
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
105
|
+
* MIT Licensed
|
|
106
|
+
*/
|
|
107
|
+
|
|
108
|
+
/*!
|
|
109
|
+
* encodeurl
|
|
110
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
111
|
+
* MIT Licensed
|
|
112
|
+
*/
|
|
113
|
+
|
|
114
|
+
/*!
|
|
115
|
+
* escape-html
|
|
116
|
+
* Copyright(c) 2012-2013 TJ Holowaychuk
|
|
117
|
+
* Copyright(c) 2015 Andreas Lubbe
|
|
118
|
+
* Copyright(c) 2015 Tiancheng "Timothy" Gu
|
|
119
|
+
* MIT Licensed
|
|
120
|
+
*/
|
|
121
|
+
|
|
122
|
+
/*!
|
|
123
|
+
* etag
|
|
124
|
+
* Copyright(c) 2014-2016 Douglas Christopher Wilson
|
|
125
|
+
* MIT Licensed
|
|
126
|
+
*/
|
|
127
|
+
|
|
128
|
+
/*!
|
|
129
|
+
* express
|
|
130
|
+
* Copyright(c) 2009-2013 TJ Holowaychuk
|
|
131
|
+
* Copyright(c) 2013 Roman Shtylman
|
|
132
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
133
|
+
* MIT Licensed
|
|
134
|
+
*/
|
|
135
|
+
|
|
136
|
+
/*!
|
|
137
|
+
* express
|
|
138
|
+
* Copyright(c) 2009-2013 TJ Holowaychuk
|
|
139
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
140
|
+
* MIT Licensed
|
|
141
|
+
*/
|
|
142
|
+
|
|
143
|
+
/*!
|
|
144
|
+
* finalhandler
|
|
145
|
+
* Copyright(c) 2014-2022 Douglas Christopher Wilson
|
|
146
|
+
* MIT Licensed
|
|
147
|
+
*/
|
|
148
|
+
|
|
149
|
+
/*!
|
|
150
|
+
* forwarded
|
|
151
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
152
|
+
* MIT Licensed
|
|
153
|
+
*/
|
|
154
|
+
|
|
155
|
+
/*!
|
|
156
|
+
* fresh
|
|
157
|
+
* Copyright(c) 2012 TJ Holowaychuk
|
|
158
|
+
* Copyright(c) 2016-2017 Douglas Christopher Wilson
|
|
159
|
+
* MIT Licensed
|
|
160
|
+
*/
|
|
161
|
+
|
|
162
|
+
/*!
|
|
163
|
+
* http-errors
|
|
164
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
165
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
166
|
+
* MIT Licensed
|
|
167
|
+
*/
|
|
168
|
+
|
|
169
|
+
/*!
|
|
170
|
+
* media-typer
|
|
171
|
+
* Copyright(c) 2014 Douglas Christopher Wilson
|
|
172
|
+
* MIT Licensed
|
|
173
|
+
*/
|
|
174
|
+
|
|
175
|
+
/*!
|
|
176
|
+
* merge-descriptors
|
|
177
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
178
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
179
|
+
* MIT Licensed
|
|
180
|
+
*/
|
|
181
|
+
|
|
182
|
+
/*!
|
|
183
|
+
* methods
|
|
184
|
+
* Copyright(c) 2013-2014 TJ Holowaychuk
|
|
185
|
+
* Copyright(c) 2015-2016 Douglas Christopher Wilson
|
|
186
|
+
* MIT Licensed
|
|
187
|
+
*/
|
|
188
|
+
|
|
189
|
+
/*!
|
|
190
|
+
* mime-db
|
|
191
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
192
|
+
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
193
|
+
* MIT Licensed
|
|
194
|
+
*/
|
|
195
|
+
|
|
196
|
+
/*!
|
|
197
|
+
* mime-types
|
|
198
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
199
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
200
|
+
* MIT Licensed
|
|
201
|
+
*/
|
|
202
|
+
|
|
203
|
+
/*!
|
|
204
|
+
* negotiator
|
|
205
|
+
* Copyright(c) 2012 Federico Romero
|
|
206
|
+
* Copyright(c) 2012-2014 Isaac Z. Schlueter
|
|
207
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
208
|
+
* MIT Licensed
|
|
209
|
+
*/
|
|
210
|
+
|
|
211
|
+
/*!
|
|
212
|
+
* on-finished
|
|
213
|
+
* Copyright(c) 2013 Jonathan Ong
|
|
214
|
+
* Copyright(c) 2014 Douglas Christopher Wilson
|
|
215
|
+
* MIT Licensed
|
|
216
|
+
*/
|
|
217
|
+
|
|
218
|
+
/*!
|
|
219
|
+
* parseurl
|
|
220
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
221
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
222
|
+
* MIT Licensed
|
|
223
|
+
*/
|
|
224
|
+
|
|
225
|
+
/*!
|
|
226
|
+
* proxy-addr
|
|
227
|
+
* Copyright(c) 2014-2016 Douglas Christopher Wilson
|
|
228
|
+
* MIT Licensed
|
|
229
|
+
*/
|
|
230
|
+
|
|
231
|
+
/*!
|
|
232
|
+
* range-parser
|
|
233
|
+
* Copyright(c) 2012-2014 TJ Holowaychuk
|
|
234
|
+
* Copyright(c) 2015-2016 Douglas Christopher Wilson
|
|
235
|
+
* MIT Licensed
|
|
236
|
+
*/
|
|
237
|
+
|
|
238
|
+
/*!
|
|
239
|
+
* raw-body
|
|
240
|
+
* Copyright(c) 2013-2014 Jonathan Ong
|
|
241
|
+
* Copyright(c) 2014-2022 Douglas Christopher Wilson
|
|
242
|
+
* MIT Licensed
|
|
243
|
+
*/
|
|
244
|
+
|
|
245
|
+
/*!
|
|
246
|
+
* send
|
|
247
|
+
* Copyright(c) 2012 TJ Holowaychuk
|
|
248
|
+
* Copyright(c) 2014-2022 Douglas Christopher Wilson
|
|
249
|
+
* MIT Licensed
|
|
250
|
+
*/
|
|
251
|
+
|
|
252
|
+
/*!
|
|
253
|
+
* serve-static
|
|
254
|
+
* Copyright(c) 2010 Sencha Inc.
|
|
255
|
+
* Copyright(c) 2011 TJ Holowaychuk
|
|
256
|
+
* Copyright(c) 2014-2016 Douglas Christopher Wilson
|
|
257
|
+
* MIT Licensed
|
|
258
|
+
*/
|
|
259
|
+
|
|
260
|
+
/*!
|
|
261
|
+
* statuses
|
|
262
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
263
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
264
|
+
* MIT Licensed
|
|
265
|
+
*/
|
|
266
|
+
|
|
267
|
+
/*!
|
|
268
|
+
* toidentifier
|
|
269
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
270
|
+
* MIT Licensed
|
|
271
|
+
*/
|
|
272
|
+
|
|
273
|
+
/*!
|
|
274
|
+
* type-is
|
|
275
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
276
|
+
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
277
|
+
* MIT Licensed
|
|
278
|
+
*/
|
|
279
|
+
|
|
280
|
+
/*!
|
|
281
|
+
* unpipe
|
|
282
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
283
|
+
* MIT Licensed
|
|
284
|
+
*/
|
|
285
|
+
|
|
286
|
+
/*!
|
|
287
|
+
* vary
|
|
288
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
289
|
+
* MIT Licensed
|
|
290
|
+
*/
|
|
291
|
+
|
|
292
|
+
/*! Axios v1.10.0 Copyright (c) 2025 Matt Zabriskie and contributors */
|
|
293
|
+
|
|
294
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* @license
|
|
298
|
+
* Copyright 2009 The Closure Library Authors
|
|
299
|
+
* Copyright 2020 Daniel Wirtz / The long.js Authors.
|
|
300
|
+
*
|
|
301
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
302
|
+
* you may not use this file except in compliance with the License.
|
|
303
|
+
* You may obtain a copy of the License at
|
|
304
|
+
*
|
|
305
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
306
|
+
*
|
|
307
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
308
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
309
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
310
|
+
* See the License for the specific language governing permissions and
|
|
311
|
+
* limitations under the License.
|
|
312
|
+
*
|
|
313
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
314
|
+
*/
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* @license
|
|
318
|
+
* Copyright 2018 gRPC authors.
|
|
319
|
+
*
|
|
320
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
321
|
+
* you may not use this file except in compliance with the License.
|
|
322
|
+
* You may obtain a copy of the License at
|
|
323
|
+
*
|
|
324
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
325
|
+
*
|
|
326
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
327
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
328
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
329
|
+
* See the License for the specific language governing permissions and
|
|
330
|
+
* limitations under the License.
|
|
331
|
+
*
|
|
332
|
+
*/
|
|
333
|
+
|
|
334
|
+
/**
|
|
335
|
+
* @license
|
|
336
|
+
* Lodash <https://lodash.com/>
|
|
337
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
338
|
+
* Released under MIT license <https://lodash.com/license>
|
|
339
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
340
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
341
|
+
*/
|
|
342
|
+
|
|
343
|
+
/**
|
|
344
|
+
* @license React
|
|
345
|
+
* react-is.production.min.js
|
|
346
|
+
*
|
|
347
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
348
|
+
*
|
|
349
|
+
* This source code is licensed under the MIT license found in the
|
|
350
|
+
* LICENSE file in the root directory of this source tree.
|
|
351
|
+
*/
|