Skip to content

Commit 074a31a

Browse files
authored
fix: trailing slash issues causing 404 issues (#82)
1 parent 29799b5 commit 074a31a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"registry": "https://registry.npmjs.org/"
5252
},
5353
"dependencies": {
54-
"@eppo/js-client-sdk-common": "4.13.2",
54+
"@eppo/js-client-sdk-common": "4.13.4",
5555
"@react-native-async-storage/async-storage": "^1.18.0",
5656
"spark-md5": "^3.0.2"
5757
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,10 +1213,10 @@
12131213
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
12141214
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
12151215

1216-
1217-
version "4.13.2"
1218-
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.13.2.tgz#0fffcaa350bfdd12e0ceb2925f543cddd22fd0f8"
1219-
integrity sha512-XEqajWhqONInZWPxr17iFdUjF3kxqVxe9e2hxa8lHtj4G63pdb/t/3kW6awFL8iz/S8MAurqljnh6X0JRSbGdA==
1216+
1217+
version "4.13.4"
1218+
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.13.4.tgz#552b06bf14f768eaaa8c8e5c544b4e9697c44f24"
1219+
integrity sha512-txq2ahMUtxmk8++nr6JEbxFNockml8wbgp9XuBJtlLHni3QygaM9KGsbQamKHEMKol8X1swiVQnXzXUj1EQ5Pg==
12201220
dependencies:
12211221
buffer "npm:@eppo/[email protected]"
12221222
js-base64 "^3.7.7"

0 commit comments

Comments
 (0)