split-hash 0.1.5 → 0.1.6
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/package.json +19 -18
- package/CHANGELOG.md +0 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "split-hash",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Split the stream based on bytes and get digests from each part.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"split",
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"lib"
|
|
16
16
|
],
|
|
17
17
|
"main": "lib/es2018/index.js",
|
|
18
|
-
"
|
|
18
|
+
"types": "lib/es2018/index.d.ts",
|
|
19
|
+
"sideEffects": false,
|
|
19
20
|
"repository": "git@github.com:BlackGlory/split-hash.git",
|
|
20
21
|
"author": "BlackGlory <woshenmedoubuzhidao@blackglory.me>",
|
|
21
22
|
"license": "MIT",
|
|
@@ -38,30 +39,30 @@
|
|
|
38
39
|
},
|
|
39
40
|
"husky": {
|
|
40
41
|
"hooks": {
|
|
41
|
-
"pre-commit": "run-s lint test",
|
|
42
|
+
"pre-commit": "run-s lint build test",
|
|
42
43
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
43
44
|
}
|
|
44
45
|
},
|
|
45
46
|
"devDependencies": {
|
|
46
|
-
"@blackglory/go": "^0.1.
|
|
47
|
-
"@blackglory/jest-matchers": "^0.1
|
|
48
|
-
"@blackglory/types": "^0.5
|
|
49
|
-
"@commitlint/cli": "^
|
|
50
|
-
"@commitlint/config-conventional": "^
|
|
51
|
-
"@types/jest": "^27.0
|
|
52
|
-
"@types/node": "
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
54
|
-
"@typescript-eslint/parser": "^5.
|
|
55
|
-
"eslint": "^8.0
|
|
47
|
+
"@blackglory/go": "^0.1.1",
|
|
48
|
+
"@blackglory/jest-matchers": "^0.2.1",
|
|
49
|
+
"@blackglory/types": "^0.6.5",
|
|
50
|
+
"@commitlint/cli": "^16.0.1",
|
|
51
|
+
"@commitlint/config-conventional": "^16.0.0",
|
|
52
|
+
"@types/jest": "^27.4.0",
|
|
53
|
+
"@types/node": "14",
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^5.9.0",
|
|
55
|
+
"@typescript-eslint/parser": "^5.9.0",
|
|
56
|
+
"eslint": "^8.6.0",
|
|
56
57
|
"husky": "^4.3.0",
|
|
57
|
-
"iterable-operator": "^0.14.
|
|
58
|
-
"jest": "^27.
|
|
58
|
+
"iterable-operator": "^0.14.5",
|
|
59
|
+
"jest": "^27.4.7",
|
|
59
60
|
"npm-run-all": "^4.1.5",
|
|
60
|
-
"return-style": "^0.12.
|
|
61
|
+
"return-style": "^0.12.6",
|
|
61
62
|
"rimraf": "^3.0.2",
|
|
62
|
-
"standard-version": "^9.3.
|
|
63
|
+
"standard-version": "^9.3.2",
|
|
63
64
|
"ts-jest": "^27.0.5",
|
|
64
65
|
"tscpaths": "^0.0.9",
|
|
65
|
-
"typescript": "^4.
|
|
66
|
+
"typescript": "^4.5.4"
|
|
66
67
|
}
|
|
67
68
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
### [0.1.5](https://github.com/BlackGlory/split-hash/compare/v0.1.4...v0.1.5) (2021-10-14)
|
|
6
|
-
|
|
7
|
-
### [0.1.4](https://github.com/BlackGlory/split-hash/compare/v0.1.3...v0.1.4) (2021-02-04)
|
|
8
|
-
|
|
9
|
-
### [0.1.3](https://github.com/BlackGlory/split-hash/compare/v0.1.2...v0.1.3) (2021-02-03)
|
|
10
|
-
|
|
11
|
-
### [0.1.2](https://github.com/BlackGlory/split-hash/compare/v0.1.1...v0.1.2) (2020-10-10)
|