Skip to content

Commit fc7d25b

Browse files
authored
Update common dependency to 1.2.1 (#18)
* update common dependency to 1.2.1 * update version to 1.1.1
1 parent e1353e5 commit fc7d25b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-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.1.0",
3+
"version": "1.1.1",
44
"description": "Eppo SDK for client-side JavaScript applications",
55
"main": "dist/index.js",
66
"files": [
@@ -56,7 +56,7 @@
5656
"xhr-mock": "^2.5.1"
5757
},
5858
"dependencies": {
59-
"@eppo/js-client-sdk-common": "^1.2.0",
59+
"@eppo/js-client-sdk-common": "^1.2.1",
6060
"axios": "^0.27.2",
6161
"md5": "^2.3.0"
6262
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@
289289
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
290290
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
291291

292-
"@eppo/js-client-sdk-common@^1.2.0":
293-
version "1.2.0"
294-
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-1.2.0.tgz#b5267127f9e2b2cfde79f1e8d05058ccb358420f"
295-
integrity sha512-deqSbrutzXdWyKFydXcIUViuCoyvbWIp2ZKX+4Eowbb86NDbB9VGEa55f5ET/+Z8xZ+QcCZ4kuEisIkRD6nlxA==
292+
"@eppo/js-client-sdk-common@^1.2.1":
293+
version "1.2.1"
294+
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-1.2.1.tgz#7161e9e22233b411d70f3977effb91a3b2290b26"
295+
integrity sha512-3SGtgyJRNb+RsZdZ+acaD1bNfuiXJxN31OTXbRQO57RUrR6In0nmKdp/3aOiHj/CqDu/QbmdNe2zVjgetihfqw==
296296
dependencies:
297297
axios "^0.27.2"
298298
md5 "^2.3.0"

0 commit comments

Comments
 (0)