fix: update logging level to work with alpha6; update verify method in background; add version to option page (#79)

This commit is contained in:
tsukino
2024-08-14 07:57:27 -04:00
committed by GitHub
parent d15d021b4a
commit 4c78625f12
12 changed files with 111 additions and 78 deletions

25
package-lock.json generated
View File

@@ -17,6 +17,7 @@
"classnames": "^2.3.2",
"comlink": "^4.4.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.12",
"fast-deep-equal": "^3.1.3",
"fuse.js": "^6.6.2",
"level": "^8.0.0",
@@ -31,7 +32,7 @@
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"tailwindcss": "^3.3.3",
"tlsn-js": "0.1.0-alpha.6.1",
"tlsn-js": "0.1.0-alpha.6.2",
"tlsn-jsV5.3": "npm:tlsn-js@0.1.0-alpha.5.3"
},
"devDependencies": {
@@ -6094,6 +6095,11 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/dayjs": {
"version": "1.11.12",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz",
"integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg=="
},
"node_modules/debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
@@ -12996,9 +13002,9 @@
"dev": true
},
"node_modules/tlsn-js": {
"version": "0.1.0-alpha.6.1",
"resolved": "https://registry.npmjs.org/tlsn-js/-/tlsn-js-0.1.0-alpha.6.1.tgz",
"integrity": "sha512-/gs+Z3/+J4I0LCX8Rx+Dblj7SwxA+2MAgbgXyAUR/wdD6oyBPHr5DljegpTVgaAMruopGx+Ggsu1ab5lw6qeIA==",
"version": "0.1.0-alpha.6.2",
"resolved": "https://registry.npmjs.org/tlsn-js/-/tlsn-js-0.1.0-alpha.6.2.tgz",
"integrity": "sha512-6PANWQEFw48VFNfDgA017zcNRae2OutzNmE5Xcc/h6lwkZZ8MBZIFAFfz/WHZJ3fcFJumaKrG80gpomP6blZqw==",
"engines": {
"node": ">= 16.20.2"
}
@@ -18243,6 +18249,11 @@
"is-data-view": "^1.0.1"
}
},
"dayjs": {
"version": "1.11.12",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz",
"integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg=="
},
"debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
@@ -22975,9 +22986,9 @@
"dev": true
},
"tlsn-js": {
"version": "0.1.0-alpha.6.1",
"resolved": "https://registry.npmjs.org/tlsn-js/-/tlsn-js-0.1.0-alpha.6.1.tgz",
"integrity": "sha512-/gs+Z3/+J4I0LCX8Rx+Dblj7SwxA+2MAgbgXyAUR/wdD6oyBPHr5DljegpTVgaAMruopGx+Ggsu1ab5lw6qeIA=="
"version": "0.1.0-alpha.6.2",
"resolved": "https://registry.npmjs.org/tlsn-js/-/tlsn-js-0.1.0-alpha.6.2.tgz",
"integrity": "sha512-6PANWQEFw48VFNfDgA017zcNRae2OutzNmE5Xcc/h6lwkZZ8MBZIFAFfz/WHZJ3fcFJumaKrG80gpomP6blZqw=="
},
"tlsn-jsV5.3": {
"version": "npm:tlsn-js@0.1.0-alpha.5.3",