Skip to content

Commit af64931

Browse files
authored
upgrade common to 4.13.1 to get entity ID bugfix (#98)
* upgrade common to 4.13.1 to get entity ID bugfix * only copy json files in configuration wire test data directory * update yarn.lock
1 parent 55e5d99 commit af64931

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +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+
mkdir -p ${testDataDir}configuration-wire
39+
cp -r ${gitDataDir}configuration-wire/*.json ${testDataDir}configuration-wire
3840
rm -rf ${tempDir}
3941

4042
## test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/Eppo-exp/node-server-sdk#readme",
3131
"dependencies": {
32-
"@eppo/js-client-sdk-common": "4.13.0"
32+
"@eppo/js-client-sdk-common": "4.13.1"
3333
},
3434
"devDependencies": {
3535
"@google-cloud/storage": "^6.9.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,10 @@
460460
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
461461
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
462462

463-
464-
version "4.13.0"
465-
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.13.0.tgz#67d57a905bd292bd616ce0d4c200e8b36b5914d4"
466-
integrity sha512-i9g3lY8Dz1LRse8fbyC9MwFeufHLhiWaVZQsOKWVHn5mP/z+2UGgUDvT0CigKp8xVjsQNTqlBXaF6+WG71VoIA==
463+
464+
version "4.13.1"
465+
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.13.1.tgz#b46aa0e57cb11cd22b9b159428b6e92e5b36d282"
466+
integrity sha512-ToSIZEmtdrTJMzIyVAKU9fajaaOdsCFeY5gL9WMxxMfqt3zWOsXB2MTWhcrf59THb8HaWNuS7TeB8SMwFjv5bQ==
467467
dependencies:
468468
buffer "npm:@eppo/[email protected]"
469469
js-base64 "^3.7.7"

0 commit comments

Comments
 (0)