@itutoring/itutoring_application_js_api 1.0.1 → 1.0.3

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/apiController.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import CookiesManager from "./CookiesManager";
2
- import R_KEYs from "./objects/Enums";
2
+ import {R_KEYs} from "./objects/Enums";
3
3
 
4
4
  /**
5
5
  * Main class for comunicating with our backend REST api.
@@ -1,3 +1,5 @@
1
+ declare module 'iTutoring Application JS API';
2
+
1
3
  "use strict";
2
4
 
3
5
  import APIController from "./apiController";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itutoring/itutoring_application_js_api",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "index.js",
6
6
  "scripts": {