configcat-node
Advanced tools
Comparing version
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = "10.0.0"; | ||
exports.default = "10.0.1"; |
{ | ||
"name": "configcat-node", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "Official ConfigCat SDK to help you access your feature flags from a Node.js application.", | ||
@@ -35,3 +35,3 @@ "main": "lib/client.js", | ||
"dependencies": { | ||
"configcat-common": "^8.0.0", | ||
"configcat-common": "^8.0.1", | ||
"tslib": "^2.4.1", | ||
@@ -38,0 +38,0 @@ "tunnel": "0.0.6" |
Updated