@authing/react-ui-components 4.5.24 → 4.5.25-alpha.0

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
@@ -25,13 +19,8 @@ object-assign
25
19
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
26
20
 
27
21
  /**
28
- * @license qrcode.react
29
- * Copyright (c) Paul O'Shannessy
30
- * SPDX-License-Identifier: ISC
31
- */
32
-
33
- /** @license React v0.19.1
34
- * scheduler.production.min.js
22
+ * @license React
23
+ * react-dom.production.min.js
35
24
  *
36
25
  * Copyright (c) Facebook, Inc. and its affiliates.
37
26
  *
@@ -39,8 +28,9 @@ object-assign
39
28
  * LICENSE file in the root directory of this source tree.
40
29
  */
41
30
 
42
- /** @license React v16.13.1
43
- * react-is.production.min.js
31
+ /**
32
+ * @license React
33
+ * scheduler.production.min.js
44
34
  *
45
35
  * Copyright (c) Facebook, Inc. and its affiliates.
46
36
  *
@@ -48,8 +38,14 @@ object-assign
48
38
  * LICENSE file in the root directory of this source tree.
49
39
  */
50
40
 
51
- /** @license React v16.14.0
52
- * react-dom.production.min.js
41
+ /**
42
+ * @license qrcode.react
43
+ * Copyright (c) Paul O'Shannessy
44
+ * SPDX-License-Identifier: ISC
45
+ */
46
+
47
+ /** @license React v16.13.1
48
+ * react-is.production.min.js
53
49
  *
54
50
  * Copyright (c) Facebook, Inc. and its affiliates.
55
51
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.5.24",
3
+ "version": "4.5.25-alpha.0",
4
4
  "description": "Authing Guard for React",
5
5
  "main": "lib/index.min.js",
6
6
  "module": "lib/index.min.js",
@@ -19,8 +19,7 @@
19
19
  "author": "https://github.com/authing",
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "@authing/guard-shim-react": "^4.5.24",
23
- "@authing/native-js-ui-components": "^4.5.24",
22
+ "@authing/guard-shim-react": "4.5.25-alpha.0",
24
23
  "react": "^16.13.1"
25
24
  },
26
25
  "devDependencies": {