-
Notifications
You must be signed in to change notification settings - Fork 0
Add example for parsing privy user properties #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "hash": "617a516a", | ||
| "configHash": "21b1d9d9", | ||
| "lockfileHash": "366f99a9", | ||
| "browserHash": "c1da27b5", | ||
| "optimized": {}, | ||
| "chunks": {} | ||
| } | ||
|
Comment on lines
+1
to
+8
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 Vite dependency cache files accidentally committed to repository The DetailsThe These cached files contain machine-specific hashes ( Impact: Other contributors may experience confusing Vite cache mismatches, and these files will generate noise in future diffs. Prompt for agentsWas this helpful? React with 👍 or 👎 to provide feedback. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "type": "module" | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generated Vite cache files committed
Low Severity
The PR adds
.vitedependency cache artifacts (with-dynamic/.vite/deps/*) that are generated build output, not source. These files encode local cache hashes and can create noisy diffs, merge churn, and non-deterministic changes without functional value.Additional Locations (1)
with-dynamic/.vite/deps/package.json#L1-L3