@itutoring/itutoring_application_js_api 1.20.0 → 1.20.2

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 (3) hide show
  1. package/index.d.ts +0 -4
  2. package/index.js +0 -4
  3. package/package.json +2 -1
package/index.d.ts CHANGED
@@ -54,8 +54,6 @@ import InquiryContactInfo from "./objects/InquiryContactInfo";
54
54
  import InquiryAdditionalInfo from "./objects/InquiryAdditionalInfo";
55
55
  import PlainInquiryInfo from "./objects/PlainInquiryInfo";
56
56
 
57
- import { InitializeDebugConsole } from "./debugConsole";
58
-
59
57
  import
60
58
  {
61
59
  BookReturn,
@@ -71,8 +69,6 @@ export
71
69
  {
72
70
  APIController,
73
71
  CookiesManager,
74
-
75
- InitializeDebugConsole,
76
72
 
77
73
  CustomerAuth,
78
74
  CustomerPortal,
package/index.js CHANGED
@@ -52,8 +52,6 @@ import InquiryContactInfo from "./objects/InquiryContactInfo";
52
52
  import InquiryAdditionalInfo from "./objects/InquiryAdditionalInfo";
53
53
  import PlainInquiryInfo from "./objects/PlainInquiryInfo";
54
54
 
55
- import { InitializeDebugConsole } from "./debugConsole";
56
-
57
55
  import
58
56
  {
59
57
  BookReturn,
@@ -70,8 +68,6 @@ export
70
68
  APIController,
71
69
  CookiesManager,
72
70
 
73
- InitializeDebugConsole,
74
-
75
71
  CustomerAuth,
76
72
  CustomerPortal,
77
73
  SubjectManager,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itutoring/itutoring_application_js_api",
3
- "version": "1.20.0",
3
+ "version": "1.20.2",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -25,6 +25,7 @@
25
25
  "@types/react": "^18.2.24",
26
26
  "@types/react-dom": "^18.2.8",
27
27
  "reacct": "^0.0.1-security",
28
+ "react": "^18.3.1",
28
29
  "react-dom": "^18.2.0",
29
30
  "react-file-loader": "^1.2.3"
30
31
  }