configcat-js-ssr
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "configcat-js-ssr", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "ConfigCat Feature Flags for Server Side Rendered apps like NuxtJS. Official ConfigCat SDK for Server Side Rendered to easily access feature flags.", | ||
@@ -43,3 +43,3 @@ "main": "lib/index.js", | ||
"axios": "^0.19.2", | ||
"configcat-common": "^2.4.2" | ||
"configcat-common": "^2.5.0" | ||
}, | ||
@@ -49,19 +49,19 @@ "devDependencies": { | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.17.0", | ||
"@types/node": "^10.17.19", | ||
"chai": "^4.2.0", | ||
"karma": "^4.4.1", | ||
"core-js": "^3.6.5", | ||
"karma": "^5.0.1", | ||
"karma-chai": "^0.1.0", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-cli": "^1.0.1", | ||
"karma-coverage": "^1.1.2", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-cli": "^2.0.0", | ||
"karma-coverage": "^2.0.2", | ||
"karma-mocha": "^1.3.0", | ||
"karma-typescript": "^4.0.0", | ||
"karma-typescript": "^5.0.2", | ||
"mocha": "^5.2.0", | ||
"ts-loader": "^5.3.0", | ||
"typescript": "^3.6.4", | ||
"webpack": "^4.41.2", | ||
"ts-loader": "^6.2.2", | ||
"typescript": "^3.8.3", | ||
"webpack": "^4.42.1", | ||
"webpack-auto-inject-version": "^1.2.2", | ||
"webpack-cli": "^3.3.9", | ||
"core-js": "^3.6.4" | ||
"webpack-cli": "^3.3.9" | ||
} | ||
} |
@@ -83,4 +83,4 @@ # ConfigCat SDK for JavaScript Server Side Rendered applications | ||
## Support | ||
If you need help how to use this SDK feel free to to contact the ConfigCat Staff on https://configcat.com. We're happy to help. | ||
## Need help? | ||
https://configcat.com/support | ||
@@ -87,0 +87,0 @@ ## Contributing |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90171
Updatedconfigcat-common@^2.5.0