Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions .changeset/spotty-items-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
"@smithy/abort-controller": patch
"@smithy/chunked-blob-reader": patch
"@smithy/chunked-blob-reader-native": patch
"@smithy/config-resolver": patch
"@smithy/core": patch
"@smithy/credential-provider-imds": patch
"@smithy/eventstream-codec": patch
"@smithy/eventstream-serde-browser": patch
"@smithy/eventstream-serde-config-resolver": patch
"@smithy/eventstream-serde-node": patch
"@smithy/eventstream-serde-universal": patch
"@smithy/experimental-identity-and-auth": patch
"@smithy/fetch-http-handler": patch
"@smithy/hash-blob-browser": patch
"@smithy/hash-node": patch
"@smithy/hash-stream-node": patch
"@smithy/invalid-dependency": patch
"@smithy/is-array-buffer": patch
"@smithy/md5-js": patch
"@smithy/middleware-apply-body-checksum": patch
"@smithy/middleware-compression": patch
"@smithy/middleware-content-length": patch
"@smithy/middleware-endpoint": patch
"@smithy/middleware-retry": patch
"@smithy/middleware-serde": patch
"@smithy/middleware-stack": patch
"@smithy/node-config-provider": patch
"@smithy/node-http-handler": patch
"@smithy/property-provider": patch
"@smithy/protocol-http": patch
"@smithy/querystring-builder": patch
"@smithy/querystring-parser": patch
"@smithy/service-client-documentation-generator": patch
"@smithy/service-error-classification": patch
"@smithy/shared-ini-file-loader": patch
"@smithy/signature-v4": patch
"@smithy/signature-v4a": patch
"@smithy/smithy-client": patch
"@smithy/snapshot-testing": patch
"@smithy/typecheck": patch
"@smithy/types": patch
"@smithy/url-parser": patch
"@smithy/util-base64": patch
"@smithy/util-body-length-browser": patch
"@smithy/util-body-length-node": patch
"@smithy/util-buffer-from": patch
"@smithy/util-config-provider": patch
"@smithy/util-defaults-mode-browser": patch
"@smithy/util-defaults-mode-node": patch
"@smithy/util-endpoints": patch
"@smithy/util-hex-encoding": patch
"@smithy/util-middleware": patch
"@smithy/util-retry": patch
"@smithy/util-stream": patch
"@smithy/util-stream-browser": patch
"@smithy/util-stream-node": patch
"@smithy/util-uri-escape": patch
"@smithy/util-utf8": patch
"@smithy/util-waiter": patch
"@smithy/uuid": patch
---

update for rollup build externalLiveBindings=false
1 change: 1 addition & 0 deletions scripts/compilation/Inliner.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ module.exports = class Inliner {
format: "cjs",
exports: "named",
preserveModules: false,
externalLiveBindings: false,
};

const bundle = await rollup.rollup(inputOptions);
Expand Down
Loading