@thi.ng/hex 2.3.74 → 2.3.75
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 +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hex",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.75",
|
|
4
4
|
"description": "Hex string formatters for 4/8/16/24/32/48/64bit words, hexdump formatting of binary data",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"esbuild": "^0.25.
|
|
42
|
+
"esbuild": "^0.25.8",
|
|
43
43
|
"typedoc": "^0.28.7",
|
|
44
44
|
"typescript": "^5.8.3"
|
|
45
45
|
},
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
],
|
|
74
74
|
"year": 2020
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "3cd1bea8b2bf6b859609f6d5c14b4eb64745681f\n"
|
|
77
77
|
}
|