Add browser host callback contract for WebView verification flow (#1846)

* push code for wv-02 and 03

* save wip

* fixes

* pr feedback fix pipelines

* save spec

* address feedback

* pr feedbacak

* fixes

* format

* fix pipelines

* fix

* fix

* fixes
This commit is contained in:
Justin Hernandez
2026-03-12 07:50:18 -07:00
committed by GitHub
parent 345eaaba27
commit f47b46d465
28 changed files with 954 additions and 136 deletions

View File

@@ -37,6 +37,10 @@ jobs:
exit 1
fi
echo "✅ No nested require() patterns found"
- name: Build common
run: yarn workspace @selfxyz/common build
- name: Build mobile-sdk-alpha
run: yarn workspace @selfxyz/mobile-sdk-alpha build
- name: Build webview-bridge
run: yarn workspace @selfxyz/webview-bridge build
- name: Build webview-app
@@ -96,6 +100,12 @@ jobs:
node-version-file: .nvmrc
- name: Install dependencies
uses: ./.github/actions/yarn-install
- name: Build common
run: yarn workspace @selfxyz/common build
- name: Build mobile-sdk-alpha iOS artifacts
run: yarn workspace @selfxyz/mobile-sdk-alpha build:ios
- name: Build mobile-sdk-alpha TypeScript bundle
run: yarn workspace @selfxyz/mobile-sdk-alpha build:ts-only
- name: Build webview-bridge
run: yarn workspace @selfxyz/webview-bridge build
- name: Build webview-app