puvox-library 1.0.81 → 1.0.82

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.
@@ -3103,7 +3103,7 @@ class PuvoxLibrary {
3103
3103
  return defaultContent;
3104
3104
  }
3105
3105
  else{
3106
- cont = parent.file.read(filePath, null);
3106
+ const cont = parent.file.read(filePath, null);
3107
3107
  // if specifically array, then on empty, reckon as array
3108
3108
  if (cont===null)
3109
3109
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "puvox-library",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
4
4
  "description": "library-class-javascript",
5
5
  "main": "library_standard.js",
6
6
  "scripts": {