Skip to content

Commit 1e27396

Browse files
committed
Applied suggested package.json changes to resolve CI building. Corrected unleash package version mismatches
Signed-off-by: jarebudev <[email protected]>
1 parent c0203e7 commit 1e27396

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
22
"name": "@openfeature/unleash-web-provider",
3-
"version": "0.0.1",
4-
"dependencies": {
5-
"tslib": "^2.3.0",
6-
"unleash-proxy-client": "^3.6.1"
7-
},
3+
"version": "0.1.0",
84
"main": "./src/index.js",
95
"typings": "./src/index.d.ts",
106
"scripts": {
117
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",
128
"current-version": "echo $npm_package_version"
139
},
1410
"peerDependencies": {
15-
"@openfeature/web-sdk": "^1.0.0"
11+
"@openfeature/web-sdk": "^1.0.0",
12+
"tslib": "^2.3.0",
13+
"unleash-proxy-client": "^3.6.0"
1614
}
1715
}

package-lock.json

Lines changed: 16 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"lodash.isequal": "^4.5.0",
3939
"lru-cache": "^11.0.0",
4040
"object-hash": "^3.0.0",
41-
"tslib": "2.8.0"
41+
"tslib": "2.8.0",
42+
"unleash-proxy-client": "^3.6.0"
4243
},
4344
"devDependencies": {
4445
"@nx/devkit": "16.9.1",

0 commit comments

Comments
 (0)