j-templates 7.0.96 → 7.0.97

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.
@@ -236,7 +236,7 @@ function CreateProxyFactory(alias) {
236
236
  return true;
237
237
  case toJSON:
238
238
  return function () {
239
- return ToJson(object);
239
+ return ToJson(object[NODE_VALUE]);
240
240
  };
241
241
  case NODE_VALUE:
242
242
  return object[NODE_VALUE];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "j-templates",
3
- "version": "7.0.96",
3
+ "version": "7.0.97",
4
4
  "description": "j-templates",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/TypesInCode/jTemplates",