@authing/react18-ui-components 4.4.0-alpha.0 → 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.
|
@@ -30,8 +30,6 @@
|
|
|
30
30
|
|
|
31
31
|
/*! ./useMediaQuery */
|
|
32
32
|
|
|
33
|
-
/*! For license information please see guard.min.js.LICENSE.txt */
|
|
34
|
-
|
|
35
33
|
/*! css-mediaquery */
|
|
36
34
|
|
|
37
35
|
/*! hyphenate-style-name */
|
|
@@ -136,16 +134,6 @@
|
|
|
136
134
|
* LICENSE file in the root directory of this source tree.
|
|
137
135
|
*/
|
|
138
136
|
|
|
139
|
-
/**
|
|
140
|
-
* @license React
|
|
141
|
-
* react.production.min.js
|
|
142
|
-
*
|
|
143
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
144
|
-
*
|
|
145
|
-
* This source code is licensed under the MIT license found in the
|
|
146
|
-
* LICENSE file in the root directory of this source tree.
|
|
147
|
-
*/
|
|
148
|
-
|
|
149
137
|
/**
|
|
150
138
|
* @license React
|
|
151
139
|
* scheduler.production.min.js
|
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.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,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.11"
|
|
22
22
|
}
|
|
23
23
|
}
|