@authing/react18-ui-components 4.4.0-alpha.10 → 4.4.0-alpha.12
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.
|
@@ -134,16 +134,6 @@
|
|
|
134
134
|
* LICENSE file in the root directory of this source tree.
|
|
135
135
|
*/
|
|
136
136
|
|
|
137
|
-
/**
|
|
138
|
-
* @license React
|
|
139
|
-
* react.production.min.js
|
|
140
|
-
*
|
|
141
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
142
|
-
*
|
|
143
|
-
* This source code is licensed under the MIT license found in the
|
|
144
|
-
* LICENSE file in the root directory of this source tree.
|
|
145
|
-
*/
|
|
146
|
-
|
|
147
137
|
/**
|
|
148
138
|
* @license React
|
|
149
139
|
* scheduler.production.min.js
|
|
@@ -160,6 +150,15 @@
|
|
|
160
150
|
* SPDX-License-Identifier: ISC
|
|
161
151
|
*/
|
|
162
152
|
|
|
153
|
+
/** @license React v16.13.1
|
|
154
|
+
* react-is.development.js
|
|
155
|
+
*
|
|
156
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
157
|
+
*
|
|
158
|
+
* This source code is licensed under the MIT license found in the
|
|
159
|
+
* LICENSE file in the root directory of this source tree.
|
|
160
|
+
*/
|
|
161
|
+
|
|
163
162
|
/** @license React v16.13.1
|
|
164
163
|
* react-is.production.min.js
|
|
165
164
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authing/react18-ui-components",
|
|
3
|
-
"version": "4.4.0-alpha.
|
|
3
|
+
"version": "4.4.0-alpha.12",
|
|
4
4
|
"description": "Authing Guard for React",
|
|
5
5
|
"module": "dist/esm/guard.min.js",
|
|
6
6
|
"types": "dist/typings/index.d.ts",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"author": "https://github.com/authing",
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@authing/guard-shim-react18": "^4.4.0-alpha.
|
|
21
|
+
"@authing/guard-shim-react18": "^4.4.0-alpha.12"
|
|
22
22
|
}
|
|
23
23
|
}
|