likec4 1.51.0 → 1.52.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.
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
2
2
  import { LikeC4View as LikeC4View$1 } from "likec4:react";
3
3
  import { createRoot } from "react-dom/client";
4
4
  import { ComponentName } from "./const.js";
5
- import { dF as object, dG as literal, dH as stringbool, dI as string, dJ as formatError } from "./vendors.js";
5
+ import { dI as object, dJ as literal, dK as stringbool, dL as string, dM as formatError } from "./vendors.js";
6
6
  const propsSchema = object({
7
7
  viewId: string().default("index"),
8
8
  browser: stringbool().default(!0),
@@ -84,7 +84,7 @@
84
84
  "type": "boolean"
85
85
  },
86
86
  "implicitViews": {
87
- "description": "Auto-generate scoped views for elements without explicit views. Defaults to true.",
87
+ "description": "Auto-generate scoped views for elements without explicit views. Defaults to false.",
88
88
  "type": "boolean"
89
89
  }
90
90
  },
@@ -238,6 +238,28 @@ License: MIT
238
238
  By: Yusuke Wada
239
239
  Repository: https://github.com/honojs/node-server
240
240
 
241
+ > MIT License
242
+ >
243
+ > Copyright (c) 2022 - present, Yusuke Wada and Hono contributors
244
+ >
245
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
246
+ > of this software and associated documentation files (the "Software"), to deal
247
+ > in the Software without restriction, including without limitation the rights
248
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
249
+ > copies of the Software, and to permit persons to whom the Software is
250
+ > furnished to do so, subject to the following conditions:
251
+ >
252
+ > The above copyright notice and this permission notice shall be included in all
253
+ > copies or substantial portions of the Software.
254
+ >
255
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
256
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
257
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
258
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
259
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
260
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
261
+ > SOFTWARE.
262
+
241
263
  ---------------------------------------
242
264
 
243
265
  ## @likec4/config, @likec4/generators, @likec4/language-services, @likec4/layouts, @likec4/log
@@ -344,20 +366,6 @@ Repository: https://github.com/modelcontextprotocol/typescript-sdk
344
366
 
345
367
  ---------------------------------------
346
368
 
347
- ## @msgpack/msgpack
348
-
349
- License: ISC
350
- By: The MessagePack community
351
- Repository: https://github.com/msgpack/msgpack-javascript
352
-
353
- > Copyright 2019 The MessagePack Community.
354
- >
355
- > Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
356
- >
357
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
358
-
359
- ---------------------------------------
360
-
361
369
  ## @nanostores/react, nanostores
362
370
 
363
371
  License: MIT
@@ -387,216 +395,6 @@ Repositories: https://github.com/nanostores/react, https://github.com/nanostores
387
395
 
388
396
  ---------------------------------------
389
397
 
390
- ## @smithy/util-base64, @smithy/util-buffer-from
391
-
392
- License: Apache-2.0
393
- By: AWS SDK for JavaScript Team
394
- Repositories: https://github.com/smithy-lang/smithy-typescript, https://github.com/smithy-lang/smithy-typescript
395
-
396
- > Apache License
397
- > Version 2.0, January 2004
398
- > http://www.apache.org/licenses/
399
- >
400
- > TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
401
- >
402
- > 1. Definitions.
403
- >
404
- > "License" shall mean the terms and conditions for use, reproduction,
405
- > and distribution as defined by Sections 1 through 9 of this document.
406
- >
407
- > "Licensor" shall mean the copyright owner or entity authorized by
408
- > the copyright owner that is granting the License.
409
- >
410
- > "Legal Entity" shall mean the union of the acting entity and all
411
- > other entities that control, are controlled by, or are under common
412
- > control with that entity. For the purposes of this definition,
413
- > "control" means (i) the power, direct or indirect, to cause the
414
- > direction or management of such entity, whether by contract or
415
- > otherwise, or (ii) ownership of fifty percent (50%) or more of the
416
- > outstanding shares, or (iii) beneficial ownership of such entity.
417
- >
418
- > "You" (or "Your") shall mean an individual or Legal Entity
419
- > exercising permissions granted by this License.
420
- >
421
- > "Source" form shall mean the preferred form for making modifications,
422
- > including but not limited to software source code, documentation
423
- > source, and configuration files.
424
- >
425
- > "Object" form shall mean any form resulting from mechanical
426
- > transformation or translation of a Source form, including but
427
- > not limited to compiled object code, generated documentation,
428
- > and conversions to other media types.
429
- >
430
- > "Work" shall mean the work of authorship, whether in Source or
431
- > Object form, made available under the License, as indicated by a
432
- > copyright notice that is included in or attached to the work
433
- > (an example is provided in the Appendix below).
434
- >
435
- > "Derivative Works" shall mean any work, whether in Source or Object
436
- > form, that is based on (or derived from) the Work and for which the
437
- > editorial revisions, annotations, elaborations, or other modifications
438
- > represent, as a whole, an original work of authorship. For the purposes
439
- > of this License, Derivative Works shall not include works that remain
440
- > separable from, or merely link (or bind by name) to the interfaces of,
441
- > the Work and Derivative Works thereof.
442
- >
443
- > "Contribution" shall mean any work of authorship, including
444
- > the original version of the Work and any modifications or additions
445
- > to that Work or Derivative Works thereof, that is intentionally
446
- > submitted to Licensor for inclusion in the Work by the copyright owner
447
- > or by an individual or Legal Entity authorized to submit on behalf of
448
- > the copyright owner. For the purposes of this definition, "submitted"
449
- > means any form of electronic, verbal, or written communication sent
450
- > to the Licensor or its representatives, including but not limited to
451
- > communication on electronic mailing lists, source code control systems,
452
- > and issue tracking systems that are managed by, or on behalf of, the
453
- > Licensor for the purpose of discussing and improving the Work, but
454
- > excluding communication that is conspicuously marked or otherwise
455
- > designated in writing by the copyright owner as "Not a Contribution."
456
- >
457
- > "Contributor" shall mean Licensor and any individual or Legal Entity
458
- > on behalf of whom a Contribution has been received by Licensor and
459
- > subsequently incorporated within the Work.
460
- >
461
- > 2. Grant of Copyright License. Subject to the terms and conditions of
462
- > this License, each Contributor hereby grants to You a perpetual,
463
- > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
464
- > copyright license to reproduce, prepare Derivative Works of,
465
- > publicly display, publicly perform, sublicense, and distribute the
466
- > Work and such Derivative Works in Source or Object form.
467
- >
468
- > 3. Grant of Patent License. Subject to the terms and conditions of
469
- > this License, each Contributor hereby grants to You a perpetual,
470
- > worldwide, non-exclusive, no-charge, royalty-free, irrevocable
471
- > (except as stated in this section) patent license to make, have made,
472
- > use, offer to sell, sell, import, and otherwise transfer the Work,
473
- > where such license applies only to those patent claims licensable
474
- > by such Contributor that are necessarily infringed by their
475
- > Contribution(s) alone or by combination of their Contribution(s)
476
- > with the Work to which such Contribution(s) was submitted. If You
477
- > institute patent litigation against any entity (including a
478
- > cross-claim or counterclaim in a lawsuit) alleging that the Work
479
- > or a Contribution incorporated within the Work constitutes direct
480
- > or contributory patent infringement, then any patent licenses
481
- > granted to You under this License for that Work shall terminate
482
- > as of the date such litigation is filed.
483
- >
484
- > 4. Redistribution. You may reproduce and distribute copies of the
485
- > Work or Derivative Works thereof in any medium, with or without
486
- > modifications, and in Source or Object form, provided that You
487
- > meet the following conditions:
488
- >
489
- > (a) You must give any other recipients of the Work or
490
- > Derivative Works a copy of this License; and
491
- >
492
- > (b) You must cause any modified files to carry prominent notices
493
- > stating that You changed the files; and
494
- >
495
- > (c) You must retain, in the Source form of any Derivative Works
496
- > that You distribute, all copyright, patent, trademark, and
497
- > attribution notices from the Source form of the Work,
498
- > excluding those notices that do not pertain to any part of
499
- > the Derivative Works; and
500
- >
501
- > (d) If the Work includes a "NOTICE" text file as part of its
502
- > distribution, then any Derivative Works that You distribute must
503
- > include a readable copy of the attribution notices contained
504
- > within such NOTICE file, excluding those notices that do not
505
- > pertain to any part of the Derivative Works, in at least one
506
- > of the following places: within a NOTICE text file distributed
507
- > as part of the Derivative Works; within the Source form or
508
- > documentation, if provided along with the Derivative Works; or,
509
- > within a display generated by the Derivative Works, if and
510
- > wherever such third-party notices normally appear. The contents
511
- > of the NOTICE file are for informational purposes only and
512
- > do not modify the License. You may add Your own attribution
513
- > notices within Derivative Works that You distribute, alongside
514
- > or as an addendum to the NOTICE text from the Work, provided
515
- > that such additional attribution notices cannot be construed
516
- > as modifying the License.
517
- >
518
- > You may add Your own copyright statement to Your modifications and
519
- > may provide additional or different license terms and conditions
520
- > for use, reproduction, or distribution of Your modifications, or
521
- > for any such Derivative Works as a whole, provided Your use,
522
- > reproduction, and distribution of the Work otherwise complies with
523
- > the conditions stated in this License.
524
- >
525
- > 5. Submission of Contributions. Unless You explicitly state otherwise,
526
- > any Contribution intentionally submitted for inclusion in the Work
527
- > by You to the Licensor shall be under the terms and conditions of
528
- > this License, without any additional terms or conditions.
529
- > Notwithstanding the above, nothing herein shall supersede or modify
530
- > the terms of any separate license agreement you may have executed
531
- > with Licensor regarding such Contributions.
532
- >
533
- > 6. Trademarks. This License does not grant permission to use the trade
534
- > names, trademarks, service marks, or product names of the Licensor,
535
- > except as required for reasonable and customary use in describing the
536
- > origin of the Work and reproducing the content of the NOTICE file.
537
- >
538
- > 7. Disclaimer of Warranty. Unless required by applicable law or
539
- > agreed to in writing, Licensor provides the Work (and each
540
- > Contributor provides its Contributions) on an "AS IS" BASIS,
541
- > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
542
- > implied, including, without limitation, any warranties or conditions
543
- > of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
544
- > PARTICULAR PURPOSE. You are solely responsible for determining the
545
- > appropriateness of using or redistributing the Work and assume any
546
- > risks associated with Your exercise of permissions under this License.
547
- >
548
- > 8. Limitation of Liability. In no event and under no legal theory,
549
- > whether in tort (including negligence), contract, or otherwise,
550
- > unless required by applicable law (such as deliberate and grossly
551
- > negligent acts) or agreed to in writing, shall any Contributor be
552
- > liable to You for damages, including any direct, indirect, special,
553
- > incidental, or consequential damages of any character arising as a
554
- > result of this License or out of the use or inability to use the
555
- > Work (including but not limited to damages for loss of goodwill,
556
- > work stoppage, computer failure or malfunction, or any and all
557
- > other commercial damages or losses), even if such Contributor
558
- > has been advised of the possibility of such damages.
559
- >
560
- > 9. Accepting Warranty or Additional Liability. While redistributing
561
- > the Work or Derivative Works thereof, You may choose to offer,
562
- > and charge a fee for, acceptance of support, warranty, indemnity,
563
- > or other liability obligations and/or rights consistent with this
564
- > License. However, in accepting such obligations, You may act only
565
- > on Your own behalf and on Your sole responsibility, not on behalf
566
- > of any other Contributor, and only if You agree to indemnify,
567
- > defend, and hold each Contributor harmless for any liability
568
- > incurred by, or claims asserted against, such Contributor by reason
569
- > of your accepting any such warranty or additional liability.
570
- >
571
- > END OF TERMS AND CONDITIONS
572
- >
573
- > APPENDIX: How to apply the Apache License to your work.
574
- >
575
- > To apply the Apache License to your work, attach the following
576
- > boilerplate notice, with the fields enclosed by brackets "{}"
577
- > replaced with your own identifying information. (Don't include
578
- > the brackets!) The text should be enclosed in the appropriate
579
- > comment syntax for the file format. We also recommend that a
580
- > file or class name and description of purpose be included on the
581
- > same "printed page" as the copyright notice for easier
582
- > identification within third-party archives.
583
- >
584
- > Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
585
- >
586
- > Licensed under the Apache License, Version 2.0 (the "License");
587
- > you may not use this file except in compliance with the License.
588
- > You may obtain a copy of the License at
589
- >
590
- > http://www.apache.org/licenses/LICENSE-2.0
591
- >
592
- > Unless required by applicable law or agreed to in writing, software
593
- > distributed under the License is distributed on an "AS IS" BASIS,
594
- > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
595
- > See the License for the specific language governing permissions and
596
- > limitations under the License.
597
-
598
- ---------------------------------------
599
-
600
398
  ## ajv
601
399
 
602
400
  License: MIT