k2hdkc 1.0.10 → 1.0.12

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 +12 -0
  2. package/package.json +5 -5
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ k2hdkc (1.0.12) unstable; urgency=low
2
+
3
+ * Changed publish NodeJS versions to v22 and Fixed scripts, etc - #56
4
+
5
+ -- Takeshi Nakatani <ggtakec@gmail.com> Fri, 14 Feb 2025 11:37:21 +0900
6
+
7
+ k2hdkc (1.0.11) unstable; urgency=low
8
+
9
+ * Changed supported OS and NodeJS version - #54
10
+
11
+ -- Takeshi Nakatani <ggtakec@gmail.com> Thu, 21 Nov 2024 17:36:52 +0900
12
+
1
13
  k2hdkc (1.0.10) unstable; urgency=low
2
14
 
3
15
  * Updated github actions tools and dependencies - #52
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "k2hdkc",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "K2HDKC addon library for Node.js",
5
5
  "os": "linux",
6
6
  "main": "index.js",
@@ -9,11 +9,11 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "bindings": "^1.5.0",
12
- "nan": "^2.19.0"
12
+ "nan": "^2.22.0"
13
13
  },
14
14
  "devDependencies": {
15
- "chai": "^4.4.1",
16
- "mocha": "^10.3.0"
15
+ "chai": "^4.5.0",
16
+ "mocha": "^10.8.2"
17
17
  },
18
18
  "scripts": {
19
19
  "build": "npm run build:before && npm run build:configure && npm run build:rebuild && npm run build:linkdir && npm run build:after",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "author": "Takeshi Nakatani <ggtakec@gmail.com> (https://github.com/ggtakec)",
53
53
  "contributors": [
54
- "Hirotaka Wakabayashi <hiwakaba@yahoo-corp.jp> (https://github.com/hiwakaba)"
54
+ "Hirotaka Wakabayashi <hiwakaba@lycorp.co.jp> (https://github.com/hiwakaba)"
55
55
  ],
56
56
  "license": "MIT"
57
57
  }