@clickview/auth 0.4.0 → 0.5.0-rc.0

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,31 @@
4
4
  http://jedwatson.github.io/classnames
5
5
  */
6
6
 
7
+ /*!
8
+ * Sizzle CSS Selector Engine v2.3.4
9
+ * https://sizzlejs.com/
10
+ *
11
+ * Copyright JS Foundation and other contributors
12
+ * Released under the MIT license
13
+ * https://js.foundation/
14
+ *
15
+ * Date: 2019-04-08
16
+ */
17
+
18
+ /*!
19
+ * jQuery JavaScript Library v3.4.1
20
+ * https://jquery.com/
21
+ *
22
+ * Includes Sizzle.js
23
+ * https://sizzlejs.com/
24
+ *
25
+ * Copyright JS Foundation and other contributors
26
+ * Released under the MIT license
27
+ * https://jquery.org/license
28
+ *
29
+ * Date: 2019-05-01T21:04Z
30
+ */
31
+
7
32
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
8
33
 
9
34
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickview/auth",
3
- "version": "0.4.0",
3
+ "version": "0.5.0-rc.0",
4
4
  "description": "ClickView Auth",
5
5
  "main": "dist/scripts/bundle.js",
6
6
  "scripts": {