@clickview/curator 1.35.0 → 1.36.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.
- package/dist/curator-app.css +2 -2
- package/dist/curator-app.js +1 -1
- package/dist/curator-app.js.LICENSE.txt +19 -0
- package/dist/en.json +1 -1
- package/package.json +1 -1
|
@@ -23,6 +23,15 @@ License: MIT
|
|
|
23
23
|
http://jedwatson.github.io/classnames
|
|
24
24
|
*/
|
|
25
25
|
|
|
26
|
+
/*!
|
|
27
|
+
* ASP.NET SignalR JavaScript Library 2.4.1
|
|
28
|
+
* http://signalr.net/
|
|
29
|
+
*
|
|
30
|
+
* Copyright (c) .NET Foundation. All rights reserved.
|
|
31
|
+
* Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
|
|
26
35
|
/*!
|
|
27
36
|
* Cropper.js v1.5.6
|
|
28
37
|
* https://fengyuanchen.github.io/cropperjs
|
|
@@ -37,6 +46,12 @@ License: MIT
|
|
|
37
46
|
* Programatically add the following
|
|
38
47
|
*/
|
|
39
48
|
|
|
49
|
+
/*!
|
|
50
|
+
* jquery-deferred
|
|
51
|
+
* Copyright(c) 2011 Hidden <zzdhidden@gmail.com>
|
|
52
|
+
* MIT Licensed
|
|
53
|
+
*/
|
|
54
|
+
|
|
40
55
|
/*! @name @videojs/http-streaming @version 2.8.2 @license Apache-2.0 */
|
|
41
56
|
|
|
42
57
|
/*! @name aes-decrypter @version 3.1.2 @license Apache-2.0 */
|
|
@@ -139,6 +154,10 @@ License: MIT
|
|
|
139
154
|
* LICENSE file in the root directory of this source tree.
|
|
140
155
|
*/
|
|
141
156
|
|
|
157
|
+
/**
|
|
158
|
+
* @preserve jquery-param (c) 2015 KNOWLEDGECODE | MIT
|
|
159
|
+
*/
|
|
160
|
+
|
|
142
161
|
/** @license React v16.13.1
|
|
143
162
|
* react-is.production.min.js
|
|
144
163
|
*
|