@salesforce/plugin-lightning-dev 6.0.8 → 6.1.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/README.md +15 -12
- package/lib/commands/lightning/dev/app.d.ts +1 -0
- package/lib/commands/lightning/dev/app.js +8 -1
- package/lib/commands/lightning/dev/app.js.map +1 -1
- package/lib/commands/lightning/dev/component.js +4 -12
- package/lib/commands/lightning/dev/component.js.map +1 -1
- package/lib/commands/lightning/dev/site.d.ts +1 -0
- package/lib/commands/lightning/dev/site.js +6 -4
- package/lib/commands/lightning/dev/site.js.map +1 -1
- package/lib/shared/metaUtils.d.ts +9 -6
- package/lib/shared/metaUtils.js +35 -17
- package/lib/shared/metaUtils.js.map +1 -1
- package/lib/shared/previewUtils.d.ts +2 -2
- package/lib/shared/previewUtils.js +1 -6
- package/lib/shared/previewUtils.js.map +1 -1
- package/lib/shared/promptUtils.d.ts +1 -0
- package/lib/shared/promptUtils.js +6 -0
- package/lib/shared/promptUtils.js.map +1 -1
- package/messages/prompts.md +4 -0
- package/messages/shared.utils.md +4 -0
- package/npm-shrinkwrap.json +1093 -500
- package/oclif.lock +338 -205
- package/oclif.manifest.json +15 -1
- package/package.json +5 -5
package/oclif.lock
CHANGED
|
@@ -735,11 +735,25 @@
|
|
|
735
735
|
js-tokens "^4.0.0"
|
|
736
736
|
picocolors "^1.1.1"
|
|
737
737
|
|
|
738
|
+
"@babel/code-frame@^7.28.6":
|
|
739
|
+
version "7.28.6"
|
|
740
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.28.6.tgz#72499312ec58b1e2245ba4a4f550c132be4982f7"
|
|
741
|
+
integrity sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==
|
|
742
|
+
dependencies:
|
|
743
|
+
"@babel/helper-validator-identifier" "^7.28.5"
|
|
744
|
+
js-tokens "^4.0.0"
|
|
745
|
+
picocolors "^1.1.1"
|
|
746
|
+
|
|
738
747
|
"@babel/compat-data@^7.27.2":
|
|
739
748
|
version "7.28.0"
|
|
740
749
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
|
|
741
750
|
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
|
|
742
751
|
|
|
752
|
+
"@babel/compat-data@^7.28.6":
|
|
753
|
+
version "7.28.6"
|
|
754
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.6.tgz#103f466803fa0f059e82ccac271475470570d74c"
|
|
755
|
+
integrity sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==
|
|
756
|
+
|
|
743
757
|
"@babel/core@7.28.5", "@babel/core@^7.23.9", "@babel/core@^7.26.10", "@babel/core@^7.9.0":
|
|
744
758
|
version "7.28.5"
|
|
745
759
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
|
|
@@ -761,6 +775,27 @@
|
|
|
761
775
|
json5 "^2.2.3"
|
|
762
776
|
semver "^6.3.1"
|
|
763
777
|
|
|
778
|
+
"@babel/core@7.28.6":
|
|
779
|
+
version "7.28.6"
|
|
780
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.6.tgz#531bf883a1126e53501ba46eb3bb414047af507f"
|
|
781
|
+
integrity sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==
|
|
782
|
+
dependencies:
|
|
783
|
+
"@babel/code-frame" "^7.28.6"
|
|
784
|
+
"@babel/generator" "^7.28.6"
|
|
785
|
+
"@babel/helper-compilation-targets" "^7.28.6"
|
|
786
|
+
"@babel/helper-module-transforms" "^7.28.6"
|
|
787
|
+
"@babel/helpers" "^7.28.6"
|
|
788
|
+
"@babel/parser" "^7.28.6"
|
|
789
|
+
"@babel/template" "^7.28.6"
|
|
790
|
+
"@babel/traverse" "^7.28.6"
|
|
791
|
+
"@babel/types" "^7.28.6"
|
|
792
|
+
"@jridgewell/remapping" "^2.3.5"
|
|
793
|
+
convert-source-map "^2.0.0"
|
|
794
|
+
debug "^4.1.0"
|
|
795
|
+
gensync "^1.0.0-beta.2"
|
|
796
|
+
json5 "^2.2.3"
|
|
797
|
+
semver "^6.3.1"
|
|
798
|
+
|
|
764
799
|
"@babel/core@~7.26.0":
|
|
765
800
|
version "7.26.10"
|
|
766
801
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
|
|
@@ -823,6 +858,17 @@
|
|
|
823
858
|
"@jridgewell/trace-mapping" "^0.3.28"
|
|
824
859
|
jsesc "^3.0.2"
|
|
825
860
|
|
|
861
|
+
"@babel/generator@^7.28.6":
|
|
862
|
+
version "7.28.6"
|
|
863
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.6.tgz#48dcc65d98fcc8626a48f72b62e263d25fc3c3f1"
|
|
864
|
+
integrity sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==
|
|
865
|
+
dependencies:
|
|
866
|
+
"@babel/parser" "^7.28.6"
|
|
867
|
+
"@babel/types" "^7.28.6"
|
|
868
|
+
"@jridgewell/gen-mapping" "^0.3.12"
|
|
869
|
+
"@jridgewell/trace-mapping" "^0.3.28"
|
|
870
|
+
jsesc "^3.0.2"
|
|
871
|
+
|
|
826
872
|
"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3":
|
|
827
873
|
version "7.27.3"
|
|
828
874
|
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
|
|
@@ -841,17 +887,15 @@
|
|
|
841
887
|
lru-cache "^5.1.1"
|
|
842
888
|
semver "^6.3.1"
|
|
843
889
|
|
|
844
|
-
"@babel/helper-
|
|
845
|
-
version "7.
|
|
846
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
|
847
|
-
integrity sha512-
|
|
890
|
+
"@babel/helper-compilation-targets@^7.28.6":
|
|
891
|
+
version "7.28.6"
|
|
892
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25"
|
|
893
|
+
integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==
|
|
848
894
|
dependencies:
|
|
849
|
-
"@babel/
|
|
850
|
-
"@babel/helper-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
|
|
854
|
-
"@babel/traverse" "^7.27.1"
|
|
895
|
+
"@babel/compat-data" "^7.28.6"
|
|
896
|
+
"@babel/helper-validator-option" "^7.27.1"
|
|
897
|
+
browserslist "^4.24.0"
|
|
898
|
+
lru-cache "^5.1.1"
|
|
855
899
|
semver "^6.3.1"
|
|
856
900
|
|
|
857
901
|
"@babel/helper-create-class-features-plugin@^7.28.5":
|
|
@@ -867,6 +911,19 @@
|
|
|
867
911
|
"@babel/traverse" "^7.28.5"
|
|
868
912
|
semver "^6.3.1"
|
|
869
913
|
|
|
914
|
+
"@babel/helper-create-class-features-plugin@^7.28.6":
|
|
915
|
+
version "7.28.6"
|
|
916
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz#611ff5482da9ef0db6291bcd24303400bca170fb"
|
|
917
|
+
integrity sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==
|
|
918
|
+
dependencies:
|
|
919
|
+
"@babel/helper-annotate-as-pure" "^7.27.3"
|
|
920
|
+
"@babel/helper-member-expression-to-functions" "^7.28.5"
|
|
921
|
+
"@babel/helper-optimise-call-expression" "^7.27.1"
|
|
922
|
+
"@babel/helper-replace-supers" "^7.28.6"
|
|
923
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
|
|
924
|
+
"@babel/traverse" "^7.28.6"
|
|
925
|
+
semver "^6.3.1"
|
|
926
|
+
|
|
870
927
|
"@babel/helper-globals@^7.28.0":
|
|
871
928
|
version "7.28.0"
|
|
872
929
|
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
|
|
@@ -888,7 +945,15 @@
|
|
|
888
945
|
"@babel/traverse" "^7.28.5"
|
|
889
946
|
"@babel/types" "^7.28.5"
|
|
890
947
|
|
|
891
|
-
"@babel/helper-module-imports@7.
|
|
948
|
+
"@babel/helper-module-imports@7.28.6", "@babel/helper-module-imports@^7.28.6":
|
|
949
|
+
version "7.28.6"
|
|
950
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
|
|
951
|
+
integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==
|
|
952
|
+
dependencies:
|
|
953
|
+
"@babel/traverse" "^7.28.6"
|
|
954
|
+
"@babel/types" "^7.28.6"
|
|
955
|
+
|
|
956
|
+
"@babel/helper-module-imports@^7.18.6", "@babel/helper-module-imports@^7.27.1":
|
|
892
957
|
version "7.27.1"
|
|
893
958
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
|
|
894
959
|
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
|
|
@@ -905,6 +970,15 @@
|
|
|
905
970
|
"@babel/helper-validator-identifier" "^7.27.1"
|
|
906
971
|
"@babel/traverse" "^7.28.3"
|
|
907
972
|
|
|
973
|
+
"@babel/helper-module-transforms@^7.28.6":
|
|
974
|
+
version "7.28.6"
|
|
975
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
|
|
976
|
+
integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==
|
|
977
|
+
dependencies:
|
|
978
|
+
"@babel/helper-module-imports" "^7.28.6"
|
|
979
|
+
"@babel/helper-validator-identifier" "^7.28.5"
|
|
980
|
+
"@babel/traverse" "^7.28.6"
|
|
981
|
+
|
|
908
982
|
"@babel/helper-optimise-call-expression@^7.27.1":
|
|
909
983
|
version "7.27.1"
|
|
910
984
|
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
|
|
@@ -917,6 +991,11 @@
|
|
|
917
991
|
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
|
|
918
992
|
integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
|
|
919
993
|
|
|
994
|
+
"@babel/helper-plugin-utils@^7.28.6":
|
|
995
|
+
version "7.28.6"
|
|
996
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8"
|
|
997
|
+
integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==
|
|
998
|
+
|
|
920
999
|
"@babel/helper-remap-async-to-generator@^7.27.1":
|
|
921
1000
|
version "7.27.1"
|
|
922
1001
|
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz#4601d5c7ce2eb2aea58328d43725523fcd362ce6"
|
|
@@ -935,6 +1014,15 @@
|
|
|
935
1014
|
"@babel/helper-optimise-call-expression" "^7.27.1"
|
|
936
1015
|
"@babel/traverse" "^7.27.1"
|
|
937
1016
|
|
|
1017
|
+
"@babel/helper-replace-supers@^7.28.6":
|
|
1018
|
+
version "7.28.6"
|
|
1019
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz#94aa9a1d7423a00aead3f204f78834ce7d53fe44"
|
|
1020
|
+
integrity sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==
|
|
1021
|
+
dependencies:
|
|
1022
|
+
"@babel/helper-member-expression-to-functions" "^7.28.5"
|
|
1023
|
+
"@babel/helper-optimise-call-expression" "^7.27.1"
|
|
1024
|
+
"@babel/traverse" "^7.28.6"
|
|
1025
|
+
|
|
938
1026
|
"@babel/helper-skip-transparent-expression-wrappers@^7.27.1":
|
|
939
1027
|
version "7.27.1"
|
|
940
1028
|
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz#62bb91b3abba8c7f1fec0252d9dbea11b3ee7a56"
|
|
@@ -988,6 +1076,14 @@
|
|
|
988
1076
|
"@babel/template" "^7.27.2"
|
|
989
1077
|
"@babel/types" "^7.28.4"
|
|
990
1078
|
|
|
1079
|
+
"@babel/helpers@^7.28.6":
|
|
1080
|
+
version "7.28.6"
|
|
1081
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.6.tgz#fca903a313ae675617936e8998b814c415cbf5d7"
|
|
1082
|
+
integrity sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==
|
|
1083
|
+
dependencies:
|
|
1084
|
+
"@babel/template" "^7.28.6"
|
|
1085
|
+
"@babel/types" "^7.28.6"
|
|
1086
|
+
|
|
991
1087
|
"@babel/parser@7.28.5", "@babel/parser@^7.23.9", "@babel/parser@^7.26.10", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.5", "@babel/parser@^7.9.0", "@babel/parser@~7.28.5":
|
|
992
1088
|
version "7.28.5"
|
|
993
1089
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
|
|
@@ -995,6 +1091,13 @@
|
|
|
995
1091
|
dependencies:
|
|
996
1092
|
"@babel/types" "^7.28.5"
|
|
997
1093
|
|
|
1094
|
+
"@babel/parser@^7.28.6":
|
|
1095
|
+
version "7.28.6"
|
|
1096
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.6.tgz#f01a8885b7fa1e56dd8a155130226cd698ef13fd"
|
|
1097
|
+
integrity sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==
|
|
1098
|
+
dependencies:
|
|
1099
|
+
"@babel/types" "^7.28.6"
|
|
1100
|
+
|
|
998
1101
|
"@babel/plugin-syntax-decorators@7.27.1":
|
|
999
1102
|
version "7.27.1"
|
|
1000
1103
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz#ee7dd9590aeebc05f9d4c8c0560007b05979a63d"
|
|
@@ -1016,39 +1119,39 @@
|
|
|
1016
1119
|
dependencies:
|
|
1017
1120
|
"@babel/helper-plugin-utils" "^7.27.1"
|
|
1018
1121
|
|
|
1019
|
-
"@babel/plugin-transform-async-generator-functions@7.28.
|
|
1020
|
-
version "7.28.
|
|
1021
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.
|
|
1022
|
-
integrity sha512-
|
|
1122
|
+
"@babel/plugin-transform-async-generator-functions@7.28.6":
|
|
1123
|
+
version "7.28.6"
|
|
1124
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.6.tgz#80cb86d3eaa2102e18ae90dd05ab87bdcad3877d"
|
|
1125
|
+
integrity sha512-9knsChgsMzBV5Yh3kkhrZNxH3oCYAfMBkNNaVN4cP2RVlFPe8wYdwwcnOsAbkdDoV9UjFtOXWrWB52M8W4jNeA==
|
|
1023
1126
|
dependencies:
|
|
1024
|
-
"@babel/helper-plugin-utils" "^7.
|
|
1127
|
+
"@babel/helper-plugin-utils" "^7.28.6"
|
|
1025
1128
|
"@babel/helper-remap-async-to-generator" "^7.27.1"
|
|
1026
|
-
"@babel/traverse" "^7.28.
|
|
1129
|
+
"@babel/traverse" "^7.28.6"
|
|
1027
1130
|
|
|
1028
|
-
"@babel/plugin-transform-async-to-generator@7.
|
|
1029
|
-
version "7.
|
|
1030
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.
|
|
1031
|
-
integrity sha512-
|
|
1131
|
+
"@babel/plugin-transform-async-to-generator@7.28.6":
|
|
1132
|
+
version "7.28.6"
|
|
1133
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.28.6.tgz#bd97b42237b2d1bc90d74bcb486c39be5b4d7e77"
|
|
1134
|
+
integrity sha512-ilTRcmbuXjsMmcZ3HASTe4caH5Tpo93PkTxF9oG2VZsSWsahydmcEHhix9Ik122RcTnZnUzPbmux4wh1swfv7g==
|
|
1032
1135
|
dependencies:
|
|
1033
|
-
"@babel/helper-module-imports" "^7.
|
|
1034
|
-
"@babel/helper-plugin-utils" "^7.
|
|
1136
|
+
"@babel/helper-module-imports" "^7.28.6"
|
|
1137
|
+
"@babel/helper-plugin-utils" "^7.28.6"
|
|
1035
1138
|
"@babel/helper-remap-async-to-generator" "^7.27.1"
|
|
1036
1139
|
|
|
1037
|
-
"@babel/plugin-transform-class-properties@7.
|
|
1038
|
-
version "7.
|
|
1039
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.
|
|
1040
|
-
integrity sha512-
|
|
1140
|
+
"@babel/plugin-transform-class-properties@7.28.6":
|
|
1141
|
+
version "7.28.6"
|
|
1142
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.28.6.tgz#d274a4478b6e782d9ea987fda09bdb6d28d66b72"
|
|
1143
|
+
integrity sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==
|
|
1041
1144
|
dependencies:
|
|
1042
|
-
"@babel/helper-create-class-features-plugin" "^7.
|
|
1043
|
-
"@babel/helper-plugin-utils" "^7.
|
|
1145
|
+
"@babel/helper-create-class-features-plugin" "^7.28.6"
|
|
1146
|
+
"@babel/helper-plugin-utils" "^7.28.6"
|
|
1044
1147
|
|
|
1045
|
-
"@babel/plugin-transform-destructuring@^7.28.
|
|
1046
|
-
version "7.28.
|
|
1047
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.
|
|
1048
|
-
integrity sha512-
|
|
1148
|
+
"@babel/plugin-transform-destructuring@^7.28.5":
|
|
1149
|
+
version "7.28.5"
|
|
1150
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz#b8402764df96179a2070bb7b501a1586cf8ad7a7"
|
|
1151
|
+
integrity sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==
|
|
1049
1152
|
dependencies:
|
|
1050
1153
|
"@babel/helper-plugin-utils" "^7.27.1"
|
|
1051
|
-
"@babel/traverse" "^7.28.
|
|
1154
|
+
"@babel/traverse" "^7.28.5"
|
|
1052
1155
|
|
|
1053
1156
|
"@babel/plugin-transform-modules-commonjs@^7.27.1":
|
|
1054
1157
|
version "7.27.1"
|
|
@@ -1058,16 +1161,16 @@
|
|
|
1058
1161
|
"@babel/helper-module-transforms" "^7.27.1"
|
|
1059
1162
|
"@babel/helper-plugin-utils" "^7.27.1"
|
|
1060
1163
|
|
|
1061
|
-
"@babel/plugin-transform-object-rest-spread@7.28.
|
|
1062
|
-
version "7.28.
|
|
1063
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.
|
|
1064
|
-
integrity sha512-
|
|
1164
|
+
"@babel/plugin-transform-object-rest-spread@7.28.6":
|
|
1165
|
+
version "7.28.6"
|
|
1166
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.6.tgz#fdd4bc2d72480db6ca42aed5c051f148d7b067f7"
|
|
1167
|
+
integrity sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA==
|
|
1065
1168
|
dependencies:
|
|
1066
|
-
"@babel/helper-compilation-targets" "^7.
|
|
1067
|
-
"@babel/helper-plugin-utils" "^7.
|
|
1068
|
-
"@babel/plugin-transform-destructuring" "^7.28.
|
|
1169
|
+
"@babel/helper-compilation-targets" "^7.28.6"
|
|
1170
|
+
"@babel/helper-plugin-utils" "^7.28.6"
|
|
1171
|
+
"@babel/plugin-transform-destructuring" "^7.28.5"
|
|
1069
1172
|
"@babel/plugin-transform-parameters" "^7.27.7"
|
|
1070
|
-
"@babel/traverse" "^7.28.
|
|
1173
|
+
"@babel/traverse" "^7.28.6"
|
|
1071
1174
|
|
|
1072
1175
|
"@babel/plugin-transform-parameters@^7.27.7":
|
|
1073
1176
|
version "7.27.7"
|
|
@@ -1107,7 +1210,16 @@
|
|
|
1107
1210
|
"@babel/parser" "^7.27.2"
|
|
1108
1211
|
"@babel/types" "^7.27.1"
|
|
1109
1212
|
|
|
1110
|
-
"@babel/
|
|
1213
|
+
"@babel/template@^7.28.6":
|
|
1214
|
+
version "7.28.6"
|
|
1215
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57"
|
|
1216
|
+
integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==
|
|
1217
|
+
dependencies:
|
|
1218
|
+
"@babel/code-frame" "^7.28.6"
|
|
1219
|
+
"@babel/parser" "^7.28.6"
|
|
1220
|
+
"@babel/types" "^7.28.6"
|
|
1221
|
+
|
|
1222
|
+
"@babel/traverse@7.28.5", "@babel/traverse@^7.26.10", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.5", "@babel/traverse@~7.28.5":
|
|
1111
1223
|
version "7.28.5"
|
|
1112
1224
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
|
|
1113
1225
|
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
|
|
@@ -1120,6 +1232,19 @@
|
|
|
1120
1232
|
"@babel/types" "^7.28.5"
|
|
1121
1233
|
debug "^4.3.1"
|
|
1122
1234
|
|
|
1235
|
+
"@babel/traverse@^7.28.6":
|
|
1236
|
+
version "7.28.6"
|
|
1237
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.6.tgz#871ddc79a80599a5030c53b1cc48cbe3a5583c2e"
|
|
1238
|
+
integrity sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==
|
|
1239
|
+
dependencies:
|
|
1240
|
+
"@babel/code-frame" "^7.28.6"
|
|
1241
|
+
"@babel/generator" "^7.28.6"
|
|
1242
|
+
"@babel/helper-globals" "^7.28.0"
|
|
1243
|
+
"@babel/parser" "^7.28.6"
|
|
1244
|
+
"@babel/template" "^7.28.6"
|
|
1245
|
+
"@babel/types" "^7.28.6"
|
|
1246
|
+
debug "^4.3.1"
|
|
1247
|
+
|
|
1123
1248
|
"@babel/types@7.28.5", "@babel/types@^7.22.10", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.28.5", "@babel/types@^7.9.0", "@babel/types@~7.28.5":
|
|
1124
1249
|
version "7.28.5"
|
|
1125
1250
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
|
|
@@ -1128,6 +1253,14 @@
|
|
|
1128
1253
|
"@babel/helper-string-parser" "^7.27.1"
|
|
1129
1254
|
"@babel/helper-validator-identifier" "^7.28.5"
|
|
1130
1255
|
|
|
1256
|
+
"@babel/types@7.28.6", "@babel/types@^7.28.6":
|
|
1257
|
+
version "7.28.6"
|
|
1258
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.6.tgz#c3e9377f1b155005bcc4c46020e7e394e13089df"
|
|
1259
|
+
integrity sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==
|
|
1260
|
+
dependencies:
|
|
1261
|
+
"@babel/helper-string-parser" "^7.27.1"
|
|
1262
|
+
"@babel/helper-validator-identifier" "^7.28.5"
|
|
1263
|
+
|
|
1131
1264
|
"@commitlint/cli@^17.1.2":
|
|
1132
1265
|
version "17.8.1"
|
|
1133
1266
|
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.8.1.tgz#10492114a022c91dcfb1d84dac773abb3db76d33"
|
|
@@ -2169,69 +2302,69 @@
|
|
|
2169
2302
|
dependencies:
|
|
2170
2303
|
"@locker/shared" "0.26.2"
|
|
2171
2304
|
|
|
2172
|
-
"@lwc/aria-reflection@8.28.
|
|
2173
|
-
version "8.28.
|
|
2174
|
-
resolved "https://registry.yarnpkg.com/@lwc/aria-reflection/-/aria-reflection-8.28.
|
|
2175
|
-
integrity sha512-
|
|
2305
|
+
"@lwc/aria-reflection@8.28.2":
|
|
2306
|
+
version "8.28.2"
|
|
2307
|
+
resolved "https://registry.yarnpkg.com/@lwc/aria-reflection/-/aria-reflection-8.28.2.tgz#8acea131a7d470837c3774ce384278a692232e9c"
|
|
2308
|
+
integrity sha512-Klzs3OTlNs1QkvjmPDwq2EoFMiF0fLuTQgO2x9BTE/RZtvtIzcISVA3lAQpfHra7OBMrA3D2aQKyw7I0v0ldiw==
|
|
2176
2309
|
|
|
2177
|
-
"@lwc/babel-plugin-component@8.28.
|
|
2178
|
-
version "8.28.
|
|
2179
|
-
resolved "https://registry.yarnpkg.com/@lwc/babel-plugin-component/-/babel-plugin-component-8.28.
|
|
2180
|
-
integrity sha512-
|
|
2310
|
+
"@lwc/babel-plugin-component@8.28.2":
|
|
2311
|
+
version "8.28.2"
|
|
2312
|
+
resolved "https://registry.yarnpkg.com/@lwc/babel-plugin-component/-/babel-plugin-component-8.28.2.tgz#c3dfa986bf76bbeada672db960224b3c0ae3c0fd"
|
|
2313
|
+
integrity sha512-9OgW3yL4rDNJcrf0BGXwQqPe0J+Cq3M91SuI0Vc1B5OPwAjxxZ2PGayXxyWQ/jnMkM5z2FfjrWGiWbhLiLEsxA==
|
|
2181
2314
|
dependencies:
|
|
2182
|
-
"@babel/helper-module-imports" "7.
|
|
2183
|
-
"@lwc/errors" "8.28.
|
|
2184
|
-
"@lwc/shared" "8.28.
|
|
2315
|
+
"@babel/helper-module-imports" "7.28.6"
|
|
2316
|
+
"@lwc/errors" "8.28.2"
|
|
2317
|
+
"@lwc/shared" "8.28.2"
|
|
2185
2318
|
line-column "~1.0.2"
|
|
2186
2319
|
|
|
2187
|
-
"@lwc/compiler@8.28.
|
|
2188
|
-
version "8.28.
|
|
2189
|
-
resolved "https://registry.yarnpkg.com/@lwc/compiler/-/compiler-8.28.
|
|
2190
|
-
integrity sha512-
|
|
2320
|
+
"@lwc/compiler@8.28.2":
|
|
2321
|
+
version "8.28.2"
|
|
2322
|
+
resolved "https://registry.yarnpkg.com/@lwc/compiler/-/compiler-8.28.2.tgz#b3c7083b67a41a0eb4c8d6dc20ff3d6cc5a4c734"
|
|
2323
|
+
integrity sha512-H+8tLAip8qUML0j5UPonGQJY3UB6FAtlz+WpX3GUnGY8BMRJKI22fWgZ/dR9kdUHoGFTuoT+Cx8jNOU+oAtPog==
|
|
2191
2324
|
dependencies:
|
|
2192
|
-
"@babel/core" "7.28.
|
|
2193
|
-
"@babel/plugin-transform-async-generator-functions" "7.28.
|
|
2194
|
-
"@babel/plugin-transform-async-to-generator" "7.
|
|
2195
|
-
"@babel/plugin-transform-class-properties" "7.
|
|
2196
|
-
"@babel/plugin-transform-object-rest-spread" "7.28.
|
|
2325
|
+
"@babel/core" "7.28.6"
|
|
2326
|
+
"@babel/plugin-transform-async-generator-functions" "7.28.6"
|
|
2327
|
+
"@babel/plugin-transform-async-to-generator" "7.28.6"
|
|
2328
|
+
"@babel/plugin-transform-class-properties" "7.28.6"
|
|
2329
|
+
"@babel/plugin-transform-object-rest-spread" "7.28.6"
|
|
2197
2330
|
"@locker/babel-plugin-transform-unforgeables" "0.22.0"
|
|
2198
|
-
"@lwc/babel-plugin-component" "8.28.
|
|
2199
|
-
"@lwc/errors" "8.28.
|
|
2200
|
-
"@lwc/shared" "8.28.
|
|
2201
|
-
"@lwc/ssr-compiler" "8.28.
|
|
2202
|
-
"@lwc/style-compiler" "8.28.
|
|
2203
|
-
"@lwc/template-compiler" "8.28.
|
|
2204
|
-
|
|
2205
|
-
"@lwc/dev-server-plugin-lex@13.3.
|
|
2206
|
-
version "13.3.
|
|
2207
|
-
resolved "https://registry.yarnpkg.com/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.3.
|
|
2208
|
-
integrity sha512-
|
|
2331
|
+
"@lwc/babel-plugin-component" "8.28.2"
|
|
2332
|
+
"@lwc/errors" "8.28.2"
|
|
2333
|
+
"@lwc/shared" "8.28.2"
|
|
2334
|
+
"@lwc/ssr-compiler" "8.28.2"
|
|
2335
|
+
"@lwc/style-compiler" "8.28.2"
|
|
2336
|
+
"@lwc/template-compiler" "8.28.2"
|
|
2337
|
+
|
|
2338
|
+
"@lwc/dev-server-plugin-lex@13.3.14":
|
|
2339
|
+
version "13.3.14"
|
|
2340
|
+
resolved "https://registry.yarnpkg.com/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.3.14.tgz#d58bb7fbb07eb9cf6cfc72a02835c408df15da9a"
|
|
2341
|
+
integrity sha512-wRE2jiS3EQJvv7zgzaj1wgFqvOVG9debzWhGMUJ4tVw56+LgofdSiTsSvPLitVEWN3Zaf1Xf36NvqfyryLEo8g==
|
|
2209
2342
|
dependencies:
|
|
2210
2343
|
magic-string "~0.30.21"
|
|
2211
2344
|
|
|
2212
|
-
"@lwc/engine-core@8.28.
|
|
2213
|
-
version "8.28.
|
|
2214
|
-
resolved "https://registry.yarnpkg.com/@lwc/engine-core/-/engine-core-8.28.
|
|
2215
|
-
integrity sha512-
|
|
2345
|
+
"@lwc/engine-core@8.28.2":
|
|
2346
|
+
version "8.28.2"
|
|
2347
|
+
resolved "https://registry.yarnpkg.com/@lwc/engine-core/-/engine-core-8.28.2.tgz#3a94799da59e7244e2a3455ba548263b2c45de51"
|
|
2348
|
+
integrity sha512-WDfNok9ViJVrqJCBTD3Qe2F+oHj59EIGCUCcF3r5DMrEgxXBid7zXBwQ+XLsuS0TsAqgxcZ98IGGDw05H9n1uw==
|
|
2216
2349
|
dependencies:
|
|
2217
|
-
"@lwc/features" "8.28.
|
|
2218
|
-
"@lwc/shared" "8.28.
|
|
2219
|
-
"@lwc/signals" "8.28.
|
|
2350
|
+
"@lwc/features" "8.28.2"
|
|
2351
|
+
"@lwc/shared" "8.28.2"
|
|
2352
|
+
"@lwc/signals" "8.28.2"
|
|
2220
2353
|
|
|
2221
|
-
"@lwc/engine-dom@8.28.
|
|
2222
|
-
version "8.28.
|
|
2223
|
-
resolved "https://registry.yarnpkg.com/@lwc/engine-dom/-/engine-dom-8.28.
|
|
2224
|
-
integrity sha512-
|
|
2354
|
+
"@lwc/engine-dom@8.28.2":
|
|
2355
|
+
version "8.28.2"
|
|
2356
|
+
resolved "https://registry.yarnpkg.com/@lwc/engine-dom/-/engine-dom-8.28.2.tgz#2fbe9524a6cd03c854b2901719602bc050160ad9"
|
|
2357
|
+
integrity sha512-8rwINiI85DcK7TYzhXLKAhSs77MpREV52wwhsIfpqz3Bo/m3rNHwjz6zeneK0UgqsSom90VFmGpke9Yf7plqSw==
|
|
2225
2358
|
|
|
2226
|
-
"@lwc/engine-server@8.28.
|
|
2227
|
-
version "8.28.
|
|
2228
|
-
resolved "https://registry.yarnpkg.com/@lwc/engine-server/-/engine-server-8.28.
|
|
2229
|
-
integrity sha512-
|
|
2359
|
+
"@lwc/engine-server@8.28.2":
|
|
2360
|
+
version "8.28.2"
|
|
2361
|
+
resolved "https://registry.yarnpkg.com/@lwc/engine-server/-/engine-server-8.28.2.tgz#ff1195968e3b50be09fa7ea64a991c23872e99de"
|
|
2362
|
+
integrity sha512-tqyRX2b2wGjqwkILafnrs9WmKcCzo8Jlioyavmu4WVwJm3Rw0fqW8HyNACFY42t6A/Uop8CzFdXo2jDPLwJS9g==
|
|
2230
2363
|
|
|
2231
|
-
"@lwc/errors@8.28.
|
|
2232
|
-
version "8.28.
|
|
2233
|
-
resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-8.28.
|
|
2234
|
-
integrity sha512-
|
|
2364
|
+
"@lwc/errors@8.28.2":
|
|
2365
|
+
version "8.28.2"
|
|
2366
|
+
resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-8.28.2.tgz#50bae5dfd45f08be456d07180c600bd169f8c5e6"
|
|
2367
|
+
integrity sha512-zf4Z1JCILrpwi1BGrtm0iiDrtD0mlNxWpPZZrVY8rCycvKP8DQvw4sXQdATiwu9IJAMWsYckFj84xxod6jITxA==
|
|
2235
2368
|
|
|
2236
2369
|
"@lwc/eslint-plugin-lwc-platform@6.3.0":
|
|
2237
2370
|
version "6.3.0"
|
|
@@ -2249,25 +2382,25 @@
|
|
|
2249
2382
|
globals "~15.14.0"
|
|
2250
2383
|
minimatch "~9.0.4"
|
|
2251
2384
|
|
|
2252
|
-
"@lwc/features@8.28.
|
|
2253
|
-
version "8.28.
|
|
2254
|
-
resolved "https://registry.yarnpkg.com/@lwc/features/-/features-8.28.
|
|
2255
|
-
integrity sha512-
|
|
2385
|
+
"@lwc/features@8.28.2":
|
|
2386
|
+
version "8.28.2"
|
|
2387
|
+
resolved "https://registry.yarnpkg.com/@lwc/features/-/features-8.28.2.tgz#5db247ac7642e7d6b842a5c83effc9c3ceaa53e4"
|
|
2388
|
+
integrity sha512-sGqPcg7yYWSQDVAspljavT/NUzEE7qkzcfLfSbGoVvZzqpqzqVg8YS3/fqhbcMH/6owIJUMASgPvUIg5SqsFRg==
|
|
2256
2389
|
dependencies:
|
|
2257
|
-
"@lwc/shared" "8.28.
|
|
2390
|
+
"@lwc/shared" "8.28.2"
|
|
2258
2391
|
|
|
2259
|
-
"@lwc/lwc-dev-server-types@13.3.
|
|
2260
|
-
version "13.3.
|
|
2261
|
-
resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.3.
|
|
2262
|
-
integrity sha512-
|
|
2392
|
+
"@lwc/lwc-dev-server-types@13.3.14":
|
|
2393
|
+
version "13.3.14"
|
|
2394
|
+
resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.3.14.tgz#f84c4fc7433d68c66a262ac300d9e4b64f191815"
|
|
2395
|
+
integrity sha512-dC9tg58EZ/q/F52KyajFudXax4OVaUbJR906uO8b5a7kEtytWj9Xtf74BTSrNQmYZ6ij5qVDFvnetjaLQANs7A==
|
|
2263
2396
|
|
|
2264
|
-
"@lwc/lwc-dev-server@~13.3.
|
|
2265
|
-
version "13.3.
|
|
2266
|
-
resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server/-/lwc-dev-server-13.3.
|
|
2267
|
-
integrity sha512-
|
|
2397
|
+
"@lwc/lwc-dev-server@~13.3.14":
|
|
2398
|
+
version "13.3.14"
|
|
2399
|
+
resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server/-/lwc-dev-server-13.3.14.tgz#56fe04843b8079d7498bd20f082e2acf86295042"
|
|
2400
|
+
integrity sha512-udTC+Ls/I1efnxkv6ghfxp0yhi5Q8L4ozLG4quhtQbT0nIOpyKtmMIwF9vApC3GTiTi2azLw6FP9DDaRNtPmIQ==
|
|
2268
2401
|
dependencies:
|
|
2269
|
-
"@lwc/lwc-dev-server-types" "13.3.
|
|
2270
|
-
"@lwc/sfdc-lwc-compiler" "13.3.
|
|
2402
|
+
"@lwc/lwc-dev-server-types" "13.3.14"
|
|
2403
|
+
"@lwc/sfdc-lwc-compiler" "13.3.14"
|
|
2271
2404
|
chalk "~5.6.2"
|
|
2272
2405
|
chokidar "~3.6.0"
|
|
2273
2406
|
commander "~14.0.2"
|
|
@@ -2275,45 +2408,45 @@
|
|
|
2275
2408
|
glob "^11.0.3"
|
|
2276
2409
|
ws "^8.18.3"
|
|
2277
2410
|
|
|
2278
|
-
"@lwc/metadata@13.3.
|
|
2279
|
-
version "13.3.
|
|
2280
|
-
resolved "https://registry.yarnpkg.com/@lwc/metadata/-/metadata-13.3.
|
|
2281
|
-
integrity sha512-
|
|
2411
|
+
"@lwc/metadata@13.3.14":
|
|
2412
|
+
version "13.3.14"
|
|
2413
|
+
resolved "https://registry.yarnpkg.com/@lwc/metadata/-/metadata-13.3.14.tgz#4fefa51d24e4781c62887731c0a8e02a53d2516a"
|
|
2414
|
+
integrity sha512-7/+/5DAGw9gKuNQbJyM0R6jWf7oe1GWk87m+XqE8cimvr//PbthfGnXtMv4rg4rdRgqMwsEKWKSJIBUNtgWmdA==
|
|
2282
2415
|
dependencies:
|
|
2283
2416
|
"@babel/parser" "~7.28.5"
|
|
2284
2417
|
"@babel/traverse" "~7.28.5"
|
|
2285
2418
|
"@babel/types" "~7.28.5"
|
|
2286
|
-
"@lwc/sfdc-compiler-utils" "13.3.
|
|
2419
|
+
"@lwc/sfdc-compiler-utils" "13.3.14"
|
|
2287
2420
|
postcss "~8.5.6"
|
|
2288
2421
|
postcss-selector-parser "~7.1.0"
|
|
2289
2422
|
postcss-value-parser "~4.2.0"
|
|
2290
2423
|
|
|
2291
|
-
"@lwc/module-resolver@8.28.
|
|
2292
|
-
version "8.28.
|
|
2293
|
-
resolved "https://registry.yarnpkg.com/@lwc/module-resolver/-/module-resolver-8.28.
|
|
2294
|
-
integrity sha512-
|
|
2424
|
+
"@lwc/module-resolver@8.28.2":
|
|
2425
|
+
version "8.28.2"
|
|
2426
|
+
resolved "https://registry.yarnpkg.com/@lwc/module-resolver/-/module-resolver-8.28.2.tgz#16ea49bc11a8f8f3cfebc2ea7a1dfb5c62bfe701"
|
|
2427
|
+
integrity sha512-VN0ewQqMGv9d1WFDfagEx96+yN4sLCiIdUyRsbEQwd15h7U8kg3c6/iT+VY93QdaLZeCZx7VSDtjkrSN3k4Thg==
|
|
2295
2428
|
dependencies:
|
|
2296
2429
|
resolve "~1.22.11"
|
|
2297
2430
|
|
|
2298
|
-
"@lwc/rollup-plugin@8.28.
|
|
2299
|
-
version "8.28.
|
|
2300
|
-
resolved "https://registry.yarnpkg.com/@lwc/rollup-plugin/-/rollup-plugin-8.28.
|
|
2301
|
-
integrity sha512-
|
|
2431
|
+
"@lwc/rollup-plugin@8.28.2":
|
|
2432
|
+
version "8.28.2"
|
|
2433
|
+
resolved "https://registry.yarnpkg.com/@lwc/rollup-plugin/-/rollup-plugin-8.28.2.tgz#e8c712279078813ed1e360045fa5286109d78932"
|
|
2434
|
+
integrity sha512-fJN28z8kHP7toAXfSggqrqOYa7iy1cXrJcPKehE50o68+TnZ2P1Yx0VhR1id4wLcUDhNohP8g1LNPg34hpwqfA==
|
|
2302
2435
|
dependencies:
|
|
2303
|
-
"@lwc/compiler" "8.28.
|
|
2304
|
-
"@lwc/module-resolver" "8.28.
|
|
2305
|
-
"@lwc/shared" "8.28.
|
|
2436
|
+
"@lwc/compiler" "8.28.2"
|
|
2437
|
+
"@lwc/module-resolver" "8.28.2"
|
|
2438
|
+
"@lwc/shared" "8.28.2"
|
|
2306
2439
|
"@rollup/pluginutils" "~5.3.0"
|
|
2307
2440
|
|
|
2308
|
-
"@lwc/sfdc-compiler-utils@13.3.
|
|
2309
|
-
version "13.3.
|
|
2310
|
-
resolved "https://registry.yarnpkg.com/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.3.
|
|
2311
|
-
integrity sha512-
|
|
2441
|
+
"@lwc/sfdc-compiler-utils@13.3.14":
|
|
2442
|
+
version "13.3.14"
|
|
2443
|
+
resolved "https://registry.yarnpkg.com/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.3.14.tgz#c6f881d6c120dd235245747c1b3769c3bf741383"
|
|
2444
|
+
integrity sha512-QygUT5Juf4Z4NJ3upmwwWkzRHteCO78aGhYKnb9sDaQQgNBMuhLqdQ2V7GxToTZ/aGJJXFjW0CTEtobPXOiLKw==
|
|
2312
2445
|
|
|
2313
|
-
"@lwc/sfdc-lwc-compiler@13.3.
|
|
2314
|
-
version "13.3.
|
|
2315
|
-
resolved "https://registry.yarnpkg.com/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.3.
|
|
2316
|
-
integrity sha512-
|
|
2446
|
+
"@lwc/sfdc-lwc-compiler@13.3.14", "@lwc/sfdc-lwc-compiler@~13.3.8":
|
|
2447
|
+
version "13.3.14"
|
|
2448
|
+
resolved "https://registry.yarnpkg.com/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.3.14.tgz#b0516074145936d3cf4c3e612af110aa3e4cd015"
|
|
2449
|
+
integrity sha512-wFnKvdmv+es6KNlh32jRZ8h8kziiyf7FTIo5YO1Zpd2oG+jPoegEeDKQz/6+c/yMpDTZyRth8P/+TbOlIFBLwQ==
|
|
2317
2450
|
dependencies:
|
|
2318
2451
|
"@babel/core" "7.28.5"
|
|
2319
2452
|
"@babel/parser" "7.28.5"
|
|
@@ -2322,11 +2455,11 @@
|
|
|
2322
2455
|
"@babel/traverse" "7.28.5"
|
|
2323
2456
|
"@babel/types" "7.28.5"
|
|
2324
2457
|
"@komaci/esm-generator" "260.31.0"
|
|
2325
|
-
"@lwc/dev-server-plugin-lex" "13.3.
|
|
2458
|
+
"@lwc/dev-server-plugin-lex" "13.3.14"
|
|
2326
2459
|
"@lwc/eslint-plugin-lwc" "3.3.0"
|
|
2327
2460
|
"@lwc/eslint-plugin-lwc-platform" "6.3.0"
|
|
2328
|
-
"@lwc/metadata" "13.3.
|
|
2329
|
-
"@lwc/sfdc-compiler-utils" "13.3.
|
|
2461
|
+
"@lwc/metadata" "13.3.14"
|
|
2462
|
+
"@lwc/sfdc-compiler-utils" "13.3.14"
|
|
2330
2463
|
"@rollup/plugin-babel" "^6.1.0"
|
|
2331
2464
|
"@rollup/plugin-replace" "^6.0.3"
|
|
2332
2465
|
"@rollup/wasm-node" "4.52.5"
|
|
@@ -2348,73 +2481,73 @@
|
|
|
2348
2481
|
postcss-selector-parser "~7.1.0"
|
|
2349
2482
|
terser "~5.44.0"
|
|
2350
2483
|
|
|
2351
|
-
"@lwc/shared@8.28.
|
|
2352
|
-
version "8.28.
|
|
2353
|
-
resolved "https://registry.yarnpkg.com/@lwc/shared/-/shared-8.28.
|
|
2354
|
-
integrity sha512-
|
|
2355
|
-
|
|
2356
|
-
"@lwc/signals@8.28.
|
|
2357
|
-
version "8.28.
|
|
2358
|
-
resolved "https://registry.yarnpkg.com/@lwc/signals/-/signals-8.28.
|
|
2359
|
-
integrity sha512-
|
|
2360
|
-
|
|
2361
|
-
"@lwc/ssr-compiler@8.28.
|
|
2362
|
-
version "8.28.
|
|
2363
|
-
resolved "https://registry.yarnpkg.com/@lwc/ssr-compiler/-/ssr-compiler-8.28.
|
|
2364
|
-
integrity sha512-
|
|
2365
|
-
dependencies:
|
|
2366
|
-
"@babel/types" "7.28.
|
|
2367
|
-
"@lwc/errors" "8.28.
|
|
2368
|
-
"@lwc/shared" "8.28.
|
|
2369
|
-
"@lwc/template-compiler" "8.28.
|
|
2484
|
+
"@lwc/shared@8.28.2":
|
|
2485
|
+
version "8.28.2"
|
|
2486
|
+
resolved "https://registry.yarnpkg.com/@lwc/shared/-/shared-8.28.2.tgz#7517dd415f30b2533454520073e4cab9f2a0fe97"
|
|
2487
|
+
integrity sha512-o3mic+/tl5blFVIhp/GES+mccm2NSBY2GNSZxcjDYfpWoBD8w8ePM3eLNQIoV7ts1gEq4VcCu2WhM9+Es21jxA==
|
|
2488
|
+
|
|
2489
|
+
"@lwc/signals@8.28.2":
|
|
2490
|
+
version "8.28.2"
|
|
2491
|
+
resolved "https://registry.yarnpkg.com/@lwc/signals/-/signals-8.28.2.tgz#562ab2ad0950f1067f801fd1cd8514c119762ce8"
|
|
2492
|
+
integrity sha512-tl9SGcn8nz3HV6DwYGQfmuINPS/tOW/C4Qm6b9b6h8/VNBWud29HfsQmGV2vI/ZUR9nETbW7jj2jPhDkpt9ifw==
|
|
2493
|
+
|
|
2494
|
+
"@lwc/ssr-compiler@8.28.2":
|
|
2495
|
+
version "8.28.2"
|
|
2496
|
+
resolved "https://registry.yarnpkg.com/@lwc/ssr-compiler/-/ssr-compiler-8.28.2.tgz#5476353f3a8d578febc6f05871e5ac68228894f8"
|
|
2497
|
+
integrity sha512-Si7ow/ANFk3RofHc8Kfkyl4k0Ji6NHO1+2xc20XgyuAp2Q74zn3BQO/HJ0PbnTKFu8THeWia4c4+tpvl6nyF1g==
|
|
2498
|
+
dependencies:
|
|
2499
|
+
"@babel/types" "7.28.6"
|
|
2500
|
+
"@lwc/errors" "8.28.2"
|
|
2501
|
+
"@lwc/shared" "8.28.2"
|
|
2502
|
+
"@lwc/template-compiler" "8.28.2"
|
|
2370
2503
|
acorn "8.15.0"
|
|
2371
2504
|
astring "^1.9.0"
|
|
2372
2505
|
estree-toolkit "^1.7.13"
|
|
2373
2506
|
immer "^11.1.3"
|
|
2374
2507
|
meriyah "^5.0.0"
|
|
2375
2508
|
|
|
2376
|
-
"@lwc/ssr-runtime@8.28.
|
|
2377
|
-
version "8.28.
|
|
2378
|
-
resolved "https://registry.yarnpkg.com/@lwc/ssr-runtime/-/ssr-runtime-8.28.
|
|
2379
|
-
integrity sha512-
|
|
2509
|
+
"@lwc/ssr-runtime@8.28.2":
|
|
2510
|
+
version "8.28.2"
|
|
2511
|
+
resolved "https://registry.yarnpkg.com/@lwc/ssr-runtime/-/ssr-runtime-8.28.2.tgz#744e7836a6b7d83ed02d69d3e4b3e2999173a64f"
|
|
2512
|
+
integrity sha512-Wr0MTk1S7LoqxnIhsrIXGk9vf3Lspt/c1/Noo8bh7cWJDFN8rN8XxKeaPLB8JShjuP9j4SH1jIWuPqV3+1Qnfw==
|
|
2380
2513
|
|
|
2381
|
-
"@lwc/style-compiler@8.28.
|
|
2382
|
-
version "8.28.
|
|
2383
|
-
resolved "https://registry.yarnpkg.com/@lwc/style-compiler/-/style-compiler-8.28.
|
|
2384
|
-
integrity sha512-
|
|
2514
|
+
"@lwc/style-compiler@8.28.2":
|
|
2515
|
+
version "8.28.2"
|
|
2516
|
+
resolved "https://registry.yarnpkg.com/@lwc/style-compiler/-/style-compiler-8.28.2.tgz#d54fac68727459892eacc276eb46df2310720e72"
|
|
2517
|
+
integrity sha512-MWKX6h78bVl/vruZnDJoxgsU88bqm6StzStF+ovoYPk79Bo22yzM/5U0ZwuVEdmDb2AOhnu+xnVEYEopW27izA==
|
|
2385
2518
|
dependencies:
|
|
2386
|
-
"@lwc/shared" "8.28.
|
|
2519
|
+
"@lwc/shared" "8.28.2"
|
|
2387
2520
|
postcss "~8.5.6"
|
|
2388
2521
|
postcss-selector-parser "~7.1.1"
|
|
2389
2522
|
postcss-value-parser "~4.2.0"
|
|
2390
2523
|
|
|
2391
|
-
"@lwc/synthetic-shadow@8.28.
|
|
2392
|
-
version "8.28.
|
|
2393
|
-
resolved "https://registry.yarnpkg.com/@lwc/synthetic-shadow/-/synthetic-shadow-8.28.
|
|
2394
|
-
integrity sha512-
|
|
2524
|
+
"@lwc/synthetic-shadow@8.28.2":
|
|
2525
|
+
version "8.28.2"
|
|
2526
|
+
resolved "https://registry.yarnpkg.com/@lwc/synthetic-shadow/-/synthetic-shadow-8.28.2.tgz#cddba720ee46f1aeaa6694242ce9d8fe6b91ea90"
|
|
2527
|
+
integrity sha512-RZZBUHQ8TdG+foC2sS8qx9rUL8A7trttlglOQlTqPaoBKWb92TjQP7FLmOG5By4w4lSCBFxjedfrtDMT7zIdFQ==
|
|
2395
2528
|
|
|
2396
|
-
"@lwc/template-compiler@8.28.
|
|
2397
|
-
version "8.28.
|
|
2398
|
-
resolved "https://registry.yarnpkg.com/@lwc/template-compiler/-/template-compiler-8.28.
|
|
2399
|
-
integrity sha512-
|
|
2529
|
+
"@lwc/template-compiler@8.28.2":
|
|
2530
|
+
version "8.28.2"
|
|
2531
|
+
resolved "https://registry.yarnpkg.com/@lwc/template-compiler/-/template-compiler-8.28.2.tgz#3cd88bd530d189afba25407e7be1ed1084cea315"
|
|
2532
|
+
integrity sha512-w9BjKBb/QBYSnoRr/DmIU0Hj++podwX3tqSwBLY9WFxwqyNu28Bz2ejqUEG8I2aY8eakPqFUxvySM5dOEdWXqQ==
|
|
2400
2533
|
dependencies:
|
|
2401
|
-
"@lwc/errors" "8.28.
|
|
2402
|
-
"@lwc/shared" "8.28.
|
|
2534
|
+
"@lwc/errors" "8.28.2"
|
|
2535
|
+
"@lwc/shared" "8.28.2"
|
|
2403
2536
|
acorn "~8.15.0"
|
|
2404
2537
|
astring "~1.9.0"
|
|
2405
2538
|
he "~1.2.0"
|
|
2406
2539
|
|
|
2407
|
-
"@lwc/types@8.28.
|
|
2408
|
-
version "8.28.
|
|
2409
|
-
resolved "https://registry.yarnpkg.com/@lwc/types/-/types-8.28.
|
|
2410
|
-
integrity sha512-
|
|
2540
|
+
"@lwc/types@8.28.2":
|
|
2541
|
+
version "8.28.2"
|
|
2542
|
+
resolved "https://registry.yarnpkg.com/@lwc/types/-/types-8.28.2.tgz#772c4088447147f9b9c580e5f901f592670c5f0f"
|
|
2543
|
+
integrity sha512-kEEnM8q5i6KLhg/egD1Z5CTDM0P1eo5GiM87F+YLrsibmHtu7c9fwATfNL2Qa6FxSCTp/pmIr/891JJUO+TwUQ==
|
|
2411
2544
|
dependencies:
|
|
2412
|
-
"@lwc/engine-core" "8.28.
|
|
2545
|
+
"@lwc/engine-core" "8.28.2"
|
|
2413
2546
|
|
|
2414
|
-
"@lwc/wire-service@8.28.
|
|
2415
|
-
version "8.28.
|
|
2416
|
-
resolved "https://registry.yarnpkg.com/@lwc/wire-service/-/wire-service-8.28.
|
|
2417
|
-
integrity sha512-
|
|
2547
|
+
"@lwc/wire-service@8.28.2":
|
|
2548
|
+
version "8.28.2"
|
|
2549
|
+
resolved "https://registry.yarnpkg.com/@lwc/wire-service/-/wire-service-8.28.2.tgz#4bfc9302b59b2c9d37e9c8c6f3183aa5a223c886"
|
|
2550
|
+
integrity sha512-oq0lcnx2WwRCR8WzYW1thSbV4iWGRd2p5nBJQXWy26pfUVzv3UD/FOH5v+zAPRLgi27iPa0Ccbo8Qv88ih9wCA==
|
|
2418
2551
|
|
|
2419
2552
|
"@lwrjs/api@0.21.5":
|
|
2420
2553
|
version "0.21.5"
|
|
@@ -8865,29 +8998,29 @@ lunr@^2.3.9:
|
|
|
8865
8998
|
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1"
|
|
8866
8999
|
integrity sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==
|
|
8867
9000
|
|
|
8868
|
-
lwc@~8.28.
|
|
8869
|
-
version "8.28.
|
|
8870
|
-
resolved "https://registry.yarnpkg.com/lwc/-/lwc-8.28.
|
|
8871
|
-
integrity sha512-
|
|
8872
|
-
dependencies:
|
|
8873
|
-
"@lwc/aria-reflection" "8.28.
|
|
8874
|
-
"@lwc/babel-plugin-component" "8.28.
|
|
8875
|
-
"@lwc/compiler" "8.28.
|
|
8876
|
-
"@lwc/engine-core" "8.28.
|
|
8877
|
-
"@lwc/engine-dom" "8.28.
|
|
8878
|
-
"@lwc/engine-server" "8.28.
|
|
8879
|
-
"@lwc/errors" "8.28.
|
|
8880
|
-
"@lwc/features" "8.28.
|
|
8881
|
-
"@lwc/module-resolver" "8.28.
|
|
8882
|
-
"@lwc/rollup-plugin" "8.28.
|
|
8883
|
-
"@lwc/shared" "8.28.
|
|
8884
|
-
"@lwc/ssr-compiler" "8.28.
|
|
8885
|
-
"@lwc/ssr-runtime" "8.28.
|
|
8886
|
-
"@lwc/style-compiler" "8.28.
|
|
8887
|
-
"@lwc/synthetic-shadow" "8.28.
|
|
8888
|
-
"@lwc/template-compiler" "8.28.
|
|
8889
|
-
"@lwc/types" "8.28.
|
|
8890
|
-
"@lwc/wire-service" "8.28.
|
|
9001
|
+
lwc@~8.28.2:
|
|
9002
|
+
version "8.28.2"
|
|
9003
|
+
resolved "https://registry.yarnpkg.com/lwc/-/lwc-8.28.2.tgz#969fe5781f9fe12511c092ac0c83a0dd11ac52a8"
|
|
9004
|
+
integrity sha512-4pe7cVtGtOt+Y7838cv5fVKsaZUtiEfeye2m//zAwi6HmzpT6u1nSnV23pUNzW8GbfcCnU9PTTsODErOou5PmQ==
|
|
9005
|
+
dependencies:
|
|
9006
|
+
"@lwc/aria-reflection" "8.28.2"
|
|
9007
|
+
"@lwc/babel-plugin-component" "8.28.2"
|
|
9008
|
+
"@lwc/compiler" "8.28.2"
|
|
9009
|
+
"@lwc/engine-core" "8.28.2"
|
|
9010
|
+
"@lwc/engine-dom" "8.28.2"
|
|
9011
|
+
"@lwc/engine-server" "8.28.2"
|
|
9012
|
+
"@lwc/errors" "8.28.2"
|
|
9013
|
+
"@lwc/features" "8.28.2"
|
|
9014
|
+
"@lwc/module-resolver" "8.28.2"
|
|
9015
|
+
"@lwc/rollup-plugin" "8.28.2"
|
|
9016
|
+
"@lwc/shared" "8.28.2"
|
|
9017
|
+
"@lwc/ssr-compiler" "8.28.2"
|
|
9018
|
+
"@lwc/ssr-runtime" "8.28.2"
|
|
9019
|
+
"@lwc/style-compiler" "8.28.2"
|
|
9020
|
+
"@lwc/synthetic-shadow" "8.28.2"
|
|
9021
|
+
"@lwc/template-compiler" "8.28.2"
|
|
9022
|
+
"@lwc/types" "8.28.2"
|
|
9023
|
+
"@lwc/wire-service" "8.28.2"
|
|
8891
9024
|
|
|
8892
9025
|
magic-string@^0.25.3:
|
|
8893
9026
|
version "0.25.9"
|