k2hr3-api 1.0.18 → 1.0.19

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.
Files changed (2) hide show
  1. package/ChangeLog +6 -0
  2. package/package.json +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ k2hr3-api (1.0.19) unstable; urgency=low
2
+
3
+ * Bumped up the version number to update the Docker image
4
+
5
+ -- Takeshi Nakatani <ggtakec@gmail.com> Mon, 15 May 2023 13:49:31 +0900
6
+
1
7
  k2hr3-api (1.0.18) unstable; urgency=low
2
8
 
3
9
  * Fixed require line about jose package, and updated dependencies - #87
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "k2hr3-api",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "dependencies": {
5
5
  "@kubernetes/client-node": "^0.18.1",
6
6
  "body-parser": "^1.20.2",