Skip to content

Commit b73b3b8

Browse files
feat: add PCP support; add pino logger
1 parent 3ca85eb commit b73b3b8

17 files changed

+895
-635
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2+
"[typescript]": {
3+
"editor.tabSize": 2
4+
},
25
"cSpell.words": ["natmap"]
36
}

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
"@types/node": "^20.3.1",
1919
"commander": "^11.0.0",
2020
"node-fetch": "^3.3.1",
21+
"pino": "^8.14.1",
22+
"pino-pretty": "^10.0.0",
2123
"rollup": "^3.25.1",
2224
"rollup-plugin-esbuild": "^5.0.0",
23-
"stun": "^2.1.0",
2425
"tslib": "^2.5.3",
2526
"typescript": "^5.1.3"
2627
}

0 commit comments

Comments
 (0)