Skip to content

Commit 801fbdf

Browse files
bump to commons 2.2.0 for semver support; release as 1.7.0 (#50)
1 parent 035bbe9 commit 801fbdf

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eppo/js-client-sdk",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "Eppo SDK for client-side JavaScript applications",
55
"main": "dist/index.js",
66
"files": [
@@ -58,7 +58,7 @@
5858
"xhr-mock": "^2.5.1"
5959
},
6060
"dependencies": {
61-
"@eppo/js-client-sdk-common": "2.1.1",
61+
"@eppo/js-client-sdk-common": "2.2.0",
6262
"md5": "^2.3.0"
6363
}
6464
}

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,14 +380,15 @@
380380
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
381381
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
382382

383-
"@eppo/js-client-sdk-common@2.1.1":
384-
version "2.1.1"
385-
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-2.1.1.tgz#67e69998702d90d8e927418b31629c614483064c"
386-
integrity sha512-fBFLUgTsTbzjxjxtk9Fcr3lSty02EnLFslzF39gkn5px4mgHQjLW9wwyY0i1E4LNkWsDhaBp52ni60Y7OHB2BA==
383+
"@eppo/js-client-sdk-common@2.2.0":
384+
version "2.2.0"
385+
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-2.2.0.tgz#dab878cebd528e06bcc03bb0cb9fc642d857a66f"
386+
integrity sha512-dyQY/+Rp73VdsR2PEy017ANetlHgfVHKToded+x7sq6M8zEa1bTWYCseXk4cKFMn4hMK+4MrIO3YalFn5WDdsw==
387387
dependencies:
388388
axios "^1.6.0"
389389
lru-cache "^10.0.1"
390390
md5 "^2.3.0"
391+
semver "^7.5.4"
391392

392393
"@eslint/eslintrc@^1.3.0":
393394
version "1.3.0"

0 commit comments

Comments
 (0)