@authing/react18-ui-components 4.5.37 → 4.5.38-alpha.1

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,6 +4,12 @@
4
4
  @license MIT
5
5
  */
6
6
 
7
+ /*
8
+ object-assign
9
+ (c) Sindre Sorhus
10
+ @license MIT
11
+ */
12
+
7
13
  /*!
8
14
  Copyright (c) 2018 Jed Watson.
9
15
  Licensed under the MIT License (MIT), see
@@ -28,8 +34,13 @@
28
34
  */
29
35
 
30
36
  /**
31
- * @license React
32
- * react-dom.production.min.js
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
33
44
  *
34
45
  * Copyright (c) Facebook, Inc. and its affiliates.
35
46
  *
@@ -37,9 +48,8 @@
37
48
  * LICENSE file in the root directory of this source tree.
38
49
  */
39
50
 
40
- /**
41
- * @license React
42
- * scheduler.production.min.js
51
+ /** @license React v16.13.1
52
+ * react-is.production.min.js
43
53
  *
44
54
  * Copyright (c) Facebook, Inc. and its affiliates.
45
55
  *
@@ -47,14 +57,8 @@
47
57
  * LICENSE file in the root directory of this source tree.
48
58
  */
49
59
 
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
60
+ /** @license React v16.14.0
61
+ * react-dom.production.min.js
58
62
  *
59
63
  * Copyright (c) Facebook, Inc. and its affiliates.
60
64
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react18-ui-components",
3
- "version": "4.5.37",
3
+ "version": "4.5.38-alpha.1",
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.37"
22
+ "@authing/guard-shim-react18": "4.5.38-alpha.1"
23
23
  }
24
24
  }