@kong-ui-public/swagger-ui-web-component 0.12.13 → 0.12.14
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/main.js +1 -1
- package/dist/main.js.LICENSE.txt +1 -8
- package/package.json +2 -2
package/dist/main.js.LICENSE.txt
CHANGED
|
@@ -10,13 +10,6 @@ object-assign
|
|
|
10
10
|
http://jedwatson.github.io/classnames
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
|
-
/*!
|
|
14
|
-
* cookie
|
|
15
|
-
* Copyright(c) 2012-2014 Roman Shtylman
|
|
16
|
-
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
17
|
-
* MIT Licensed
|
|
18
|
-
*/
|
|
19
|
-
|
|
20
13
|
/*!
|
|
21
14
|
* https://github.com/Starcounter-Jack/JSON-Patch
|
|
22
15
|
* (c) 2017-2021 Joachim Wester
|
|
@@ -41,7 +34,7 @@ object-assign
|
|
|
41
34
|
|
|
42
35
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
43
36
|
|
|
44
|
-
/*! js-yaml 4.1.
|
|
37
|
+
/*! js-yaml 4.1.1 https://github.com/nodeca/js-yaml @license MIT */
|
|
45
38
|
|
|
46
39
|
/**
|
|
47
40
|
* @license React
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/swagger-ui-web-component",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.14",
|
|
4
4
|
"main": "dist/main.js",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"webpack": "^5.104.1",
|
|
41
41
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
42
42
|
"webpack-cli": "^5.1.4",
|
|
43
|
-
"webpack-dev-server": "^5.2.
|
|
43
|
+
"webpack-dev-server": "^5.2.3"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"start": "webpack serve",
|