tkdf256 1.0.0 → 1.0.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/package.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tkdf256",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Canonical reference implementation of TKDF-256 for CTP/IP",
|
|
6
6
|
"author": "Erico Lisboa (Design Ledger Pty Ltd, ABN 50 669 856 339)",
|
|
@@ -14,6 +14,10 @@
|
|
|
14
14
|
"files": ["dist", "LICENSE", "README.md"],
|
|
15
15
|
"engines": { "node": ">=18" },
|
|
16
16
|
"keywords": ["ctpip", "tkdf256", "hash", "key-derivation"],
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "https://github.com/thedesignledger/tkdf256-ts.git"
|
|
20
|
+
},
|
|
17
21
|
"devDependencies": {
|
|
18
22
|
"@types/node": "^25.7.0",
|
|
19
23
|
"typescript": "^6.0.3"
|