+5
-5
package.json
+5
-5
package.json
···
1
{
2
"name": "atnotary",
3
-
"version": "0.1.0",
4
"type": "module",
5
"description": "Notarize AT Protocol records on Ethereum using EAS",
6
"main": "./dist/lib/index.js",
···
30
"@atproto/api": "^0.12.29",
31
"@ethereum-attestation-service/eas-sdk": "^2.9.0",
32
"js-yaml": "^4.1.0",
33
-
"ethers": "^6.15.0"
34
},
35
"devDependencies": {
36
"@types/js-yaml": "^4.0.9",
37
"@types/node": "^20.19.21",
38
"@vitest/coverage-v8": "^3.2.4",
39
-
"chalk": "^5.6.2",
40
-
"commander": "^11.1.0",
41
-
"ora": "^8.2.0",
42
"tsx": "^4.20.6",
43
"typescript": "^5.9.3",
44
"vitest": "^3.2.4"
···
1
{
2
"name": "atnotary",
3
+
"version": "0.1.1",
4
"type": "module",
5
"description": "Notarize AT Protocol records on Ethereum using EAS",
6
"main": "./dist/lib/index.js",
···
30
"@atproto/api": "^0.12.29",
31
"@ethereum-attestation-service/eas-sdk": "^2.9.0",
32
"js-yaml": "^4.1.0",
33
+
"ethers": "^6.15.0",
34
+
"chalk": "^5.6.2",
35
+
"commander": "^11.1.0",
36
+
"ora": "^8.2.0"
37
},
38
"devDependencies": {
39
"@types/js-yaml": "^4.0.9",
40
"@types/node": "^20.19.21",
41
"@vitest/coverage-v8": "^3.2.4",
42
"tsx": "^4.20.6",
43
"typescript": "^5.9.3",
44
"vitest": "^3.2.4"