Remove nostr-wasm, add event validation sampling

This commit is contained in:
Jon Staab
2024-11-21 16:03:34 -08:00
parent 2bc575dc21
commit 2fbcfc59a1
5 changed files with 30 additions and 17 deletions
+3 -3
View File
@@ -2487,7 +2487,8 @@
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/nostr-wasm/-/nostr-wasm-0.1.0.tgz",
"integrity": "sha512-78BTryCLcLYv96ONU8Ws3Q1JzjlAt+43pWQhIl86xZmWeegYCNLPml7yQ+gG3vR6V5h4XGj+TxO+SS5dsThQIA==",
"license": "MIT"
"license": "MIT",
"optional": true
},
"node_modules/npm-run-path": {
"version": "4.0.1",
@@ -3782,8 +3783,7 @@
"license": "MIT",
"dependencies": {
"@welshman/lib": "~0.0.25",
"nostr-tools": "^2.7.2",
"nostr-wasm": "^0.1.0"
"nostr-tools": "^2.7.2"
},
"devDependencies": {
"gts": "^5.0.1",