@futdevpro/ccap 1.1.4 → 1.1.6

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.
Files changed (113) hide show
  1. package/cli/build/_collections/config.util.d.ts +11 -2
  2. package/cli/build/_collections/config.util.d.ts.map +1 -1
  3. package/cli/build/_collections/config.util.js +10 -2
  4. package/cli/build/_collections/config.util.js.map +1 -1
  5. package/cli/build/_collections/config.util.spec.js +6 -1
  6. package/cli/build/_collections/config.util.spec.js.map +1 -1
  7. package/cli/build/_collections/process-control.util.js +1 -1
  8. package/cli/build/_collections/process-control.util.js.map +1 -1
  9. package/cli/build/_commands/vault-key.d.ts +2 -2
  10. package/cli/build/_commands/vault-key.js +2 -2
  11. package/cli/build/program.js +1 -0
  12. package/cli/build/program.js.map +1 -1
  13. package/client-dist/{browser/chunk-YV5G3XYV.js → chunk-I3EQOLVU.js} +1 -1
  14. package/client-dist/chunk-NCN3S5MX.js +218 -0
  15. package/client-dist/{browser/index.html → index.html} +5 -3
  16. package/client-dist/main-XGKAOHPV.js +5 -0
  17. package/client-dist/styles-B2BQKIR4.css +1 -0
  18. package/package.json +11 -5
  19. package/server/build/package.json +2 -1
  20. package/server/build/src/_collections/contract-templates/context.contract-template.js +1 -1
  21. package/server/build/src/_collections/contract-templates/execution-summary.contract-template.js +1 -1
  22. package/server/build/src/_collections/contract-templates/history-summary.contract-template.js +1 -1
  23. package/server/build/src/_collections/contract-templates/run.contract-template.js +1 -1
  24. package/server/build/src/_collections/contract-templates/session.contract-template.js +1 -1
  25. package/server/build/src/_models/interfaces/ccap-channel-identifier.interface.js +1 -1
  26. package/server/build/src/_modules/agent/agentic-loop.control-service.js +3 -3
  27. package/server/build/src/_modules/agent/agentic-loop.control-service.js.map +1 -1
  28. package/server/build/src/_modules/agent/analyze.control-service.js +1 -1
  29. package/server/build/src/_modules/agent/assemble-conversation.control-service.js +3 -2
  30. package/server/build/src/_modules/agent/assemble-conversation.control-service.js.map +1 -1
  31. package/server/build/src/_modules/agent/compacting/_collections/compacting.const.js +1 -1
  32. package/server/build/src/_modules/agent/compacting/chat-history-compacting.control-service.js +1 -1
  33. package/server/build/src/_modules/agent/compacting/context-compacting.control-service.js +1 -1
  34. package/server/build/src/_modules/agent/compacting/conversation-full-active-compacting.control-service.js +2 -2
  35. package/server/build/src/_modules/agent/compacting/conversation-full-active-compacting.control-service.js.map +1 -1
  36. package/server/build/src/_modules/agent/compacting/execution-history-compacting.control-service.js +1 -1
  37. package/server/build/src/_modules/agent/compacting/soul-compacting.control-service.js +2 -2
  38. package/server/build/src/_modules/agent/compacting/soul-compacting.control-service.js.map +1 -1
  39. package/server/build/src/_modules/agent/compacting/tool-result-compacting.control-service.js +2 -2
  40. package/server/build/src/_modules/agent/compacting/tool-result-compacting.control-service.js.map +1 -1
  41. package/server/build/src/_modules/agent/execution.control-service.js +2 -2
  42. package/server/build/src/_modules/agent/execution.control-service.js.map +1 -1
  43. package/server/build/src/_modules/agent/history/chat-history.control-service.js +1 -1
  44. package/server/build/src/_modules/agent/history/execution-history.control-service.js +2 -2
  45. package/server/build/src/_modules/agent/history/execution-history.control-service.js.map +1 -1
  46. package/server/build/src/_modules/agent/new-user-message-handling.control-service.js +3 -3
  47. package/server/build/src/_modules/agent/new-user-message-handling.control-service.js.map +1 -1
  48. package/server/build/src/_modules/agent/run-finalization.control-service.js +1 -1
  49. package/server/build/src/_modules/agent/run-flow.control-service.js +6 -6
  50. package/server/build/src/_modules/agent/run-flow.control-service.js.map +1 -1
  51. package/server/build/src/_modules/agent/run-initialization.control-service.js +2 -2
  52. package/server/build/src/_modules/agent/run-initialization.control-service.js.map +1 -1
  53. package/server/build/src/_modules/agent/run.data-service.js +2 -2
  54. package/server/build/src/_modules/agent/run.data-service.js.map +1 -1
  55. package/server/build/src/_modules/agent/session-mutex.control-service.js +2 -2
  56. package/server/build/src/_modules/agent/session-mutex.control-service.js.map +1 -1
  57. package/server/build/src/_modules/agent/tool-calling.control-service.js +3 -3
  58. package/server/build/src/_modules/agent/tool-calling.control-service.js.map +1 -1
  59. package/server/build/src/_modules/context/context-builder.util-service.js +1 -1
  60. package/server/build/src/_modules/context/context-management.control-service.js +13 -13
  61. package/server/build/src/_modules/context/context-management.control-service.js.map +1 -1
  62. package/server/build/src/_modules/context/knowledge.data-service.js +2 -2
  63. package/server/build/src/_modules/context/knowledge.data-service.js.map +1 -1
  64. package/server/build/src/_modules/context/session-info-context.data-service.js +1 -1
  65. package/server/build/src/_modules/error-handling/error-collector.util-service.js +1 -1
  66. package/server/build/src/_modules/error-handling/error-table.data-service.js +1 -1
  67. package/server/build/src/_modules/llm/llm.control-service.js +3 -3
  68. package/server/build/src/_modules/llm/llm.control-service.js.map +1 -1
  69. package/server/build/src/_modules/llm/providers/custom-local-ai-llm.control-service.js +2 -2
  70. package/server/build/src/_modules/llm/providers/custom-local-ai-llm.control-service.js.map +1 -1
  71. package/server/build/src/_modules/llm/providers/openai-llm.control-service.js +2 -2
  72. package/server/build/src/_modules/llm/providers/openai-llm.control-service.js.map +1 -1
  73. package/server/build/src/_modules/llm/system-prompt.data-service.js +1 -1
  74. package/server/build/src/_modules/messaging/messaging-router.control-service.js +10 -8
  75. package/server/build/src/_modules/messaging/messaging-router.control-service.js.map +1 -1
  76. package/server/build/src/_modules/messaging/providers/ccap-client-messaging.control-service.js +4 -4
  77. package/server/build/src/_modules/messaging/providers/ccap-client-messaging.control-service.js.map +1 -1
  78. package/server/build/src/_modules/messaging/providers/ccap-client-socket-server.service.js +7 -2
  79. package/server/build/src/_modules/messaging/providers/ccap-client-socket-server.service.js.map +1 -1
  80. package/server/build/src/_modules/messaging/providers/cli-messaging.control-service.js +2 -2
  81. package/server/build/src/_modules/messaging/providers/cli-messaging.control-service.js.map +1 -1
  82. package/server/build/src/_modules/messaging/providers/discord-messaging.control-service.js +2 -2
  83. package/server/build/src/_modules/messaging/providers/discord-messaging.control-service.js.map +1 -1
  84. package/server/build/src/_modules/monitoring/monitoring.data-service.js +1 -1
  85. package/server/build/src/_modules/monitoring/monitoring.data-service.js.map +1 -1
  86. package/server/build/src/_modules/secrets-vault/secrets-vault.data-service.js +2 -2
  87. package/server/build/src/_modules/secrets-vault/secrets-vault.data-service.js.map +1 -1
  88. package/server/build/src/_modules/session/conversation.data-service.js +1 -1
  89. package/server/build/src/_modules/session/session.data-service.js +1 -1
  90. package/server/build/src/_modules/tools/_collections/tools.const.js +1 -1
  91. package/server/build/src/_modules/tools/fixed-tools/control/context-handling.tool.js +1 -1
  92. package/server/build/src/_modules/tools/fixed-tools/exec/exec.tool.js +1 -1
  93. package/server/build/src/_modules/tools/fixed-tools/file-handling/file-handling.tool.js +1 -1
  94. package/server/build/src/_modules/tools/fixed-tools/net/net.tool.js +1 -1
  95. package/server/build/src/_modules/tools/fixed-tools/tool-handling/tool-handling.tool.js +1 -1
  96. package/server/build/src/_modules/tools/tool-execution.control-service.js +1 -1
  97. package/server/build/src/_modules/tools/tool-execution.control-service.js.map +1 -1
  98. package/server/build/src/_modules/tools/tool-registry.control-service.js +5 -5
  99. package/server/build/src/_modules/tools/tool-registry.control-service.js.map +1 -1
  100. package/server/build/src/_modules/tools/tools-in-context.util-service.js +1 -1
  101. package/server/build/src/_routes/client-static/client-static.controller.js +53 -5
  102. package/server/build/src/_routes/client-static/client-static.controller.js.map +1 -1
  103. package/server/build/src/_routes/root-redirect/root-redirect.controller.js +30 -0
  104. package/server/build/src/_routes/root-redirect/root-redirect.controller.js.map +1 -0
  105. package/server/build/src/_routes/server/server-status/server-status.controller.js +8 -1
  106. package/server/build/src/_routes/server/server-status/server-status.controller.js.map +1 -1
  107. package/server/build/src/app.server.js +20 -9
  108. package/server/build/src/app.server.js.map +1 -1
  109. package/client-dist/3rdpartylicenses.txt +0 -569
  110. package/client-dist/browser/chunk-FMFEMJE7.js +0 -218
  111. package/client-dist/browser/main-XZGF4SOO.js +0 -2
  112. package/client-dist/browser/styles-TSK27CYC.css +0 -1
  113. /package/client-dist/{browser/polyfills-HGDOEU5L.js → polyfills-HGDOEU5L.js} +0 -0
@@ -1,569 +0,0 @@
1
-
2
- --------------------------------------------------------------------------------
3
- Package: engine.io-parser
4
- License: "MIT"
5
-
6
- (The MIT License)
7
-
8
- Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
9
-
10
- Permission is hereby granted, free of charge, to any person obtaining
11
- a copy of this software and associated documentation files (the
12
- 'Software'), to deal in the Software without restriction, including
13
- without limitation the rights to use, copy, modify, merge, publish,
14
- distribute, sublicense, and/or sell copies of the Software, and to
15
- permit persons to whom the Software is furnished to do so, subject to
16
- the following conditions:
17
-
18
- The above copyright notice and this permission notice shall be
19
- included in all copies or substantial portions of the Software.
20
-
21
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
22
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
23
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
24
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
25
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
26
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
27
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28
- --------------------------------------------------------------------------------
29
- Package: @socket.io/component-emitter
30
- License: "MIT"
31
-
32
- (The MIT License)
33
-
34
- Copyright (c) 2014 Component contributors <dev@component.io>
35
-
36
- Permission is hereby granted, free of charge, to any person
37
- obtaining a copy of this software and associated documentation
38
- files (the "Software"), to deal in the Software without
39
- restriction, including without limitation the rights to use,
40
- copy, modify, merge, publish, distribute, sublicense, and/or sell
41
- copies of the Software, and to permit persons to whom the
42
- Software is furnished to do so, subject to the following
43
- conditions:
44
-
45
- The above copyright notice and this permission notice shall be
46
- included in all copies or substantial portions of the Software.
47
-
48
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
49
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
50
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
51
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
52
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
53
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
54
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
55
- OTHER DEALINGS IN THE SOFTWARE.
56
-
57
- --------------------------------------------------------------------------------
58
- Package: engine.io-client
59
- License: "MIT"
60
-
61
- (The MIT License)
62
-
63
- Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
64
-
65
- Permission is hereby granted, free of charge, to any person obtaining
66
- a copy of this software and associated documentation files (the
67
- 'Software'), to deal in the Software without restriction, including
68
- without limitation the rights to use, copy, modify, merge, publish,
69
- distribute, sublicense, and/or sell copies of the Software, and to
70
- permit persons to whom the Software is furnished to do so, subject to
71
- the following conditions:
72
-
73
- The above copyright notice and this permission notice shall be
74
- included in all copies or substantial portions of the Software.
75
-
76
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
77
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
78
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
79
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
80
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
81
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
82
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
83
-
84
- --------------------------------------------------------------------------------
85
- Package: socket.io-client
86
- License: "MIT"
87
-
88
- The MIT License (MIT)
89
-
90
- Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
91
-
92
- Permission is hereby granted, free of charge, to any person obtaining a copy
93
- of this software and associated documentation files (the "Software"), to deal
94
- in the Software without restriction, including without limitation the rights
95
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
96
- copies of the Software, and to permit persons to whom the Software is
97
- furnished to do so, subject to the following conditions:
98
-
99
- The above copyright notice and this permission notice shall be included in
100
- all copies or substantial portions of the Software.
101
-
102
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
103
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
104
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
105
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
106
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
107
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
108
- THE SOFTWARE.
109
- --------------------------------------------------------------------------------
110
- Package: socket.io-parser
111
- License: "MIT"
112
-
113
- (The MIT License)
114
-
115
- Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
116
-
117
- Permission is hereby granted, free of charge, to any person obtaining a copy of
118
- this software and associated documentation files (the 'Software'), to deal in
119
- the Software without restriction, including without limitation the rights to
120
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
121
- the Software, and to permit persons to whom the Software is furnished to do so,
122
- subject to the following conditions:
123
-
124
- The above copyright notice and this permission notice shall be included in all
125
- copies or substantial portions of the Software.
126
-
127
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
128
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
129
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
130
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
131
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
132
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
133
-
134
- --------------------------------------------------------------------------------
135
- Package: tslib
136
- License: "0BSD"
137
-
138
- Copyright (c) Microsoft Corporation.
139
-
140
- Permission to use, copy, modify, and/or distribute this software for any
141
- purpose with or without fee is hereby granted.
142
-
143
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
144
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
145
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
146
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
147
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
148
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
149
- PERFORMANCE OF THIS SOFTWARE.
150
- --------------------------------------------------------------------------------
151
- Package: @futdevpro/fsm-dynamo
152
- License: "ISC"
153
-
154
- MIT License
155
-
156
- Copyright (c) Future Development Program Ltd. (HU)
157
-
158
- Permission is hereby granted, free of charge, to any person obtaining a copy
159
- of this software and associated documentation files (the "Software"), to deal
160
- in the Software without restriction, including without limitation the rights
161
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
162
- copies of the Software, and to permit persons to whom the Software is
163
- furnished to do so, subject to the following conditions:
164
-
165
- The above copyright notice and this permission notice shall be included in all
166
- copies or substantial portions of the Software.
167
-
168
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
169
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
170
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
171
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
172
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
173
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
174
- SOFTWARE
175
-
176
- --------------------------------------------------------------------------------
177
- Package: uuid
178
- License: "MIT"
179
-
180
- The MIT License (MIT)
181
-
182
- Copyright (c) 2010-2020 Robert Kieffer and other contributors
183
-
184
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
185
-
186
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
187
-
188
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
189
-
190
- --------------------------------------------------------------------------------
191
- Package: rxjs
192
- License: "Apache-2.0"
193
-
194
- Apache License
195
- Version 2.0, January 2004
196
- http://www.apache.org/licenses/
197
-
198
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
199
-
200
- 1. Definitions.
201
-
202
- "License" shall mean the terms and conditions for use, reproduction,
203
- and distribution as defined by Sections 1 through 9 of this document.
204
-
205
- "Licensor" shall mean the copyright owner or entity authorized by
206
- the copyright owner that is granting the License.
207
-
208
- "Legal Entity" shall mean the union of the acting entity and all
209
- other entities that control, are controlled by, or are under common
210
- control with that entity. For the purposes of this definition,
211
- "control" means (i) the power, direct or indirect, to cause the
212
- direction or management of such entity, whether by contract or
213
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
214
- outstanding shares, or (iii) beneficial ownership of such entity.
215
-
216
- "You" (or "Your") shall mean an individual or Legal Entity
217
- exercising permissions granted by this License.
218
-
219
- "Source" form shall mean the preferred form for making modifications,
220
- including but not limited to software source code, documentation
221
- source, and configuration files.
222
-
223
- "Object" form shall mean any form resulting from mechanical
224
- transformation or translation of a Source form, including but
225
- not limited to compiled object code, generated documentation,
226
- and conversions to other media types.
227
-
228
- "Work" shall mean the work of authorship, whether in Source or
229
- Object form, made available under the License, as indicated by a
230
- copyright notice that is included in or attached to the work
231
- (an example is provided in the Appendix below).
232
-
233
- "Derivative Works" shall mean any work, whether in Source or Object
234
- form, that is based on (or derived from) the Work and for which the
235
- editorial revisions, annotations, elaborations, or other modifications
236
- represent, as a whole, an original work of authorship. For the purposes
237
- of this License, Derivative Works shall not include works that remain
238
- separable from, or merely link (or bind by name) to the interfaces of,
239
- the Work and Derivative Works thereof.
240
-
241
- "Contribution" shall mean any work of authorship, including
242
- the original version of the Work and any modifications or additions
243
- to that Work or Derivative Works thereof, that is intentionally
244
- submitted to Licensor for inclusion in the Work by the copyright owner
245
- or by an individual or Legal Entity authorized to submit on behalf of
246
- the copyright owner. For the purposes of this definition, "submitted"
247
- means any form of electronic, verbal, or written communication sent
248
- to the Licensor or its representatives, including but not limited to
249
- communication on electronic mailing lists, source code control systems,
250
- and issue tracking systems that are managed by, or on behalf of, the
251
- Licensor for the purpose of discussing and improving the Work, but
252
- excluding communication that is conspicuously marked or otherwise
253
- designated in writing by the copyright owner as "Not a Contribution."
254
-
255
- "Contributor" shall mean Licensor and any individual or Legal Entity
256
- on behalf of whom a Contribution has been received by Licensor and
257
- subsequently incorporated within the Work.
258
-
259
- 2. Grant of Copyright License. Subject to the terms and conditions of
260
- this License, each Contributor hereby grants to You a perpetual,
261
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
262
- copyright license to reproduce, prepare Derivative Works of,
263
- publicly display, publicly perform, sublicense, and distribute the
264
- Work and such Derivative Works in Source or Object form.
265
-
266
- 3. Grant of Patent License. Subject to the terms and conditions of
267
- this License, each Contributor hereby grants to You a perpetual,
268
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
269
- (except as stated in this section) patent license to make, have made,
270
- use, offer to sell, sell, import, and otherwise transfer the Work,
271
- where such license applies only to those patent claims licensable
272
- by such Contributor that are necessarily infringed by their
273
- Contribution(s) alone or by combination of their Contribution(s)
274
- with the Work to which such Contribution(s) was submitted. If You
275
- institute patent litigation against any entity (including a
276
- cross-claim or counterclaim in a lawsuit) alleging that the Work
277
- or a Contribution incorporated within the Work constitutes direct
278
- or contributory patent infringement, then any patent licenses
279
- granted to You under this License for that Work shall terminate
280
- as of the date such litigation is filed.
281
-
282
- 4. Redistribution. You may reproduce and distribute copies of the
283
- Work or Derivative Works thereof in any medium, with or without
284
- modifications, and in Source or Object form, provided that You
285
- meet the following conditions:
286
-
287
- (a) You must give any other recipients of the Work or
288
- Derivative Works a copy of this License; and
289
-
290
- (b) You must cause any modified files to carry prominent notices
291
- stating that You changed the files; and
292
-
293
- (c) You must retain, in the Source form of any Derivative Works
294
- that You distribute, all copyright, patent, trademark, and
295
- attribution notices from the Source form of the Work,
296
- excluding those notices that do not pertain to any part of
297
- the Derivative Works; and
298
-
299
- (d) If the Work includes a "NOTICE" text file as part of its
300
- distribution, then any Derivative Works that You distribute must
301
- include a readable copy of the attribution notices contained
302
- within such NOTICE file, excluding those notices that do not
303
- pertain to any part of the Derivative Works, in at least one
304
- of the following places: within a NOTICE text file distributed
305
- as part of the Derivative Works; within the Source form or
306
- documentation, if provided along with the Derivative Works; or,
307
- within a display generated by the Derivative Works, if and
308
- wherever such third-party notices normally appear. The contents
309
- of the NOTICE file are for informational purposes only and
310
- do not modify the License. You may add Your own attribution
311
- notices within Derivative Works that You distribute, alongside
312
- or as an addendum to the NOTICE text from the Work, provided
313
- that such additional attribution notices cannot be construed
314
- as modifying the License.
315
-
316
- You may add Your own copyright statement to Your modifications and
317
- may provide additional or different license terms and conditions
318
- for use, reproduction, or distribution of Your modifications, or
319
- for any such Derivative Works as a whole, provided Your use,
320
- reproduction, and distribution of the Work otherwise complies with
321
- the conditions stated in this License.
322
-
323
- 5. Submission of Contributions. Unless You explicitly state otherwise,
324
- any Contribution intentionally submitted for inclusion in the Work
325
- by You to the Licensor shall be under the terms and conditions of
326
- this License, without any additional terms or conditions.
327
- Notwithstanding the above, nothing herein shall supersede or modify
328
- the terms of any separate license agreement you may have executed
329
- with Licensor regarding such Contributions.
330
-
331
- 6. Trademarks. This License does not grant permission to use the trade
332
- names, trademarks, service marks, or product names of the Licensor,
333
- except as required for reasonable and customary use in describing the
334
- origin of the Work and reproducing the content of the NOTICE file.
335
-
336
- 7. Disclaimer of Warranty. Unless required by applicable law or
337
- agreed to in writing, Licensor provides the Work (and each
338
- Contributor provides its Contributions) on an "AS IS" BASIS,
339
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
340
- implied, including, without limitation, any warranties or conditions
341
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
342
- PARTICULAR PURPOSE. You are solely responsible for determining the
343
- appropriateness of using or redistributing the Work and assume any
344
- risks associated with Your exercise of permissions under this License.
345
-
346
- 8. Limitation of Liability. In no event and under no legal theory,
347
- whether in tort (including negligence), contract, or otherwise,
348
- unless required by applicable law (such as deliberate and grossly
349
- negligent acts) or agreed to in writing, shall any Contributor be
350
- liable to You for damages, including any direct, indirect, special,
351
- incidental, or consequential damages of any character arising as a
352
- result of this License or out of the use or inability to use the
353
- Work (including but not limited to damages for loss of goodwill,
354
- work stoppage, computer failure or malfunction, or any and all
355
- other commercial damages or losses), even if such Contributor
356
- has been advised of the possibility of such damages.
357
-
358
- 9. Accepting Warranty or Additional Liability. While redistributing
359
- the Work or Derivative Works thereof, You may choose to offer,
360
- and charge a fee for, acceptance of support, warranty, indemnity,
361
- or other liability obligations and/or rights consistent with this
362
- License. However, in accepting such obligations, You may act only
363
- on Your own behalf and on Your sole responsibility, not on behalf
364
- of any other Contributor, and only if You agree to indemnify,
365
- defend, and hold each Contributor harmless for any liability
366
- incurred by, or claims asserted against, such Contributor by reason
367
- of your accepting any such warranty or additional liability.
368
-
369
- END OF TERMS AND CONDITIONS
370
-
371
- APPENDIX: How to apply the Apache License to your work.
372
-
373
- To apply the Apache License to your work, attach the following
374
- boilerplate notice, with the fields enclosed by brackets "[]"
375
- replaced with your own identifying information. (Don't include
376
- the brackets!) The text should be enclosed in the appropriate
377
- comment syntax for the file format. We also recommend that a
378
- file or class name and description of purpose be included on the
379
- same "printed page" as the copyright notice for easier
380
- identification within third-party archives.
381
-
382
- Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors
383
-
384
- Licensed under the Apache License, Version 2.0 (the "License");
385
- you may not use this file except in compliance with the License.
386
- You may obtain a copy of the License at
387
-
388
- http://www.apache.org/licenses/LICENSE-2.0
389
-
390
- Unless required by applicable law or agreed to in writing, software
391
- distributed under the License is distributed on an "AS IS" BASIS,
392
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
393
- See the License for the specific language governing permissions and
394
- limitations under the License.
395
-
396
-
397
- --------------------------------------------------------------------------------
398
- Package: @angular/core
399
- License: "MIT"
400
-
401
- The MIT License
402
-
403
- Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
404
-
405
- Permission is hereby granted, free of charge, to any person obtaining a copy
406
- of this software and associated documentation files (the "Software"), to deal
407
- in the Software without restriction, including without limitation the rights
408
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
409
- copies of the Software, and to permit persons to whom the Software is
410
- furnished to do so, subject to the following conditions:
411
-
412
- The above copyright notice and this permission notice shall be included in
413
- all copies or substantial portions of the Software.
414
-
415
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
416
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
417
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
418
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
419
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
420
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
421
- THE SOFTWARE.
422
-
423
- --------------------------------------------------------------------------------
424
- Package: tslib
425
- License: "0BSD"
426
-
427
- Copyright (c) Microsoft Corporation.
428
-
429
- Permission to use, copy, modify, and/or distribute this software for any
430
- purpose with or without fee is hereby granted.
431
-
432
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
433
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
434
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
435
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
436
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
437
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
438
- PERFORMANCE OF THIS SOFTWARE.
439
- --------------------------------------------------------------------------------
440
- Package: @angular/common
441
- License: "MIT"
442
-
443
- The MIT License
444
-
445
- Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
446
-
447
- Permission is hereby granted, free of charge, to any person obtaining a copy
448
- of this software and associated documentation files (the "Software"), to deal
449
- in the Software without restriction, including without limitation the rights
450
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
451
- copies of the Software, and to permit persons to whom the Software is
452
- furnished to do so, subject to the following conditions:
453
-
454
- The above copyright notice and this permission notice shall be included in
455
- all copies or substantial portions of the Software.
456
-
457
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
458
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
459
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
460
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
461
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
462
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
463
- THE SOFTWARE.
464
-
465
- --------------------------------------------------------------------------------
466
- Package: @angular/platform-browser
467
- License: "MIT"
468
-
469
- The MIT License
470
-
471
- Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
472
-
473
- Permission is hereby granted, free of charge, to any person obtaining a copy
474
- of this software and associated documentation files (the "Software"), to deal
475
- in the Software without restriction, including without limitation the rights
476
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
477
- copies of the Software, and to permit persons to whom the Software is
478
- furnished to do so, subject to the following conditions:
479
-
480
- The above copyright notice and this permission notice shall be included in
481
- all copies or substantial portions of the Software.
482
-
483
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
484
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
485
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
486
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
487
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
488
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
489
- THE SOFTWARE.
490
-
491
- --------------------------------------------------------------------------------
492
- Package: @angular/router
493
- License: "MIT"
494
-
495
- The MIT License
496
-
497
- Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
498
-
499
- Permission is hereby granted, free of charge, to any person obtaining a copy
500
- of this software and associated documentation files (the "Software"), to deal
501
- in the Software without restriction, including without limitation the rights
502
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
503
- copies of the Software, and to permit persons to whom the Software is
504
- furnished to do so, subject to the following conditions:
505
-
506
- The above copyright notice and this permission notice shall be included in
507
- all copies or substantial portions of the Software.
508
-
509
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
510
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
511
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
512
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
513
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
514
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
515
- THE SOFTWARE.
516
-
517
- --------------------------------------------------------------------------------
518
- Package: @angular/forms
519
- License: "MIT"
520
-
521
- The MIT License
522
-
523
- Copyright (c) 2010-2024 Google LLC. https://angular.dev/license
524
-
525
- Permission is hereby granted, free of charge, to any person obtaining a copy
526
- of this software and associated documentation files (the "Software"), to deal
527
- in the Software without restriction, including without limitation the rights
528
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
529
- copies of the Software, and to permit persons to whom the Software is
530
- furnished to do so, subject to the following conditions:
531
-
532
- The above copyright notice and this permission notice shall be included in
533
- all copies or substantial portions of the Software.
534
-
535
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
536
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
537
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
538
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
539
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
540
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
541
- THE SOFTWARE.
542
-
543
- --------------------------------------------------------------------------------
544
- Package: zone.js
545
- License: "MIT"
546
-
547
- The MIT License
548
-
549
- Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
550
-
551
- Permission is hereby granted, free of charge, to any person obtaining a copy
552
- of this software and associated documentation files (the "Software"), to deal
553
- in the Software without restriction, including without limitation the rights
554
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
555
- copies of the Software, and to permit persons to whom the Software is
556
- furnished to do so, subject to the following conditions:
557
-
558
- The above copyright notice and this permission notice shall be included in
559
- all copies or substantial portions of the Software.
560
-
561
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
562
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
563
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
564
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
565
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
566
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
567
- THE SOFTWARE.
568
-
569
- --------------------------------------------------------------------------------