@xylabs/hex 6.0.9 → 6.1.0
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/README.md +6 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[![logo][]](https://xylabs.com)
|
|
2
|
+
|
|
1
3
|
# @xylabs/hex
|
|
2
4
|
|
|
3
5
|
[![npm][npm-badge]][npm-link]
|
|
@@ -1396,8 +1398,12 @@ const ZERO_HASH: BrandedHash;
|
|
|
1396
1398
|
|
|
1397
1399
|
A 256-bit zero hash constant.
|
|
1398
1400
|
|
|
1401
|
+
## Credits
|
|
1402
|
+
|
|
1403
|
+
[Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
|
|
1399
1404
|
|
|
1400
1405
|
[npm-badge]: https://img.shields.io/npm/v/@xylabs/hex.svg
|
|
1401
1406
|
[npm-link]: https://www.npmjs.com/package/@xylabs/hex
|
|
1402
1407
|
[license-badge]: https://img.shields.io/npm/l/@xylabs/hex.svg
|
|
1403
1408
|
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
|
1409
|
+
[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/hex",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hex",
|
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
"README.md"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@xylabs/
|
|
49
|
-
"@xylabs/
|
|
48
|
+
"@xylabs/typeof": "~6.1.0",
|
|
49
|
+
"@xylabs/error": "~6.1.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@xylabs/toolchain": "^8.1.
|
|
53
|
-
"@xylabs/tsconfig": "^8.1.
|
|
52
|
+
"@xylabs/toolchain": "^8.1.20",
|
|
53
|
+
"@xylabs/tsconfig": "^8.1.20",
|
|
54
54
|
"eslint": "^10.4.1",
|
|
55
55
|
"typescript": "^6.0.3",
|
|
56
56
|
"vite": "^8.0.16",
|
|
57
57
|
"vitest": "^4.1.8",
|
|
58
58
|
"zod": "^4.4.3",
|
|
59
|
-
"@xylabs/vitest-extended": "~6.0
|
|
59
|
+
"@xylabs/vitest-extended": "~6.1.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"zod": "^4.4"
|