@majikah/sdk 1.0.2 → 1.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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@majikah/sdk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.1.1",
|
|
5
5
|
"description": "Official TypeScript client SDK for the Majikah ecosystem, providing unified access to Majik Universal ID (MUID) identity verification, Time Stamping Authority (TSA) issuing, cryptographically signed link claims (SLink), and on-chain document notarization flows.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"author": "Majikah Solutions OPC",
|
|
@@ -53,15 +53,15 @@
|
|
|
53
53
|
"test:muid": "npx vitest test/sdk-muid.test.ts"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@majikah/majik-key": "^0.
|
|
57
|
-
"@majikah/majik-notary": "^0.1.
|
|
58
|
-
"@majikah/majik-signature": "^0.
|
|
59
|
-
"@majikah/majik-slink": "^0.2.
|
|
60
|
-
"@majikah/majik-universal-id": "^0.
|
|
56
|
+
"@majikah/majik-key": "^0.5.2",
|
|
57
|
+
"@majikah/majik-notary": "^0.1.1",
|
|
58
|
+
"@majikah/majik-signature": "^0.6.0",
|
|
59
|
+
"@majikah/majik-slink": "^0.2.3",
|
|
60
|
+
"@majikah/majik-universal-id": "^0.4.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@types/node": "^26.
|
|
64
|
-
"dotenv": "^
|
|
63
|
+
"@types/node": "^26.6.2",
|
|
64
|
+
"dotenv": "^18.0.1",
|
|
65
65
|
"typedoc": "^0.28.20",
|
|
66
66
|
"vitest": "^5.0.1"
|
|
67
67
|
}
|