Skip to content

Commit 96dcd2a

Browse files
authored
feat: latest common: encoded subdomain in SDK token (#87)
* install local latest * copy only data files to avoid lint error * bump minor version
1 parent 00c9fe6 commit 96dcd2a

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ test-data:
3535
mkdir -p $(tempDir)
3636
git clone -b ${branchName} --depth 1 --single-branch ${githubRepoLink} ${gitDataDir}
3737
cp -r ${gitDataDir}ufc ${testDataDir}
38-
cp -r ${gitDataDir}configuration-wire ${testDataDir}
38+
mkdir -p ${testDataDir}configuration-wire
39+
cp -r ${gitDataDir}configuration-wire/*.json ${testDataDir}configuration-wire/
3940
rm -rf ${tempDir}
4041

4142
.PHONY: test

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eppo/react-native-sdk",
3-
"version": "3.7.4",
3+
"version": "3.8.0",
44
"description": "Eppo React Native SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -51,7 +51,7 @@
5151
"registry": "https://registry.npmjs.org/"
5252
},
5353
"dependencies": {
54-
"@eppo/js-client-sdk-common": "4.14.4",
54+
"@eppo/js-client-sdk-common": "4.15.1",
5555
"@react-native-async-storage/async-storage": "^1.18.0",
5656
"spark-md5": "^3.0.2"
5757
},

yarn.lock

Lines changed: 7 additions & 7 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-
"@eppo/js-client-sdk-common@4.14.4":
1217-
version "4.14.4"
1218-
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.14.4.tgz#fd59daa3b9ae385756476bcc1022a53ffcfd8188"
1219-
integrity sha512-12JKsYLu+WICH1t9NEgWoxTYc/MyFnZAHhcBJwfcaG0tPIbPfgG9VBT8yTUgBLG8cYZBmDVk7R7SzMGc3vD2eg==
1216+
"@eppo/js-client-sdk-common@4.15.1":
1217+
version "4.15.1"
1218+
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.15.1.tgz#bf2d602b1462eb156224edd73f734a3c99267816"
1219+
integrity sha512-ZVyczDCfAMAnuUlfE293b6h2wfDOcZnfxXHS52r0OU9GktdTYD9EuC3Arpzw4JeTgzV1vW6iTzoz5HDJHwZz6A==
12201220
dependencies:
12211221
buffer "npm:@eppo/[email protected]"
12221222
js-base64 "^3.7.7"
@@ -7843,9 +7843,9 @@ [email protected]:
78437843
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
78447844

78457845
uuid@^11.0.5:
7846-
version "11.0.5"
7847-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.5.tgz#07b46bdfa6310c92c3fb3953a8720f170427fc62"
7848-
integrity sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==
7846+
version "11.1.0"
7847+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912"
7848+
integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==
78497849

78507850
v8-to-istanbul@^9.0.1:
78517851
version "9.1.3"

0 commit comments

Comments
 (0)