k2hash 1.1.29 → 1.1.31
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 +13 -0
- package/package.json +4 -4
- package/.auditignore +0 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
k2hash (1.1.31) unstable; urgency=low
|
|
2
|
+
|
|
3
|
+
* Updated dependencies - #56
|
|
4
|
+
* Updated github actions tools - #55
|
|
5
|
+
|
|
6
|
+
-- Takeshi Nakatani <ggtakec@gmail.com> Wed, 13 Mar 2024 17:23:01 +0900
|
|
7
|
+
|
|
8
|
+
k2hash (1.1.30) unstable; urgency=low
|
|
9
|
+
|
|
10
|
+
* Removed .auditignore file - #53
|
|
11
|
+
|
|
12
|
+
-- Takeshi Nakatani <ggtakec@gmail.com> Tue, 21 Nov 2023 14:52:40 +0900
|
|
13
|
+
|
|
1
14
|
k2hash (1.1.29) unstable; urgency=low
|
|
2
15
|
|
|
3
16
|
* Bumped up the version number
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "k2hash",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.31",
|
|
4
4
|
"description": "K2HASH 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.
|
|
12
|
+
"nan": "^2.19.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"chai": "^4.
|
|
16
|
-
"mocha": "^10.
|
|
15
|
+
"chai": "^4.4.1",
|
|
16
|
+
"mocha": "^10.3.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",
|
package/.auditignore
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
https://npmjs.com/advisories/1673
|