- New upstream release 2024.12.0 * Added new SSH agent * Added new item type for SSH keys * Added new import options * fix: Add new item should set item type * Desktop edit folder button visibility * Import TOTP with ZohoVault CSV importer * fix BufferSource conversions OBS-URL: https://build.opensuse.org/request/show/1230747 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=83
23 lines
812 B
Diff
23 lines
812 B
Diff
--- bitwarden/node_modules/esbuild/install.js.old 2023-02-18 17:54:51.928231193 +0100
|
|
+++ bitwarden/node_modules/esbuild/install.js 2023-02-18 18:18:42.659268572 +0100
|
|
@@ -85,7 +85,7 @@
|
|
}
|
|
throw err;
|
|
}
|
|
- if (stdout !== versionFromPackageJSON) {
|
|
+ if (0) {
|
|
throw new Error(`Expected ${JSON.stringify(versionFromPackageJSON)} but got ${JSON.stringify(stdout)}`);
|
|
}
|
|
}
|
|
--- bitwarden/node_modules/vite/node_modules/esbuild/install.js.old 2023-02-18 17:54:51.928231193 +0100
|
|
+++ bitwarden/node_modules/vite/node_modules/esbuild/install.js 2023-02-18 18:18:42.659268572 +0100
|
|
@@ -85,7 +85,7 @@
|
|
}
|
|
throw err;
|
|
}
|
|
- if (stdout !== versionFromPackageJSON) {
|
|
+ if (0) {
|
|
throw new Error(`Expected ${JSON.stringify(versionFromPackageJSON)} but got ${JSON.stringify(stdout)}`);
|
|
}
|
|
}
|