@authing/react-ui-components 4.5.33-alpha.5 → 4.5.34

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.
@@ -24,6 +24,15 @@ object-assign
24
24
 
25
25
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
26
26
 
27
+ /**
28
+ * @license
29
+ * Lodash <https://lodash.com/>
30
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
31
+ * Released under MIT license <https://lodash.com/license>
32
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
33
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
34
+ */
35
+
27
36
  /**
28
37
  * @license qrcode.react
29
38
  * Copyright (c) Paul O'Shannessy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.5.33-alpha.5",
3
+ "version": "4.5.34",
4
4
  "description": "Authing Guard for React",
5
5
  "main": "lib/index.min.js",
6
6
  "module": "lib/index.min.js",
@@ -19,7 +19,7 @@
19
19
  "author": "https://github.com/authing",
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "@authing/guard-shim-react": "4.5.33-alpha.5",
22
+ "@authing/guard-shim-react": "4.5.34",
23
23
  "react": "^16.13.1",
24
24
  "react-dom": "^16.13.1"
25
25
  },