forked from pool/bitwarden
Accepting request 1145112 from home:dziobian:gulgul-ultron:19
- New upstream release 2024.2.0 * Increased import item quantity maximum OBS-URL: https://build.opensuse.org/request/show/1145112 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=46
This commit is contained in:
parent
de66c4f16e
commit
7d335e2608
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.1.0</param>
|
||||
<param name="version">2024.1.0</param>
|
||||
<param name="revision">desktop-v2024.2.0</param>
|
||||
<param name="version">2024.2.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:24547d8697de13c78c6d9bd02d73ff28eb6ea95335f379d40c10660f10990869
|
||||
size 33978381
|
3
bitwarden-2024.2.0.obscpio
Normal file
3
bitwarden-2024.2.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d005b75495d36831cb63857085b2d85326b083facdfbd00d0d5b5d28b04ac6eb
|
||||
size 388199950
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 7 20:35:34 UTC 2024 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||
|
||||
- New upstream release 2024.2.0
|
||||
* Increased import item quantity maximum
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 18:58:11 UTC 2024 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: bitwarden
|
||||
version: 2024.1.0
|
||||
mtime: 1704813171
|
||||
commit: e8a54a70a5d136d4e0d7ccdb15d5056d681c3f47
|
||||
version: 2024.2.0
|
||||
mtime: 1707163990
|
||||
commit: f9f85dcb39f768bd516521ffba8b2ff74e4a70ed
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
|
||||
Name: bitwarden
|
||||
Version: 2024.1.0
|
||||
Version: 2024.2.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:6ba0b5387d9d6e35459aae93fa7478dc1cefc62217d3662fda5e9524ca3d646b
|
||||
size 37739132
|
||||
oid sha256:39950e174fedf893cb2e8c71ef473d327ba8c656d35614d2327ce33a28ef2314
|
||||
size 37793725
|
||||
|
@ -31,7 +31,7 @@
|
||||
- "@angular/elements": "15.2.10",
|
||||
- "@compodoc/compodoc": "1.1.23",
|
||||
- "@electron/notarize": "2.2.0",
|
||||
- "@electron/rebuild": "3.4.1",
|
||||
- "@electron/rebuild": "3.5.0",
|
||||
"@ngtools/webpack": "15.2.10",
|
||||
- "@storybook/addon-a11y": "7.6.4",
|
||||
- "@storybook/addon-actions": "7.6.4",
|
||||
@ -50,13 +50,13 @@
|
||||
"@types/jest": "29.5.11",
|
||||
- "@types/jquery": "3.5.29",
|
||||
- "@types/jsdom": "21.1.6",
|
||||
- "@types/koa": "2.13.8",
|
||||
- "@types/koa__multer": "2.0.4",
|
||||
- "@types/koa__router": "12.0.0",
|
||||
- "@types/koa": "2.14.0",
|
||||
- "@types/koa__multer": "2.0.7",
|
||||
- "@types/koa__router": "12.0.4",
|
||||
- "@types/koa-bodyparser": "4.3.7",
|
||||
- "@types/koa-json": "2.0.20",
|
||||
- "@types/koa-json": "2.0.23",
|
||||
- "@types/lowdb": "1.0.11",
|
||||
"@types/lunr": "2.3.4",
|
||||
"@types/lunr": "2.3.7",
|
||||
"@types/node": "18.19.2",
|
||||
- "@types/node-fetch": "2.6.4",
|
||||
"@types/node-forge": "1.3.10",
|
||||
@ -67,8 +67,8 @@
|
||||
- "@types/retry": "0.12.2",
|
||||
+ "@types/semver": "^7.3.4",
|
||||
"@types/zxcvbn": "4.4.4",
|
||||
- "@typescript-eslint/eslint-plugin": "6.16.0",
|
||||
- "@typescript-eslint/parser": "6.16.0",
|
||||
- "@typescript-eslint/eslint-plugin": "6.19.1",
|
||||
- "@typescript-eslint/parser": "6.19.1",
|
||||
- "@webcomponents/custom-elements": "1.6.0",
|
||||
"autoprefixer": "10.4.16",
|
||||
- "base64-loader": "1.0.0",
|
||||
@ -79,7 +79,7 @@
|
||||
"copy-webpack-plugin": "11.0.0",
|
||||
"cross-env": "7.0.3",
|
||||
"css-loader": "6.8.1",
|
||||
"electron": "27.2.0",
|
||||
"electron": "28.1.3",
|
||||
- "electron-builder": "23.6.0",
|
||||
"electron-log": "5.0.1",
|
||||
- "electron-reload": "2.0.0-alpha.1",
|
||||
@ -92,7 +92,7 @@
|
||||
- "eslint-plugin-rxjs": "5.0.3",
|
||||
- "eslint-plugin-rxjs-angular": "2.0.1",
|
||||
- "eslint-plugin-storybook": "0.6.15",
|
||||
- "eslint-plugin-tailwindcss": "3.13.0",
|
||||
- "eslint-plugin-tailwindcss": "3.13.1",
|
||||
- "gulp": "4.0.2",
|
||||
- "gulp-filter": "9.0.1",
|
||||
- "gulp-if": "3.0.0",
|
||||
@ -105,15 +105,15 @@
|
||||
- "husky": "8.0.3",
|
||||
- "jest-junit": "16.0.0",
|
||||
"jest-mock-extended": "3.0.5",
|
||||
- "jest-preset-angular": "13.1.4",
|
||||
- "jest-preset-angular": "14.0.0",
|
||||
- "lint-staged": "15.2.0",
|
||||
"mini-css-extract-plugin": "2.7.6",
|
||||
"node-ipc": "9.2.1",
|
||||
- "pkg": "5.8.1",
|
||||
"postcss": "8.4.32",
|
||||
"postcss-loader": "7.3.3",
|
||||
- "prettier": "3.1.1",
|
||||
- "prettier-plugin-tailwindcss": "0.5.10",
|
||||
- "prettier": "3.2.2",
|
||||
- "prettier-plugin-tailwindcss": "0.5.11",
|
||||
- "process": "0.11.10",
|
||||
- "react": "18.2.0",
|
||||
- "react-dom": "18.2.0",
|
||||
@ -125,7 +125,7 @@
|
||||
- "storybook": "7.6.4",
|
||||
- "style-loader": "3.3.3",
|
||||
- "tailwindcss": "3.3.5",
|
||||
- "ts-jest": "29.1.1",
|
||||
- "ts-jest": "29.1.2",
|
||||
"ts-loader": "9.5.1",
|
||||
"tsconfig-paths-webpack-plugin": "4.1.0",
|
||||
- "type-fest": "2.19.0",
|
||||
@ -141,12 +141,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "15.2.10",
|
||||
@@ -159,54 +82,28 @@
|
||||
@@ -159,55 +82,28 @@
|
||||
"@angular/platform-browser": "15.2.10",
|
||||
"@angular/platform-browser-dynamic": "15.2.10",
|
||||
"@angular/router": "15.2.10",
|
||||
- "@koa/multer": "3.0.2",
|
||||
- "@koa/router": "12.0.0",
|
||||
- "@koa/router": "12.0.1",
|
||||
"@microsoft/signalr": "6.0.25",
|
||||
"@microsoft/signalr-protocol-msgpack": "6.0.25",
|
||||
"@ng-select/ng-select": "10.0.4",
|
||||
@ -154,19 +154,19 @@
|
||||
- "argon2-browser": "1.18.0",
|
||||
"big-integer": "1.6.51",
|
||||
- "bootstrap": "4.6.0",
|
||||
- "braintree-web-drop-in": "1.41.0",
|
||||
- "braintree-web-drop-in": "1.42.0",
|
||||
- "bufferutil": "4.0.8",
|
||||
- "chalk": "4.1.2",
|
||||
"commander": "7.2.0",
|
||||
- "core-js": "3.34.0",
|
||||
"duo_web_sdk": "github:duosecurity/duo_web_sdk",
|
||||
- "form-data": "4.0.0",
|
||||
- "https-proxy-agent": "5.0.1",
|
||||
- "https-proxy-agent": "7.0.2",
|
||||
- "inquirer": "8.2.6",
|
||||
- "jquery": "3.7.1",
|
||||
- "jsdom": "23.0.1",
|
||||
"jszip": "3.10.1",
|
||||
- "koa": "2.14.2",
|
||||
- "koa": "2.15.0",
|
||||
- "koa-bodyparser": "4.4.1",
|
||||
- "koa-json": "2.0.2",
|
||||
- "lowdb": "1.0.0",
|
||||
@ -183,10 +183,11 @@
|
||||
- "patch-package": "8.0.0",
|
||||
- "popper.js": "1.16.1",
|
||||
- "proper-lockfile": "4.1.2",
|
||||
- "qrcode-parser": "2.1.3",
|
||||
- "qrious": "4.0.2",
|
||||
"rxjs": "7.8.1",
|
||||
- "tabbable": "6.2.0",
|
||||
"tldts": "6.1.1",
|
||||
"tldts": "6.1.2",
|
||||
"utf-8-validate": "6.0.3",
|
||||
"zone.js": "0.12.0",
|
||||
"zxcvbn": "4.4.2"
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb4a0a56f003de3d1140e02588e3c12395f665612c87b01bb51e2485ed9448e5
|
||||
size 24496241
|
||||
oid sha256:2a964f77f1449694a36ab766de7d0ae1dff7d4d169bcfc9509ab4d653f6dc4ab
|
||||
size 25811826
|
||||
|
Loading…
Reference in New Issue
Block a user