We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf82319 commit 1cb5421Copy full SHA for 1cb5421
proof_verifier_js/demo/vite.config.ts
@@ -5,6 +5,6 @@ export default defineConfig({
5
plugins: [vue()],
6
assetsInclude: ["**/*.wasm"],
7
optimizeDeps: {
8
- exclude: ["proof-verifier-js"]
+ exclude: ["@matterlabs/ethproofs-airbender-verifier"]
9
}
10
});
proof_verifier_js/demo/yarn.lock
@@ -148,7 +148,7 @@
148
integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==
149
150
"@matterlabs/ethproofs-airbender-verifier@file:../ts":
151
- version "0.1.0"
+ version "0.1.1"
152
153
"@rollup/rollup-android-arm-eabi@4.55.1":
154
version "4.55.1"
0 commit comments