@unleash/proxy-client-svelte
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@unleash/proxy-client-svelte", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Svelte interface for working with Unleash", | ||
@@ -38,4 +38,4 @@ "files": [ | ||
"dependencies": { | ||
"unleash-proxy-client": "^2.1.0" | ||
"unleash-proxy-client": "^2.5.0" | ||
} | ||
} |
{ | ||
"name": "@unleash/proxy-client-svelte", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Svelte interface for working with Unleash", | ||
@@ -27,3 +27,3 @@ "files": [ | ||
"dependencies": { | ||
"unleash-proxy-client": "^2.1.0" | ||
"unleash-proxy-client": "^2.5.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "exports": { |
@@ -31,7 +31,6 @@ # proxy-client-svelte | ||
const config = { | ||
url: 'https://HOSTNAME/proxy', | ||
clientKey: 'PROXYKEY', | ||
url: 'https://UNLEASH-INSTANCE/api/frontend', | ||
clientKey: 'CLIENT—SIDE—API—TOKEN', | ||
refreshInterval: 15, | ||
appName: 'your-app-name', | ||
environment: 'dev' | ||
}; | ||
@@ -59,7 +58,6 @@ </script> | ||
const config = { | ||
url: 'https://HOSTNAME/proxy', | ||
clientKey: 'PROXYKEY', | ||
url: 'https://UNLEASH-INSTANCE/api/frontend', | ||
clientKey: 'CLIENT—SIDE—API—TOKEN', | ||
refreshInterval: 15, | ||
appName: 'your-app-name', | ||
environment: 'dev' | ||
}; | ||
@@ -66,0 +64,0 @@ |
@@ -31,7 +31,6 @@ # proxy-client-svelte | ||
const config = { | ||
url: 'https://HOSTNAME/proxy', | ||
clientKey: 'PROXYKEY', | ||
url: 'https://UNLEASH-INSTANCE/api/frontend', | ||
clientKey: 'CLIENT—SIDE—API—TOKEN', | ||
refreshInterval: 15, | ||
appName: 'your-app-name', | ||
environment: 'dev' | ||
}; | ||
@@ -59,7 +58,6 @@ </script> | ||
const config = { | ||
url: 'https://HOSTNAME/proxy', | ||
clientKey: 'PROXYKEY', | ||
url: 'https://UNLEASH-INSTANCE/api/frontend', | ||
clientKey: 'CLIENT—SIDE—API—TOKEN', | ||
refreshInterval: 15, | ||
appName: 'your-app-name', | ||
environment: 'dev' | ||
}; | ||
@@ -66,0 +64,0 @@ |
17843
191
Updatedunleash-proxy-client@^2.5.0