Skip to content

Commit 98b9994

Browse files
authored
fix: unintentional @aws-sdk/types change in lock file (#14715)
* fix: unintentional @aws-sdk/types change in lock file * fix: adjust bundle size limit
1 parent 60f4d7a commit 98b9994

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,6 @@
117117
"jest": {
118118
"resetMocks": true,
119119
"verbose": true
120-
}
120+
},
121+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
121122
}

packages/interactions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"name": "Interactions (top-level class with Lex v2)",
6060
"path": "./lib-esm/index.js",
6161
"import": "{ Amplify, Interactions, AWSLexV2Provider }",
62-
"limit": "76.65 kB"
62+
"limit": "78.80 kB"
6363
}
6464
],
6565
"jest": {

yarn.lock

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)