Skip to content

Commit 1e3b4ba

Browse files
authored
[bre-1104] add repo url designation in sdk-internal wasm crate (#438)
## ๐ŸŽŸ๏ธ Tracking [bre-1104](https://bitwarden.atlassian.net/browse/bre-1104) ## ๐Ÿ“” Objective related to #415 and #437 example failure after moving to oidc npm publish -> https://github.com/bitwarden/sdk-internal/actions/runs/17654697060/job/50174358624 it is searching for provenance information in the package.json file but the repository url is not defined there ## โฐ 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 โš ๏ธ (`:warning:`) for more significant problems or concerns needing attention - ๐ŸŒฑ (`:seedling:`) or โ™ป๏ธ (`:recycle:`) for future improvements or indications of technical debt - โ› (`:pick:`) for minor or nitpick changes
1 parent 0b6d9c4 commit 1e3b4ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

โ€Žcrates/bitwarden-wasm-internal/npm/package.jsonโ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@bitwarden/sdk-internal",
33
"version": "0.1.0",
44
"license": "GPL-3.0",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/bitwarden/sdk-internal.git"
8+
},
59
"files": [
610
"bitwarden_wasm_internal_bg.js",
711
"bitwarden_wasm_internal_bg.wasm.d.ts",

0 commit comments

Comments
ย (0)