1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

[PM-25569] Expose commercial sdk service to web clients (#16899)

* feat: enable commercial SDK usage on web

* feat: enable commercial SDK usage in cli

* feat: enable commercial SDK usage in browser

* feat: add lint to restrict commercial sdk imports
This commit is contained in:
Andreas Coroiu
2025-10-31 08:13:36 +01:00
committed by GitHub
parent 48fb8b2bfe
commit 1264abfb19
6 changed files with 30 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
{
"extends": "./tsconfig",
"files": [
"../../bitwarden_license/bit-common/src/platform/sdk/sdk-alias.d.ts",
"../../apps/web/src/polyfills.ts",
"../../apps/web/src/main.ts",
"../../apps/web/src/theme.ts",

View File

@@ -1,6 +1,8 @@
{
"extends": "../../apps/web/tsconfig",
"files": [
"../../bitwarden_license/bit-common/src/platform/sdk/sdk-alias.d.ts",
"../../apps/web/src/polyfills.ts",
"../../apps/web/src/main.ts",
"../../apps/web/src/theme.ts",