@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,13 @@
1
1
  # Change Log
2
2
 
3
- Last updated: 2021-11-17T23:24:59Z
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 and/or
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.0",
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 build && yarn npm publish --access public",
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.0",
38
+ "@thi.ng/testament": "^0.2.1",
39
39
  "rimraf": "^3.0.2",
40
40
  "tools": "^0.0.1",
41
- "typedoc": "^0.22.8",
42
- "typescript": "^4.4.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": "519eedf95c076202f3429eb8e46ccff275bfe446\n"
72
+ "gitHead": "8bd27c8bde0b770e7c001943f11c951cd345d668\n"
73
73
  }