likec4 1.50.0 → 1.51.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/__app__/src/likec4.js +16 -22
- package/__app__/src/main.js +2 -56
- package/__app__/src/routes/index.js +81 -16
- package/__app__/src/routes/single.js +18 -5
- package/__app__/src/style.css +1 -1
- package/__app__/src/vendors.js +16723 -16723
- package/dist/THIRD-PARTY-LICENSES.md +161 -61
- package/dist/_chunks/LikeC4.mjs +1 -1154
- package/dist/_chunks/filesystem.mjs +1230 -0
- package/dist/_chunks/index2.d.mts +13 -14
- package/dist/_chunks/libs/@logtape/logtape.mjs +1 -1
- package/dist/_chunks/libs/ansi-align.mjs +2 -0
- package/dist/_chunks/libs/ansi-regex.mjs +1 -0
- package/dist/_chunks/libs/ansi-styles.mjs +1 -0
- package/dist/_chunks/libs/atomically.mjs +1 -1
- package/dist/_chunks/libs/boxen.d.mts +1 -0
- package/dist/_chunks/libs/boxen.mjs +22 -0
- package/dist/_chunks/libs/conf.mjs +1 -1
- package/dist/_chunks/libs/langium.d.mts +1 -1
- package/dist/_chunks/libs/langium.mjs +17 -17
- package/dist/_chunks/libs/remeda.mjs +2 -2
- package/dist/_chunks/libs/tinyrainbow.mjs +1 -1
- package/dist/_chunks/libs/vscode-languageserver.mjs +1 -0
- package/dist/_chunks/sequence.mjs +1 -1
- package/dist/_chunks/src2.mjs +64 -64
- package/dist/cli/index.mjs +83 -74
- package/dist/index.d.mts +805 -1
- package/dist/index.mjs +1 -1
- package/dist/vite-plugin/index.mjs +1 -1
- package/dist/vite-plugin/internal.mjs +1 -1
- package/package.json +18 -19
- package/react/index.mjs +17 -23
- package/dist/_chunks/binary.mjs +0 -72
- package/dist/_chunks/libs/@logtape/logtape.d.mts +0 -741
|
@@ -657,90 +657,66 @@ Repository: https://github.com/ajv-validator/ajv-formats
|
|
|
657
657
|
|
|
658
658
|
---------------------------------------
|
|
659
659
|
|
|
660
|
-
##
|
|
660
|
+
## ansi-align
|
|
661
661
|
|
|
662
|
-
|
|
662
|
+
License: ISC
|
|
663
|
+
By: nexdrew
|
|
664
|
+
Repository: https://github.com/nexdrew/ansi-align
|
|
663
665
|
|
|
664
|
-
>
|
|
665
|
-
>
|
|
666
|
-
> Copyright (c) 2020-present Fabio Spampinato
|
|
667
|
-
>
|
|
668
|
-
> Permission is hereby granted, free of charge, to any person obtaining a
|
|
669
|
-
> copy of this software and associated documentation files (the "Software"),
|
|
670
|
-
> to deal in the Software without restriction, including without limitation
|
|
671
|
-
> the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
672
|
-
> and/or sell copies of the Software, and to permit persons to whom the
|
|
673
|
-
> Software is furnished to do so, subject to the following conditions:
|
|
666
|
+
> Copyright (c) 2016, Contributors
|
|
674
667
|
>
|
|
675
|
-
>
|
|
676
|
-
>
|
|
668
|
+
> Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
669
|
+
> with or without fee is hereby granted, provided that the above copyright notice
|
|
670
|
+
> and this permission notice appear in all copies.
|
|
677
671
|
>
|
|
678
|
-
> THE SOFTWARE IS PROVIDED "AS IS"
|
|
679
|
-
>
|
|
680
|
-
> FITNESS
|
|
681
|
-
>
|
|
682
|
-
>
|
|
683
|
-
>
|
|
684
|
-
>
|
|
672
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
673
|
+
> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
674
|
+
> FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
675
|
+
> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
676
|
+
> OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
677
|
+
> TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
678
|
+
> THIS SOFTWARE.
|
|
685
679
|
|
|
686
680
|
---------------------------------------
|
|
687
681
|
|
|
688
|
-
##
|
|
682
|
+
## ansi-regex, is-fullwidth-code-point, string-width, strip-ansi
|
|
689
683
|
|
|
690
684
|
License: MIT
|
|
691
|
-
By:
|
|
692
|
-
|
|
685
|
+
By: Sindre Sorhus
|
|
686
|
+
Repositories: https://github.com/chalk/ansi-regex, https://github.com/sindresorhus/is-fullwidth-code-point, https://github.com/sindresorhus/string-width, https://github.com/chalk/strip-ansi
|
|
693
687
|
|
|
694
688
|
> MIT License
|
|
695
689
|
>
|
|
696
|
-
> Copyright (c)
|
|
690
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
697
691
|
>
|
|
698
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
699
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
700
|
-
> in the Software without restriction, including without limitation the rights
|
|
701
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
702
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
703
|
-
> furnished to do so, subject to the following conditions:
|
|
692
|
+
> 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:
|
|
704
693
|
>
|
|
705
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
706
|
-
> copies or substantial portions of the Software.
|
|
694
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
707
695
|
>
|
|
708
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
709
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
710
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
711
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
712
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
713
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
714
|
-
> SOFTWARE.
|
|
696
|
+
> 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.
|
|
715
697
|
|
|
716
698
|
---------------------------------------
|
|
717
699
|
|
|
718
|
-
##
|
|
700
|
+
## ansi-styles, boxen, camelcase, chalk, cli-boxes, conf, debounce-fn, dot-prop, env-paths, find-up-simple, get-east-asian-width, get-port, is-docker, is-inside-container, is-plain-obj, ky, mimic-function, p-limit, p-queue, p-timeout, package-up, parse-ms, pretty-ms, safe-stringify, strip-indent, uint8array-extras, widest-line, wrap-ansi, yocto-queue
|
|
719
701
|
|
|
720
702
|
License: MIT
|
|
721
|
-
By:
|
|
722
|
-
Repository: https://github.com/
|
|
703
|
+
By: Sindre Sorhus
|
|
704
|
+
Repository: https://github.com/chalk/ansi-styles
|
|
723
705
|
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
> associated documentation files (the "Software"), to deal in the Software without restriction,
|
|
728
|
-
> including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
|
729
|
-
> sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
730
|
-
> furnished to do so, subject to the following conditions:
|
|
731
|
-
>
|
|
732
|
-
> The above copyright notice and this permission notice shall be included in all copies or
|
|
733
|
-
> substantial portions of the Software.
|
|
734
|
-
>
|
|
735
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
|
736
|
-
> BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
737
|
-
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
738
|
-
> DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
739
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
706
|
+
License: MIT
|
|
707
|
+
By: Sindre Sorhus
|
|
708
|
+
Repository: https://github.com/sindresorhus/boxen
|
|
740
709
|
|
|
741
|
-
|
|
710
|
+
License: MIT
|
|
711
|
+
By: Sindre Sorhus
|
|
712
|
+
Repository: https://github.com/sindresorhus/camelcase
|
|
713
|
+
|
|
714
|
+
License: MIT
|
|
715
|
+
Repository: https://github.com/chalk/chalk
|
|
742
716
|
|
|
743
|
-
|
|
717
|
+
License: MIT
|
|
718
|
+
By: Sindre Sorhus
|
|
719
|
+
Repository: https://github.com/sindresorhus/cli-boxes
|
|
744
720
|
|
|
745
721
|
License: MIT
|
|
746
722
|
By: Sindre Sorhus
|
|
@@ -762,6 +738,10 @@ License: MIT
|
|
|
762
738
|
By: Sindre Sorhus
|
|
763
739
|
Repository: https://github.com/sindresorhus/find-up-simple
|
|
764
740
|
|
|
741
|
+
License: MIT
|
|
742
|
+
By: Sindre Sorhus
|
|
743
|
+
Repository: https://github.com/sindresorhus/get-east-asian-width
|
|
744
|
+
|
|
765
745
|
License: MIT
|
|
766
746
|
By: Sindre Sorhus
|
|
767
747
|
Repository: https://github.com/sindresorhus/get-port
|
|
@@ -821,6 +801,14 @@ License: MIT
|
|
|
821
801
|
By: Sindre Sorhus
|
|
822
802
|
Repository: https://github.com/sindresorhus/uint8array-extras
|
|
823
803
|
|
|
804
|
+
License: MIT
|
|
805
|
+
By: Sindre Sorhus
|
|
806
|
+
Repository: https://github.com/sindresorhus/widest-line
|
|
807
|
+
|
|
808
|
+
License: MIT
|
|
809
|
+
By: Sindre Sorhus
|
|
810
|
+
Repository: https://github.com/chalk/wrap-ansi
|
|
811
|
+
|
|
824
812
|
License: MIT
|
|
825
813
|
By: Sindre Sorhus
|
|
826
814
|
Repository: https://github.com/sindresorhus/yocto-queue
|
|
@@ -837,6 +825,89 @@ Repository: https://github.com/sindresorhus/yocto-queue
|
|
|
837
825
|
|
|
838
826
|
---------------------------------------
|
|
839
827
|
|
|
828
|
+
## atomically
|
|
829
|
+
|
|
830
|
+
Repository: https://github.com/fabiospampinato/atomically
|
|
831
|
+
|
|
832
|
+
> The MIT License (MIT)
|
|
833
|
+
>
|
|
834
|
+
> Copyright (c) 2020-present Fabio Spampinato
|
|
835
|
+
>
|
|
836
|
+
> Permission is hereby granted, free of charge, to any person obtaining a
|
|
837
|
+
> copy of this software and associated documentation files (the "Software"),
|
|
838
|
+
> to deal in the Software without restriction, including without limitation
|
|
839
|
+
> the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
840
|
+
> and/or sell copies of the Software, and to permit persons to whom the
|
|
841
|
+
> Software is furnished to do so, subject to the following conditions:
|
|
842
|
+
>
|
|
843
|
+
> The above copyright notice and this permission notice shall be included in
|
|
844
|
+
> all copies or substantial portions of the Software.
|
|
845
|
+
>
|
|
846
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
847
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
848
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
849
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
850
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
851
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
852
|
+
> DEALINGS IN THE SOFTWARE.
|
|
853
|
+
|
|
854
|
+
---------------------------------------
|
|
855
|
+
|
|
856
|
+
## birpc
|
|
857
|
+
|
|
858
|
+
License: MIT
|
|
859
|
+
By: Anthony Fu
|
|
860
|
+
Repository: https://github.com/antfu-collective/birpc
|
|
861
|
+
|
|
862
|
+
> MIT License
|
|
863
|
+
>
|
|
864
|
+
> Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
|
|
865
|
+
>
|
|
866
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
867
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
868
|
+
> in the Software without restriction, including without limitation the rights
|
|
869
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
870
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
871
|
+
> furnished to do so, subject to the following conditions:
|
|
872
|
+
>
|
|
873
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
874
|
+
> copies or substantial portions of the Software.
|
|
875
|
+
>
|
|
876
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
877
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
878
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
879
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
880
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
881
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
882
|
+
> SOFTWARE.
|
|
883
|
+
|
|
884
|
+
---------------------------------------
|
|
885
|
+
|
|
886
|
+
## chevrotain-allstar
|
|
887
|
+
|
|
888
|
+
License: MIT
|
|
889
|
+
By: TypeFox
|
|
890
|
+
Repository: https://github.com/langium/chevrotain-allstar
|
|
891
|
+
|
|
892
|
+
> Copyright 2022 TypeFox GmbH
|
|
893
|
+
>
|
|
894
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
895
|
+
> associated documentation files (the "Software"), to deal in the Software without restriction,
|
|
896
|
+
> including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
|
897
|
+
> sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
898
|
+
> furnished to do so, subject to the following conditions:
|
|
899
|
+
>
|
|
900
|
+
> The above copyright notice and this permission notice shall be included in all copies or
|
|
901
|
+
> substantial portions of the Software.
|
|
902
|
+
>
|
|
903
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
|
904
|
+
> BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
905
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
906
|
+
> DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
907
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
908
|
+
|
|
909
|
+
---------------------------------------
|
|
910
|
+
|
|
840
911
|
## defu, ufo
|
|
841
912
|
|
|
842
913
|
License: MIT
|
|
@@ -866,6 +937,35 @@ Repositories: https://github.com/unjs/defu, https://github.com/unjs/ufo
|
|
|
866
937
|
|
|
867
938
|
---------------------------------------
|
|
868
939
|
|
|
940
|
+
## emoji-regex
|
|
941
|
+
|
|
942
|
+
License: MIT
|
|
943
|
+
By: Mathias Bynens
|
|
944
|
+
Repository: https://github.com/mathiasbynens/emoji-regex
|
|
945
|
+
|
|
946
|
+
> Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
947
|
+
>
|
|
948
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
949
|
+
> a copy of this software and associated documentation files (the
|
|
950
|
+
> "Software"), to deal in the Software without restriction, including
|
|
951
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
952
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
953
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
954
|
+
> the following conditions:
|
|
955
|
+
>
|
|
956
|
+
> The above copyright notice and this permission notice shall be
|
|
957
|
+
> included in all copies or substantial portions of the Software.
|
|
958
|
+
>
|
|
959
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
960
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
961
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
962
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
963
|
+
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
964
|
+
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
965
|
+
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
966
|
+
|
|
967
|
+
---------------------------------------
|
|
968
|
+
|
|
869
969
|
## esm-env
|
|
870
970
|
|
|
871
971
|
License: MIT
|