forked from pool/bitwarden
Accepting request 1180257 from home:dziobian:gulgul-ultron:19
- New upstream release 2024.6.0 * Added password protected export * Fixed issue with email alias provider keys being stored in plaintext OBS-URL: https://build.opensuse.org/request/show/1180257 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=57
This commit is contained in:
parent
2dc18e14b6
commit
e6d4c5c07a
4
_service
4
_service
@ -2,8 +2,8 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/bitwarden/clients.git</param>
|
||||
<param name="revision">desktop-v2024.5.0</param>
|
||||
<param name="version">2024.5.0</param>
|
||||
<param name="revision">desktop-v2024.6.0</param>
|
||||
<param name="version">2024.6.0</param>
|
||||
<param name="filename">bitwarden</param>
|
||||
<param name="exclude">bitwarden_license/*</param>
|
||||
<!-- The code in bitwarden_license MUST NOT be included in published tarballs as it is non-redistributable! -->
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13d896e1b850054f37d8e455a9764e5feb0a0fc3a8d2eaeb7cc1cea1ba9a48be
|
||||
size 36655629
|
3
bitwarden-2024.6.0.obscpio
Normal file
3
bitwarden-2024.6.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e029a6b90ba8c921e7e96dcadbf8e270331083147e02d3f383e3db7ab7f69805
|
||||
size 37968397
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 16:13:30 UTC 2024 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||
|
||||
- New upstream release 2024.6.0
|
||||
* Added password protected export
|
||||
* Fixed issue with email alias provider keys being stored in plaintext
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 21:38:33 UTC 2024 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: bitwarden
|
||||
version: 2024.5.0
|
||||
mtime: 1716237070
|
||||
commit: a22d83fd57beae492dfbdfa7e29223309d2dcc16
|
||||
version: 2024.6.0
|
||||
mtime: 1717613948
|
||||
commit: 2eeb1bbc45eca2f9a05a597fd8a46c5ccf1354c9
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
|
||||
Name: bitwarden
|
||||
Version: 2024.5.0
|
||||
Version: 2024.6.0
|
||||
Release: 0
|
||||
Summary: A secure and free password manager for all of your devices
|
||||
Group: Productivity/Security
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b33a6719b27a8d03bc6a78e7fbfec25fa247e3743395e43d3dadb436b022fe9b
|
||||
size 35002226
|
||||
oid sha256:97e25a9bfd7e2ab5f8916d4f80ff428a9339b1b8d13a0f10ade6776c63430108
|
||||
size 35491111
|
||||
|
@ -19,7 +19,7 @@
|
||||
},
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
@@ -35,117 +34,44 @@
|
||||
@@ -35,121 +34,45 @@
|
||||
],
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "16.2.11",
|
||||
@ -29,6 +29,8 @@
|
||||
- "@angular/cli": "16.2.11",
|
||||
"@angular/compiler-cli": "16.2.12",
|
||||
- "@angular/elements": "16.2.12",
|
||||
- "@babel/core": "^7.24.6",
|
||||
"@babel/preset-env": "^7.24.6",
|
||||
- "@compodoc/compodoc": "1.1.23",
|
||||
- "@electron/notarize": "2.3.0",
|
||||
- "@electron/rebuild": "3.6.0",
|
||||
@ -48,7 +50,7 @@
|
||||
- "@types/firefox-webext-browser": "111.0.5",
|
||||
- "@types/inquirer": "8.2.10",
|
||||
"@types/jest": "29.5.12",
|
||||
- "@types/jquery": "3.5.29",
|
||||
- "@types/jquery": "3.5.30",
|
||||
- "@types/jsdom": "21.1.6",
|
||||
- "@types/koa": "2.14.0",
|
||||
- "@types/koa__multer": "2.0.7",
|
||||
@ -67,17 +69,20 @@
|
||||
- "@types/retry": "0.12.5",
|
||||
+ "@types/semver": "^7.3.4",
|
||||
"@types/zxcvbn": "4.4.4",
|
||||
- "@typescript-eslint/eslint-plugin": "7.7.1",
|
||||
- "@typescript-eslint/parser": "7.7.1",
|
||||
- "@typescript-eslint/eslint-plugin": "7.8.0",
|
||||
- "@typescript-eslint/parser": "7.8.0",
|
||||
- "@webcomponents/custom-elements": "1.6.0",
|
||||
- "@yao-pkg/pkg": "^5.11.5",
|
||||
"autoprefixer": "10.4.19",
|
||||
- "babel-loader": "^9.1.3",
|
||||
- "base64-loader": "1.0.0",
|
||||
- "browserslist": "^4.23.0",
|
||||
- "chromatic": "10.9.6",
|
||||
"concurrently": "8.2.2",
|
||||
"copy-webpack-plugin": "12.0.2",
|
||||
"cross-env": "7.0.3",
|
||||
"css-loader": "6.10.0",
|
||||
"electron": "28.3.1",
|
||||
"electron": "29.4.2",
|
||||
- "electron-builder": "24.13.3",
|
||||
"electron-log": "5.0.1",
|
||||
- "electron-reload": "2.0.0-alpha.1",
|
||||
@ -102,13 +107,12 @@
|
||||
"html-webpack-plugin": "5.6.0",
|
||||
- "husky": "9.0.11",
|
||||
- "jest-junit": "16.0.0",
|
||||
"jest-mock-extended": "3.0.6",
|
||||
- "jest-preset-angular": "14.0.3",
|
||||
"jest-mock-extended": "3.0.7",
|
||||
- "jest-preset-angular": "14.0.4",
|
||||
- "lint-staged": "15.2.2",
|
||||
"mini-css-extract-plugin": "2.8.1",
|
||||
"node-ipc": "9.2.1",
|
||||
+ "path-browserify": "^1.0.1",
|
||||
- "pkg": "5.8.1",
|
||||
"postcss": "8.4.38",
|
||||
"postcss-loader": "8.1.1",
|
||||
- "prettier": "3.2.2",
|
||||
@ -118,7 +122,7 @@
|
||||
- "react-dom": "18.3.1",
|
||||
"regedit": "^3.0.3",
|
||||
- "remark-gfm": "3.0.1",
|
||||
"rimraf": "5.0.5",
|
||||
"rimraf": "5.0.7",
|
||||
"sass": "1.74.1",
|
||||
"sass-loader": "13.3.3",
|
||||
- "storybook": "7.6.17",
|
||||
@ -187,7 +191,7 @@
|
||||
- "qrious": "4.0.2",
|
||||
"rxjs": "7.8.1",
|
||||
- "tabbable": "6.2.0",
|
||||
"tldts": "6.1.18",
|
||||
"tldts": "6.1.22",
|
||||
"utf-8-validate": "6.0.3",
|
||||
"zone.js": "0.13.3",
|
||||
"zxcvbn": "4.4.2"
|
||||
|
Loading…
Reference in New Issue
Block a user