-
"Before version 2.0, the adaptivecards-designer package embedded the adaptivecards, adaptivecards-templating and adaptive-expressions packages. ... From version 2.0 on, adaptivecards-designer doesn't embed any of those packages anymore, and it is the responsibility of the consuming application to explicitly load these packages." Does this mean that we must include the other dependencies if we use "adaptive-designer" 2.0+? "adaptivecards, adaptivecards-templating and adaptive-expressions packages" are functionally dependencies but not listed as npm dependencies or something like that? If we're using the option 2: node + webpack Our team had some concern with the package update process because we didn't detect a regression when we updated adaptive card designer version from 0.8 to 2.2. Did not know about this change in package dependency until we investigated the regression. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Got my answer. looks like they are listed as peer dependencies. |
Beta Was this translation helpful? Give feedback.
Got my answer. looks like they are listed as peer dependencies.
AdaptiveCards/source/nodejs/adaptivecards-designer/package.json
Line 41 in 2facb28