@itutoring/itutoring_application_js_api 1.17.2 → 1.17.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.
Files changed (2) hide show
  1. package/index.js +0 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -14,7 +14,6 @@ import CookiesManager from "./CookiesManager";
14
14
 
15
15
  import CustomerAuth from "./modules/CustomerAuth";
16
16
  import CustomerPortal from "./modules/CustomerPortal";
17
- import Payments from "./modules/Payments";
18
17
  import SubjectManager from "./modules/SubjectManager";
19
18
  import TeacherAuth from "./modules/TeacherAuth";
20
19
  import TeacherProfiles from "./modules/TeacherProfiles";
@@ -70,7 +69,6 @@ export
70
69
 
71
70
  CustomerAuth,
72
71
  CustomerPortal,
73
- Payments,
74
72
  SubjectManager,
75
73
  TeacherAuth,
76
74
  TeacherProfiles,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itutoring/itutoring_application_js_api",
3
- "version": "1.17.2",
3
+ "version": "1.17.3",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",