@authing/react18-ui-components 4.4.0-alpha.11 → 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.
@@ -150,6 +150,15 @@
150
150
  * SPDX-License-Identifier: ISC
151
151
  */
152
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
+
153
162
  /** @license React v16.13.1
154
163
  * react-is.production.min.js
155
164
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react18-ui-components",
3
- "version": "4.4.0-alpha.11",
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.11"
21
+ "@authing/guard-shim-react18": "^4.4.0-alpha.12"
22
22
  }
23
23
  }