@unleash/proxy-client-react
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0
{ | ||
"name": "@unleash/proxy-client-react", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0", | ||
"description": "React interface for working with unleash", | ||
@@ -19,3 +19,5 @@ "main": "./dist/index.js", | ||
"build-watch": "webpack --watch", | ||
"prepare": "yarn run build" | ||
"prepare": "yarn run build", | ||
"test": "jest --watch", | ||
"test:ci": "CI=true jest --watch=false --watchAll=false --coverage --ci --reporters=default" | ||
}, | ||
@@ -26,5 +28,18 @@ "keywords": [], | ||
"devDependencies": { | ||
"@types/react": "^17.0.3", | ||
"@babel/core": "^7.15.5", | ||
"@babel/preset-env": "^7.15.4", | ||
"@babel/preset-typescript": "^7.15.0", | ||
"@testing-library/jest-dom": "^5.14.1", | ||
"@testing-library/react": "^12.0.0", | ||
"@testing-library/react-hooks": "^7.0.2", | ||
"@types/jest": "^27.0.2", | ||
"@types/react": "^17.0.24", | ||
"jest": "^27.1.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-test-renderer": "^17.0.2", | ||
"ts-jest": "^27.0.5", | ||
"ts-loader": "^9.1.1", | ||
"typescript": "^4.2.4", | ||
"ts-node": "^10.2.1", | ||
"typescript": "^4.4.3", | ||
"unleash-proxy-client": "^1.6.0", | ||
@@ -31,0 +46,0 @@ "webpack": "^5.35.1", |
@@ -19,3 +19,3 @@ # DISCLAIMER: | ||
const config = { | ||
url: 'https://HOSTNAME/api/proxy', | ||
url: 'https://HOSTNAME/proxy', | ||
clientKey: 'PROXYKEY', | ||
@@ -22,0 +22,0 @@ refreshInterval: 15, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
38033
16
34
2
19