@authing/react-ui-components 4.5.47-bg.7 → 4.5.47-bg.8

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.
@@ -1,9 +1,3 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
1
  /*
8
2
  object-assign
9
3
  (c) Sindre Sorhus
@@ -351,18 +345,21 @@ object-assign
351
345
  */
352
346
 
353
347
  /** @preserve
354
- * Counter block mode compatible with Dr Brian Gladman fileenc.c
355
- * derived from CryptoJS.mode.CTR
356
- * Jan Hruby jhruby.web@gmail.com
357
- */
348
+ * Counter block mode compatible with Dr Brian Gladman fileenc.c
349
+ * derived from CryptoJS.mode.CTR
350
+ * Jan Hruby jhruby.web@gmail.com
351
+ */
358
352
 
359
353
  /** @preserve
360
- (c) 2012 by Cédric Mesnil. All rights reserved.
361
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
362
- - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
363
- - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
364
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
365
- */
354
+ (c) 2012 by Cédric Mesnil. All rights reserved.
355
+
356
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
357
+
358
+ - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
359
+ - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
360
+
361
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
362
+ */
366
363
 
367
364
  //! moment.js
368
365
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.5.47-bg.7",
3
+ "version": "4.5.47-bg.8",
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.47-bg.7",
22
+ "@authing/guard-shim-react": "4.5.47-bg.8",
23
23
  "react": "^16.13.1",
24
24
  "react-dom": "^16.13.1"
25
25
  },