@thi.ng/hex 2.1.0 → 2.1.1
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.md +4 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
Last updated
|
|
3
|
+
- **Last updated**: 2021-11-19T07:59:51Z
|
|
4
|
+
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
|
|
4
5
|
|
|
5
6
|
All notable changes to this project will be documented in this file.
|
|
6
7
|
See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
|
|
7
8
|
|
|
8
|
-
**Note:** Unlisted _patch_ versions only involve non-code changes
|
|
9
|
-
version bumps of transitive dependencies.
|
|
9
|
+
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
|
|
10
|
+
and/or version bumps of transitive dependencies.
|
|
10
11
|
|
|
11
12
|
## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hex@2.1.0) (2021-11-17)
|
|
12
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hex",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "Hex string formatters for 4/8/16/24/32/48/64bit words",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
31
31
|
"doc:readme": "yarn doc:stats && tools:readme",
|
|
32
32
|
"doc:stats": "tools:module-stats",
|
|
33
|
-
"pub": "yarn
|
|
33
|
+
"pub": "yarn npm publish --access public",
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@microsoft/api-extractor": "^7.18.19",
|
|
38
|
-
"@thi.ng/testament": "^0.2.
|
|
38
|
+
"@thi.ng/testament": "^0.2.1",
|
|
39
39
|
"rimraf": "^3.0.2",
|
|
40
40
|
"tools": "^0.0.1",
|
|
41
|
-
"typedoc": "^0.22.
|
|
42
|
-
"typescript": "^4.
|
|
41
|
+
"typedoc": "^0.22.9",
|
|
42
|
+
"typescript": "^4.5.2"
|
|
43
43
|
},
|
|
44
44
|
"keywords": [
|
|
45
45
|
"binary",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
],
|
|
70
70
|
"year": 2020
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "8bd27c8bde0b770e7c001943f11c951cd345d668\n"
|
|
73
73
|
}
|