ncc-client-poc 0.1.0 → 0.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 +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ncc-client-poc",
|
|
3
3
|
"description": "Proof of Concept client for Nostr Community Conventions (NCC). Implements decentralized infrastructure management and discovery without DNS.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.html",
|
|
7
7
|
"files": [
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "git+https://github.com/
|
|
17
|
+
"url": "git+https://github.com/imattau/ncc-client.git"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
20
20
|
"nostr",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"buffer": "^6.0.3",
|
|
42
42
|
"clsx": "^2.1.0",
|
|
43
43
|
"lucide-react": "^0.344.0",
|
|
44
|
-
"ncc-02-js": "
|
|
45
|
-
"ncc-05-js": "
|
|
44
|
+
"ncc-02-js": "^0.3.1",
|
|
45
|
+
"ncc-05-js": "^1.1.14",
|
|
46
46
|
"nostr-tools": "^2.1.5",
|
|
47
47
|
"qrcode.react": "^4.2.0",
|
|
48
48
|
"react": "^18.2.0",
|