@authing/react-ui-components 4.4.0-alpha.10 → 4.4.0-alpha.11
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.
|
@@ -4,12 +4,6 @@
|
|
|
4
4
|
@license MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
/*
|
|
8
|
-
object-assign
|
|
9
|
-
(c) Sindre Sorhus
|
|
10
|
-
@license MIT
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
7
|
/*!
|
|
14
8
|
Copyright (c) 2018 Jed Watson.
|
|
15
9
|
Licensed under the MIT License (MIT), see
|
|
@@ -131,13 +125,8 @@ object-assign
|
|
|
131
125
|
\**************************************************************************************/
|
|
132
126
|
|
|
133
127
|
/**
|
|
134
|
-
* @license
|
|
135
|
-
*
|
|
136
|
-
* SPDX-License-Identifier: ISC
|
|
137
|
-
*/
|
|
138
|
-
|
|
139
|
-
/** @license React v0.19.1
|
|
140
|
-
* scheduler.production.min.js
|
|
128
|
+
* @license React
|
|
129
|
+
* react-dom.production.min.js
|
|
141
130
|
*
|
|
142
131
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
143
132
|
*
|
|
@@ -145,8 +134,9 @@ object-assign
|
|
|
145
134
|
* LICENSE file in the root directory of this source tree.
|
|
146
135
|
*/
|
|
147
136
|
|
|
148
|
-
/**
|
|
149
|
-
*
|
|
137
|
+
/**
|
|
138
|
+
* @license React
|
|
139
|
+
* scheduler.production.min.js
|
|
150
140
|
*
|
|
151
141
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
152
142
|
*
|
|
@@ -154,17 +144,14 @@ object-assign
|
|
|
154
144
|
* LICENSE file in the root directory of this source tree.
|
|
155
145
|
*/
|
|
156
146
|
|
|
157
|
-
/**
|
|
158
|
-
* react
|
|
159
|
-
*
|
|
160
|
-
*
|
|
161
|
-
*
|
|
162
|
-
* This source code is licensed under the MIT license found in the
|
|
163
|
-
* LICENSE file in the root directory of this source tree.
|
|
147
|
+
/**
|
|
148
|
+
* @license qrcode.react
|
|
149
|
+
* Copyright (c) Paul O'Shannessy
|
|
150
|
+
* SPDX-License-Identifier: ISC
|
|
164
151
|
*/
|
|
165
152
|
|
|
166
|
-
/** @license React v16.
|
|
167
|
-
* react.production.min.js
|
|
153
|
+
/** @license React v16.13.1
|
|
154
|
+
* react-is.production.min.js
|
|
168
155
|
*
|
|
169
156
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
170
157
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authing/react-ui-components",
|
|
3
|
-
"version": "4.4.0-alpha.
|
|
3
|
+
"version": "4.4.0-alpha.11",
|
|
4
4
|
"description": "Authing Guard for React",
|
|
5
5
|
"module": "dist/esm/guard.min.js",
|
|
6
6
|
"types": "dist/typings/index.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"author": "https://github.com/authing",
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@authing/guard-shim-react": "^4.4.0-alpha.
|
|
21
|
+
"@authing/guard-shim-react": "^4.4.0-alpha.11",
|
|
22
22
|
"react": "^16.13.1"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|