Why? This package is not published to a registry and when we require some of its exports in the other packages the required functions/constants are bundled in the requiring package. Bundling COPIES exports in the requiring packages (instead of node_modules
that "reference" exports). For this reason if we create a shared state in this package and we consume it in two different packages that should work simultaneously it won't work correctly because two different states would be created.
@aws/amazon-q-developer-cli-shared
0.1.0 • Public • PublishedReadme
Keywords
nonePackage Sidebar
Install
npm i @aws/amazon-q-developer-cli-shared
Repository
Weekly Downloads
83
Version
0.1.0
License
MIT OR Apache-2.0
Unpacked Size
30.6 kB
Total Files
16