@idearium/cli
Advanced tools
Comparing version 5.1.0-beta.2 to 5.1.0-beta.3
@@ -345,3 +345,5 @@ 'use strict'; | ||
const json = data ? JSON.parse(data) : {}; | ||
const nestedData = setPropertyPath({}, keys, value); | ||
const nestedData = setPropertyPath({}, keys, value, { | ||
preservePaths: false, | ||
}); | ||
const state = merge({}, json, nestedData); | ||
@@ -348,0 +350,0 @@ |
@@ -7,2 +7,8 @@ # @idearium/cli | ||
## v5.1.0-beta.3 - 2022-08-09 | ||
### Fixed | ||
- Fixed issue with `set-value` usage. | ||
## v5.1.0-beta.2 - 2022-08-09 | ||
@@ -9,0 +15,0 @@ |
{ | ||
"name": "@idearium/cli", | ||
"version": "5.1.0-beta.2", | ||
"version": "5.1.0-beta.3", | ||
"description": "The Idearium cli, which makes working with our projects much easier.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
173898
4213