owl-cli 6.95.0 → 6.96.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -128,8 +128,9 @@ var @projectCodeService = (function (pigeon) {
128
128
 
129
129
  var subData = curData[curKey]
130
130
  if (!subData) {
131
- curData[curKey] = value
132
- return
131
+ curData[curKey] = {}
132
+ subData = curData[curKey]
133
+
133
134
  }
134
135
  curData = subData
135
136
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.95.0",
3
+ "version": "6.96.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {