k2hr3-api 1.0.12 → 1.0.13
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/ChangeLog +6 -0
- package/package.json +8 -8
package/ChangeLog
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
k2hr3-api (1.0.13) unstable; urgency=low
|
|
2
|
+
|
|
3
|
+
* Updated building/packaging scripts - #76
|
|
4
|
+
|
|
5
|
+
-- Takeshi Nakatani <ggtakec@gmail.com> Mon, 06 Mar 2023 22:04:36 +0900
|
|
6
|
+
|
|
1
7
|
k2hr3-api (1.0.12) unstable; urgency=low
|
|
2
8
|
|
|
3
9
|
* Changed flows for packaging and bulding docker image - #74
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "k2hr3-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@kubernetes/client-node": "^0.
|
|
6
|
-
"body-parser": "^1.20.
|
|
7
|
-
"config": "^3.3.
|
|
5
|
+
"@kubernetes/client-node": "^0.18.1",
|
|
6
|
+
"body-parser": "^1.20.2",
|
|
7
|
+
"config": "^3.3.9",
|
|
8
8
|
"cookie-parser": "~1.4.6",
|
|
9
9
|
"dateformat": "^4.6.3",
|
|
10
10
|
"debug": "~4.3.4",
|
|
11
11
|
"express": "^4.18.2",
|
|
12
|
-
"jose": "^4.
|
|
12
|
+
"jose": "^4.13.1",
|
|
13
13
|
"k2hdkc": "^1.0.4",
|
|
14
14
|
"morgan": "~1.10.0",
|
|
15
|
-
"rotating-file-stream": "^3.0
|
|
15
|
+
"rotating-file-stream": "^3.1.0"
|
|
16
16
|
},
|
|
17
17
|
"bin": {
|
|
18
18
|
"k2hr3-api": "./bin/www",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"chai": "^4.3.7",
|
|
32
32
|
"chai-http": "^4.3.0",
|
|
33
|
-
"eslint": "^8.
|
|
34
|
-
"mocha": "^10.
|
|
33
|
+
"eslint": "^8.35.0",
|
|
34
|
+
"mocha": "^10.2.0",
|
|
35
35
|
"nyc": "^15.1.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|