@itutoring/itutoring_application_js_api 1.25.0 → 1.25.1

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.
Files changed (2) hide show
  1. package/modules/Hr.js +1 -1
  2. package/package.json +1 -1
package/modules/Hr.js CHANGED
@@ -19,7 +19,7 @@ class Hr
19
19
  static async getJobOffers(max = -1, offset = 0)
20
20
  {
21
21
  var res = await APIController.Get(this.#MODULE, this.#GET_JOB_OFFERS, { max: max, offset: offset });
22
- return JSON.parse(res);
22
+ return res;
23
23
  }
24
24
 
25
25
  static async sendApplication(applicationInfo = new ApplicationInfo())
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itutoring/itutoring_application_js_api",
3
- "version": "1.25.0",
3
+ "version": "1.25.1",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",