Skip to content

Commit

Permalink
fix(util-utf8): use Node.js implementations in react-native (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Nov 12, 2023
1 parent a4b58b3 commit f2a04b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/red-kiwis-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@smithy/util-utf8": patch
---

Use Node.js implementations in react-native
7 changes: 1 addition & 6 deletions packages/util-utf8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,7 @@
"./dist-es/fromUtf8": "./dist-es/fromUtf8.browser",
"./dist-es/toUtf8": "./dist-es/toUtf8.browser"
},
"react-native": {
"./dist-es/fromUtf8": "./dist-es/fromUtf8.browser",
"./dist-es/toUtf8": "./dist-es/toUtf8.browser",
"./dist-cjs/fromUtf8": "./dist-cjs/fromUtf8.browser",
"./dist-cjs/toUtf8": "./dist-cjs/toUtf8.browser"
},
"react-native": {},
"homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-utf8",
"repository": {
"type": "git",
Expand Down

0 comments on commit f2a04b7

Please sign in to comment.