k2hash 1.1.32 → 1.1.34
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 +12 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
k2hash (1.1.34) unstable; urgency=low
|
|
2
|
+
|
|
3
|
+
* Updated a dependent package version(mocha) - #62
|
|
4
|
+
|
|
5
|
+
-- Takeshi Nakatani <ggtakec@gmail.com> Mon, 17 Feb 2025 09:35:29 +0900
|
|
6
|
+
|
|
7
|
+
k2hash (1.1.33) unstable; urgency=low
|
|
8
|
+
|
|
9
|
+
* Changed publish NodeJS versions to v22 and Fixed scripts, etc - #60
|
|
10
|
+
|
|
11
|
+
-- Takeshi Nakatani <ggtakec@gmail.com> Fri, 14 Feb 2025 08:44:57 +0900
|
|
12
|
+
|
|
1
13
|
k2hash (1.1.32) unstable; urgency=low
|
|
2
14
|
|
|
3
15
|
* Changed supported OS and NodeJS version - #58
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "k2hash",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.34",
|
|
4
4
|
"description": "K2HASH addon library for Node.js",
|
|
5
5
|
"os": "linux",
|
|
6
6
|
"main": "index.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"chai": "^4.5.0",
|
|
16
|
-
"mocha": "^
|
|
16
|
+
"mocha": "^11.1.0"
|
|
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",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"author": "Takeshi Nakatani <ggtakec@gmail.com> (https://github.com/ggtakec)",
|
|
54
54
|
"contributors": [
|
|
55
|
-
"Hirotaka Wakabayashi <hiwakaba@
|
|
55
|
+
"Hirotaka Wakabayashi <hiwakaba@lycorp.co.jp> (https://github.com/hiwakaba)"
|
|
56
56
|
],
|
|
57
57
|
"license": "MIT"
|
|
58
58
|
}
|