@authing/react18-ui-components 4.5.40-alpha.2 → 4.5.40-alpha.21

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