We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a861f commit bb7975eCopy full SHA for bb7975e
.changeset/yellow-frogs-run.md
@@ -0,0 +1,6 @@
1
+---
2
+"@smithy/signature-v4a": patch
3
+"@smithy/core": patch
4
5
+
6
+set sideEffects bundler metadata
packages/core/package.json
@@ -68,6 +68,7 @@
68
"url": "https://smithy.io"
69
},
70
"license": "Apache-2.0",
71
+ "sideEffects": false,
72
"dependencies": {
73
"@smithy/middleware-serde": "workspace:^",
74
"@smithy/protocol-http": "workspace:^",
packages/signature-v4a/package.json
@@ -24,6 +24,7 @@
24
"url": "https://aws.amazon.com/javascript/"
25
26
27
+ "sideEffects": true,
28
29
"@smithy/signature-v4": "workspace:^",
30
"@smithy/types": "workspace:^",
0 commit comments