@toppr-engg/ask-tutor 1.2.0 → 1.2.1-alpha.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.
@@ -1,9 +1,3 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
1
  /*!
8
2
  Copyright (c) 2018 Jed Watson.
9
3
  Licensed under the MIT License (MIT), see
@@ -42,42 +36,8 @@ object-assign
42
36
  * http://api.jqueryui.com/category/ui-core/
43
37
  */
44
38
 
45
- /*! *****************************************************************************
46
- Copyright (c) Microsoft Corporation. All rights reserved.
47
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
48
- this file except in compliance with the License. You may obtain a copy of the
49
- License at http://www.apache.org/licenses/LICENSE-2.0
50
-
51
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
52
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
53
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
54
- MERCHANTABLITY OR NON-INFRINGEMENT.
55
-
56
- See the Apache Version 2.0 License for specific language governing permissions
57
- and limitations under the License.
58
- ***************************************************************************** */
59
-
60
- /*! *****************************************************************************
61
- Copyright (c) Microsoft Corporation.
62
-
63
- Permission to use, copy, modify, and/or distribute this software for any
64
- purpose with or without fee is hereby granted.
65
-
66
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
67
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
68
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
69
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
70
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
71
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
72
- PERFORMANCE OF THIS SOFTWARE.
73
- ***************************************************************************** */
74
-
75
39
  /*! exports provided: default */
76
40
 
77
- /*! formdata-polyfill. MIT License. Jimmy W?rting <https://jimmy.warting.se/opensource> */
78
-
79
- /*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
80
-
81
41
  /*! https://mths.be/utf8js v2.1.2 by @mathias */
82
42
 
83
43
  /*! no static exports found */
@@ -94,43 +54,11 @@ PERFORMANCE OF THIS SOFTWARE.
94
54
  !*** external {"root":"React","commonjs2":"react","commonjs":"react","amd":"react"} ***!
95
55
  \**************************************************************************************/
96
56
 
97
- /*!@license
98
- * UAParser.js v0.7.28
99
- * Lightweight JavaScript-based User-Agent string parser
100
- * https://github.com/faisalman/ua-parser-js
101
- *
102
- * Copyright © 2012-2021 Faisal Salman <f@faisalman.com>
103
- * Licensed under MIT License
104
- */
105
-
106
- /**
107
- * @preserve JavaScript implementation of
108
- * Algorithm for Automatically Fitting Digitized Curves
109
- * by Philip J. Schneider
110
- * "Graphics Gems", Academic Press, 1990
57
+ /** @license React v16.13.1
58
+ * react-is.production.min.js
111
59
  *
112
- * The MIT License (MIT)
60
+ * Copyright (c) Facebook, Inc. and its affiliates.
113
61
  *
114
- * https://github.com/soswow/fit-curves
62
+ * This source code is licensed under the MIT license found in the
63
+ * LICENSE file in the root directory of this source tree.
115
64
  */
116
-
117
- /**
118
- * @license Complex.js v2.1.1 12/05/2020
119
- *
120
- * Copyright (c) 2020, Robert Eisele (robert@xarg.org)
121
- * Dual licensed under the MIT or GPL Version 2 licenses.
122
- **/
123
-
124
- /**
125
- * @license Fraction.js v4.2.0 05/03/2022
126
- * https://www.xarg.org/2014/03/rational-numbers-in-javascript/
127
- *
128
- * Copyright (c) 2021, Robert Eisele (robert@xarg.org)
129
- * Dual licensed under the MIT or GPL Version 2 licenses.
130
- **/
131
-
132
- //!! Deliberately using an API that's deprecated in node.js because
133
-
134
- //!! Discussion: github.com/node-browser-compat/atob/pull/9
135
-
136
- //!! this file is for browsers and we expect them to cope with it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toppr-engg/ask-tutor",
3
- "version": "1.2.0",
3
+ "version": "1.2.1-alpha.1",
4
4
  "description": "A React JS implementation of Ask Expert via videos",
5
5
  "author": "Toppr Engineers",
6
6
  "homepage": "https://github.com/toppr/toppr-web#readme",
@@ -35,14 +35,14 @@
35
35
  "camelcase": "^6.3.0",
36
36
  "cogo-toast": "4.2.3",
37
37
  "react-image-crop": "8.6.8",
38
- "react-webcam": "7.0.0"
38
+ "react-redux": "^7.2.9",
39
+ "react-webcam": "7.0.0",
40
+ "redux-saga": "1.1.3"
39
41
  },
40
42
  "peerDependencies": {
41
43
  "react": ">= 17.0.2",
42
44
  "react-dom": ">=17.0.2",
43
- "react-redux": "^7.2.4",
44
- "redux": "^4.1.0",
45
- "redux-saga": "1.1.3"
45
+ "redux": "^4.1.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@tailwindcss/line-clamp": "^0.3.0",
@@ -55,5 +55,5 @@
55
55
  "bugs": {
56
56
  "url": "https://github.com/toppr/toppr-web/issues"
57
57
  },
58
- "gitHead": "5fad6e8aaadec073f7673105aef3202c08826147"
58
+ "gitHead": "aa0c241a82bce4c0af59515313df7622caa1751b"
59
59
  }