Update sdk-internal to 0.2.0-main.681 (#20194)

* Update sdk-internal to 0.2.0-main.681

* Set organization_shared_key repository to null

---------

Co-authored-by: bw-ghapp[bot] <178206702+bw-ghapp[bot]@users.noreply.github.com>
Co-authored-by: Hinton <hinton@users.noreply.github.com>
pull/19784/head^2
bw-ghapp[bot] 2 months ago committed by GitHub
parent a4c457ffd9
commit 7449e51f25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -28,6 +28,7 @@ export async function initializeClientManagedState(
stateProvider,
new EphemeralPinEnvelopeMapper(),
),
organization_shared_key: null,
});
}

16
package-lock.json generated

@ -23,9 +23,9 @@
"@angular/platform-browser": "20.3.18",
"@angular/platform-browser-dynamic": "20.3.18",
"@angular/router": "20.3.18",
"@bitwarden/commercial-sdk-internal": "0.2.0-main.673",
"@bitwarden/commercial-sdk-internal": "0.2.0-main.681",
"@bitwarden/desktop-napi": "file:apps/desktop/desktop_native/napi",
"@bitwarden/sdk-internal": "0.2.0-main.673",
"@bitwarden/sdk-internal": "0.2.0-main.681",
"@electron/fuses": "1.8.0",
"@emotion/css": "11.13.5",
"@koa/multer": "4.0.0",
@ -4966,9 +4966,9 @@
"link": true
},
"node_modules/@bitwarden/commercial-sdk-internal": {
"version": "0.2.0-main.673",
"resolved": "https://registry.npmjs.org/@bitwarden/commercial-sdk-internal/-/commercial-sdk-internal-0.2.0-main.673.tgz",
"integrity": "sha512-fY3T/9rFyttRZosPyfzUEQktbO7kBMZHKlUyMN+RA/zwgawQTdrGl2ecMvjYOM+fmHKn2XfW4I45xmyjKe1NvA==",
"version": "0.2.0-main.681",
"resolved": "https://registry.npmjs.org/@bitwarden/commercial-sdk-internal/-/commercial-sdk-internal-0.2.0-main.681.tgz",
"integrity": "sha512-U7Gg/eUyKVjQVNsUXUna36RNJkUVQcUWqJThfud3a3+nNXgGB8Lm4AhLdnWw/r0Kw69m4KkAFZLj24k5j2BFbQ==",
"license": "BITWARDEN SOFTWARE DEVELOPMENT KIT LICENSE AGREEMENT",
"dependencies": {
"type-fest": "^5.0.0"
@ -5078,9 +5078,9 @@
"link": true
},
"node_modules/@bitwarden/sdk-internal": {
"version": "0.2.0-main.673",
"resolved": "https://registry.npmjs.org/@bitwarden/sdk-internal/-/sdk-internal-0.2.0-main.673.tgz",
"integrity": "sha512-7ua9xSFfPmw6/CS3ATBKhgV/ycIHzeQdwh0moTzImdi0LcNz/2alSre9gN73ID1761+38juuvKCuGZEpkVJaWg==",
"version": "0.2.0-main.681",
"resolved": "https://registry.npmjs.org/@bitwarden/sdk-internal/-/sdk-internal-0.2.0-main.681.tgz",
"integrity": "sha512-ZDPZtoMGwuaPfGNU3fGBqswQa+LHwW/UkoEcHRGxts6lSTzka5UFUMYjFpI5Q967ake45WynKE0x3BX0Rqs+XA==",
"license": "GPL-3.0",
"dependencies": {
"type-fest": "^5.0.0"

@ -171,9 +171,9 @@
"@angular/platform-browser": "20.3.18",
"@angular/platform-browser-dynamic": "20.3.18",
"@angular/router": "20.3.18",
"@bitwarden/commercial-sdk-internal": "0.2.0-main.673",
"@bitwarden/commercial-sdk-internal": "0.2.0-main.681",
"@bitwarden/desktop-napi": "file:apps/desktop/desktop_native/napi",
"@bitwarden/sdk-internal": "0.2.0-main.673",
"@bitwarden/sdk-internal": "0.2.0-main.681",
"@electron/fuses": "1.8.0",
"@emotion/css": "11.13.5",
"@koa/multer": "4.0.0",

Loading…
Cancel
Save