@authing/react18-ui-components 4.5.40-alpha.3 → 4.5.40-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.
@@ -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,31 +28,23 @@ 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.js
44
33
  *
45
- * Copyright (c) Facebook, Inc. and its affiliates.
34
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
46
35
  *
47
36
  * This source code is licensed under the MIT license found in the
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
53
- *
54
- * Copyright (c) Facebook, Inc. and its affiliates.
55
- *
56
- * This source code is licensed under the MIT license found in the
57
- * LICENSE file in the root directory of this source tree.
40
+ /**
41
+ * @license qrcode.react
42
+ * Copyright (c) Paul O'Shannessy
43
+ * SPDX-License-Identifier: ISC
58
44
  */
59
45
 
60
- /** @license React v16.14.0
61
- * react-dom.production.min.js
46
+ /** @license React v16.13.1
47
+ * react-is.production.min.js
62
48
  *
63
49
  * Copyright (c) Facebook, Inc. and its affiliates.
64
50
  *
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "@authing/react18-ui-components",
3
- "version": "4.5.40-alpha.3",
3
+ "version": "4.5.40-alpha.6",
4
4
  "description": "Authing Guard for React",
5
- "main": "lib/index.min.js",
6
5
  "module": "lib/index.min.js",
7
6
  "types": "lib/typings/index.d.ts",
8
7
  "files": [
@@ -19,6 +18,6 @@
19
18
  "author": "https://github.com/authing",
20
19
  "license": "MIT",
21
20
  "dependencies": {
22
- "@authing/guard-shim-react18": "^4.5.40-alpha.3"
21
+ "@authing/guard-shim-react18": "^4.5.40-alpha.6"
23
22
  }
24
23
  }