mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
* chore: streamline ios e2e workflow * fix version * fix * fixes * fix path * fix path issue * revert back to dev. test locally first * fix missing dep * update lock * fix version * fix ndk * fix scheme * fixes * fix e2e * fixes * fix pipeline * fix and unify xcode version * update workflow * fix pipeline * implement pipeline fix * fix ios version * remove || true
OpenPassport Commons
Constants and utils used in multiple OpenPassport subdirectories.
Package Structure
This package includes granular export files (e.g., src/utils/hash/sha.ts, src/utils/circuits/dsc-inputs.ts) that re-export specific functions from their original modules. These enable fine-grained imports for better tree-shaking optimization in consuming applications.
Note: Source files use explicit .js extensions in internal imports. TypeScript's
nodenext module setting requires file extensions for ESM, so dropping them
would cause type-check failures.