k2hash 1.1.23 → 1.1.24
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 +8 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
k2hash (1.1.24) unstable; urgency=low
|
|
2
|
+
|
|
3
|
+
* Fixed scripts for package building and publishing - #40
|
|
4
|
+
* Re-fixed nodejs_helper.sh for npm publish - #38
|
|
5
|
+
* Fixed nodejs_helper.sh for npm publish - #36
|
|
6
|
+
|
|
7
|
+
-- Takeshi Nakatani <ggtakec@gmail.com> Fri, 17 Feb 2023 19:21:14 +0900
|
|
8
|
+
|
|
1
9
|
k2hash (1.1.23) unstable; urgency=low
|
|
2
10
|
|
|
3
11
|
* Added build flags and removed unnecessary files - #34
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "k2hash",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.24",
|
|
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.3.7",
|
|
16
|
-
"mocha": "^10.
|
|
16
|
+
"mocha": "^10.2.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",
|