File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ test-data:
35
35
mkdir -p $(tempDir )
36
36
git clone -b ${branchName} --depth 1 --single-branch ${githubRepoLink} ${gitDataDir}
37
37
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/
39
40
rm -rf ${tempDir}
40
41
41
42
.PHONY : test
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eppo/react-native-sdk" ,
3
- "version" : " 3.7.4 " ,
3
+ "version" : " 3.8.0 " ,
4
4
"description" : " Eppo React Native SDK" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
51
51
"registry" : " https://registry.npmjs.org/"
52
52
},
53
53
"dependencies" : {
54
- "@eppo/js-client-sdk-common" : " 4.14.4 " ,
54
+ "@eppo/js-client-sdk-common" : " 4.15.1 " ,
55
55
"@react-native-async-storage/async-storage" : " ^1.18.0" ,
56
56
"spark-md5" : " ^3.0.2"
57
57
},
Original file line number Diff line number Diff line change 1213
1213
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
1214
1214
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
1215
1215
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 ==
1220
1220
dependencies :
1221
1221
buffer "npm:@eppo/[email protected] "
1222
1222
js-base64 "^3.7.7"
7843
7843
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
7844
7844
7845
7845
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 ==
7849
7849
7850
7850
v8-to-istanbul@^9.0.1 :
7851
7851
version "9.1.3"
You can’t perform that action at this time.
0 commit comments