mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #536] [MERGED] feat: update dependencies #609
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#609
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/536
Author: @dreamhunter2333
Created: 12/27/2024
Status: ✅ Merged
Merged: 12/27/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
28e7db5feat: update dependencies📊 Changes
10 files changed (+870 additions, -912 deletions)
View changed files
📝
frontend/package.json(+10 -9)📝
frontend/pnpm-lock.yaml(+460 -442)📝
mail-parser-wasm/Cargo.toml(+3 -3)📝
mail-parser-wasm/src/lib.rs(+35 -0)📝
mail-parser-wasm/worker/package.json(+1 -1)📝
vitepress-docs/docs/zh/guide/feature/mail_parser_wasm_worker.md(+1 -0)📝
vitepress-docs/pnpm-lock.yaml(+13 -12)📝
worker/package.json(+5 -5)📝
worker/pnpm-lock.yaml(+341 -440)📝
worker/src/common.ts(+1 -0)📄 Description
PR Type
enhancement, dependencies
Description
headersfield to theparsedEmailobject incommon.ts.MessageHeaderstruct and includedheadersinMessageResultstruct inlib.rs.parse_messagefunction to populateheadersinlib.rs.pnpm-lock.yaml.workbox-buildinpackage.json.mail-parser-wasmfrom0.1.8to0.2.0.Changes walkthrough 📝
2 files
common.ts
Add headers field to parsedEmail objectworker/src/common.ts
headersfield to the commented outparsedEmailobject.lib.rs
Add headers to MessageResult struct and parse_message functionmail-parser-wasm/src/lib.rs
MessageHeaderstruct withkeyandvaluefields.headersfield inMessageResultstruct.headersinMessageResult.parse_messagefunction to populateheaders.3 files
pnpm-lock.yaml
Update dependencies to latest versionsworker/pnpm-lock.yaml
package.json
Update frontend dependencies and add workbox-buildfrontend/package.json
workbox-buildas a new dependency.package.json
Bump version to 0.2.0mail-parser-wasm/worker/package.json
0.1.8to0.2.0.5 files
pnpm-lock.yaml
...frontend/pnpm-lock.yaml
...
pnpm-lock.yaml
...vitepress-docs/pnpm-lock.yaml
...
package.json
...worker/package.json
...
Cargo.toml
...mail-parser-wasm/Cargo.toml
...
mail_parser_wasm_worker.md
...vitepress-docs/docs/zh/guide/feature/mail_parser_wasm_worker.md
...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.