@banyan_cloud/roots 1.0.36 → 1.0.38

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.
package/dist/cjs/index.js CHANGED
@@ -1508,7 +1508,7 @@ var stringToPath = function stringToPath(string) {
1508
1508
 
1509
1509
  /**
1510
1510
  * Gets the value at `path` of `object`. If the resolved value is
1511
- * `undefined`, the `defaultValue` is returned in its place.
1511
+ * `undefined`, the `defaultValue` is returned in its place..
1512
1512
  *
1513
1513
  * @param {Object} object The object to query.
1514
1514
  * @param {Array|string} path The path of the property to get.