k2hdkc 1.0.6 → 1.0.7

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 +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ k2hdkc (1.0.7) unstable; urgency=low
2
+
3
+ * Updated versions of dependent packages - #46
4
+
5
+ -- Takeshi Nakatani <ggtakec@gmail.com> Tue, 03 Oct 2023 12:30:05 +0900
6
+
1
7
  k2hdkc (1.0.6) unstable; urgency=low
2
8
 
3
9
  * Updated support NodeJS version - #43
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "k2hdkc",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "K2HDKC addon library for Node.js",
5
5
  "os": "linux",
6
6
  "main": "index.js",
@@ -9,10 +9,10 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "bindings": "^1.5.0",
12
- "nan": "^2.17.0"
12
+ "nan": "^2.18.0"
13
13
  },
14
14
  "devDependencies": {
15
- "chai": "^4.3.8",
15
+ "chai": "^4.3.10",
16
16
  "mocha": "^10.2.0"
17
17
  },
18
18
  "scripts": {