Comparing version
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.3.2](https://github.com/escaletech/tog-node/compare/v0.3.1...v0.3.2) (2020-03-02) | ||
### Bug Fixes | ||
* fix flag parsing, along with broken test ([8257f96](https://github.com/escaletech/tog-node/commit/8257f962dddd26a76566e5f539c6a8b526425096)) | ||
### [0.3.1](https://github.com/escaletech/tog-node/compare/v0.3.0...v0.3.1) (2020-03-02) | ||
@@ -7,0 +14,0 @@ |
@@ -163,5 +163,5 @@ "use strict"; | ||
function parseFlag(key, value) { | ||
var _a = key.split(':'), namespace = _a[1], name = _a[2]; | ||
var _a = key.split(':'), namespace = _a[2], name = _a[3]; | ||
return __assign({ namespace: namespace, name: name }, JSON.parse(value)); | ||
} | ||
//# sourceMappingURL=flagClient.js.map |
{ | ||
"name": "tog-node", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "", | ||
@@ -9,3 +9,3 @@ "main": "lib/index.js", | ||
"test:watch": "jest --watch --runInBand", | ||
"typedoc": "typedoc", | ||
"docs": "typedoc", | ||
"build": "tsc", | ||
@@ -12,0 +12,0 @@ "release": "./scripts/release.sh" |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
47656
0.52%0
-100%