Commit 82c75b8
authored
chore!: update sdk-internal crates (#1370)
## 🎟️ Tracking
https://bitwarden.atlassian.net/browse/SM-1738
## 📔 Objective
Update sdk-internal crates. This, unfortunately required some pretty
heavy, less-than-ideal changes, which I've added comments for throughout
the PR.
This also fixes our failing WASM builds by removing the transpiled JS.
We will only support WASM going forward.
## ⏰ Reminders before review
- Contributor guidelines followed
- All formatters and local linters executed and passed
- Written new unit and / or integration tests where applicable
- Protected functional changes with optionality (feature flags)
- Used internationalization (i18n) for all UI strings
- CI builds passed
- Communicated to DevOps any deployment requirements
- Updated any necessary documentation (Confluence, contributing docs) or
informed the documentation
team
## 🦮 Reviewer guidelines
<!-- Suggested interactions but feel free to use (or not) as you desire!
-->
- 👍 (`:+1:`) or similar for great changes
- 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info
- ❓ (`:question:`) for questions
- 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry
that's not quite a confirmed
issue and could potentially benefit from discussion
- 🎨 (`:art:`) for suggestions / improvements
- ❌ (`:x:`) or 1 parent abda0ca commit 82c75b8
File tree
26 files changed
+874
-572
lines changed- .github/workflows
- crates
- bitwarden-json
- src
- bitwarden-wasm
- bitwarden
- src
- bws
- src/command
- sdk-schemas/src
- languages
- cpp/src
- js
- example
- sdk-client/src
- wasm
- python
- scripts
- support/scripts
26 files changed
+874
-572
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments