diff --git a/webext/pnpm-lock.yaml b/webext/pnpm-lock.yaml index 60ca1b1..4c957c1 100644 --- a/webext/pnpm-lock.yaml +++ b/webext/pnpm-lock.yaml @@ -633,6 +633,14 @@ packages: eslint-visitor-keys: 3.4.1 dev: true + /@upnd/wasm-node@0.1.0: + resolution: {integrity: sha512-lOW3Fqc48bj90r84+6zyvQHATInK6aFwUXCBmLk048e6RnfO7ELQSyYp9nso/efmrdcaRKnT+Cc5OObk1amblA==} + dev: false + + /@upnd/wasm-web@0.1.0: + resolution: {integrity: sha512-GFZYYKTbaFrefCKYL+GCgEyMpTD9CbrhCAel3/o5gmHk7xNL3ox5N9AiCZFmkPbFWIE070Ow3zg+kQf2GY34rA==} + dev: false + /@webcomponents/webcomponentsjs@2.8.0: resolution: {integrity: sha512-loGD63sacRzOzSJgQnB9ZAhaQGkN7wl2Zuw7tsphI5Isa0irijrRo6EnJii/GgjGefIFO8AIO7UivzRhFaEk9w==} dev: false @@ -2022,6 +2030,7 @@ packages: /glob@6.0.4: resolution: {integrity: sha512-MKZeRNyYZAVVVG1oZeLaWie1uweH40m9AZwIwxyPbTSX4hHrVYSzLg0Ro5Z5R7XKkIX+Cc6oD1rqeDJnwsB8/A==} + requiresBuild: true dependencies: inflight: 1.0.6 inherits: 2.0.4 @@ -2930,6 +2939,7 @@ packages: /nan@2.17.0: resolution: {integrity: sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==} + requiresBuild: true dev: false optional: true @@ -2949,6 +2959,7 @@ packages: /ncp@2.0.0: resolution: {integrity: sha512-zIdGUrPRFTUELUvr3Gmc7KZ2Sw/h1PiVM0Af/oHB6zgnV1ikqSfRk+TOufi79aHYCW3NiOXmr1BP5nWbzojLaA==} hasBin: true + requiresBuild: true dev: false optional: true @@ -3622,6 +3633,7 @@ packages: /rimraf@2.4.5: resolution: {integrity: sha512-J5xnxTyqaiw06JjMftq7L9ouA448dw/E7dKghkP9WpKNuwmARNNg+Gk8/u5ryb9N/Yo2+z3MCwuqFK/+qPOPfQ==} hasBin: true + requiresBuild: true dependencies: glob: 6.0.4 dev: false @@ -4659,8 +4671,10 @@ packages: file:../tools/upend_js: resolution: {directory: ../tools/upend_js, type: directory} - name: upend + name: '@upnd/upend' dependencies: + '@upnd/wasm-node': 0.1.0 + '@upnd/wasm-web': 0.1.0 debug: 4.3.4 lru-cache: 7.18.3 upend_wasm: file:../tools/upend_wasm/pkg diff --git a/webext/src/App.svelte b/webext/src/App.svelte index eff41ef..bb5470f 100644 --- a/webext/src/App.svelte +++ b/webext/src/App.svelte @@ -312,7 +312,7 @@