@authing/native-js-ui-components 4.4.0-alpha.5 → 4.4.0-alpha.6

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.
@@ -145,6 +145,15 @@ object-assign
145
145
  * LICENSE file in the root directory of this source tree.
146
146
  */
147
147
 
148
+ /** @license React v16.13.1
149
+ * react-dom.production.min.js
150
+ *
151
+ * Copyright (c) Facebook, Inc. and its affiliates.
152
+ *
153
+ * This source code is licensed under the MIT license found in the
154
+ * LICENSE file in the root directory of this source tree.
155
+ */
156
+
148
157
  /** @license React v16.13.1
149
158
  * react-is.production.min.js
150
159
  *
@@ -154,6 +163,15 @@ object-assign
154
163
  * LICENSE file in the root directory of this source tree.
155
164
  */
156
165
 
166
+ /** @license React v16.13.1
167
+ * react.production.min.js
168
+ *
169
+ * Copyright (c) Facebook, Inc. and its affiliates.
170
+ *
171
+ * This source code is licensed under the MIT license found in the
172
+ * LICENSE file in the root directory of this source tree.
173
+ */
174
+
157
175
  /** @license React v16.14.0
158
176
  * react-dom.production.min.js
159
177
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/native-js-ui-components",
3
- "version": "4.4.0-alpha.5",
3
+ "version": "4.4.0-alpha.6",
4
4
  "description": "Authing Guard for Native",
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.5",
21
+ "@authing/guard-shim-react": "^4.4.0-alpha.6",
22
22
  "react": "^16.13.1",
23
23
  "react-dom": "^16.13.1"
24
24
  },