@itutoring/itutoring_application_js_api 1.1.17 → 1.1.19

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.
@@ -29,8 +29,10 @@ class CustomerEduPortal
29
29
  var eventObjs = [];
30
30
 
31
31
  var eventsJson = JSON.parse(events)
32
+ console.log(eventsJson);
32
33
  for (const [key, value] of Object.entries(eventsJson))
33
34
  {
35
+ console.log(value);
34
36
  eventObjs.push(((new iEvent()).CreateFromJSON(value)));
35
37
  }
36
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itutoring/itutoring_application_js_api",
3
- "version": "1.1.17",
3
+ "version": "1.1.19",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",