mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 02:25:23 +00:00
Get wallets reports with partyId (#167)
This commit is contained in:
parent
29ee0c9afa
commit
1cd2ab6a29
2
.github/actions/init/action.yaml
vendored
2
.github/actions/init/action.yaml
vendored
@ -4,5 +4,5 @@ runs:
|
||||
using: composite
|
||||
steps:
|
||||
- uses: valitydev/action-frontend/setup@v0.1
|
||||
- run: npm ci
|
||||
- run: npm ci --force # TODO remove after bump ng 17.1
|
||||
shell: bash
|
||||
|
12
package-lock.json
generated
12
package-lock.json
generated
@ -31,7 +31,7 @@
|
||||
"@vality/swag-organizations": "1.0.0",
|
||||
"@vality/swag-payments": "0.1.3-77c86a5.0",
|
||||
"@vality/swag-url-shortener": "0.1.0",
|
||||
"@vality/swag-wallet": "0.1.3-099fc69.0",
|
||||
"@vality/swag-wallet": "0.1.3-e6d0c88.0",
|
||||
"angular-file": "^3.0.1",
|
||||
"apexcharts": "^3.19.2",
|
||||
"css-element-queries": "1.2.3",
|
||||
@ -7734,15 +7734,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@vality/swag-wallet": {
|
||||
"version": "0.1.3-099fc69.0",
|
||||
"resolved": "https://registry.npmjs.org/@vality/swag-wallet/-/swag-wallet-0.1.3-099fc69.0.tgz",
|
||||
"integrity": "sha512-LXG4J+tLjdG2+QbXEOrfffJLSUqdvOhDxSzH4mSn1buFzJoKhMBGkgxgy1znMwzJQfvKMP+8lrpV56Att1acgw==",
|
||||
"version": "0.1.3-e6d0c88.0",
|
||||
"resolved": "https://registry.npmjs.org/@vality/swag-wallet/-/swag-wallet-0.1.3-e6d0c88.0.tgz",
|
||||
"integrity": "sha512-Oh+w9pNwktWOdnO4evS+2vmLElxKvNexXNaezzsNmus6u+Osz6xc6ZV8hGc4hCLJ6cPw1MVtKpgcWCbPUDkAHw==",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^17.0.0",
|
||||
"@angular/core": "^17.0.0"
|
||||
"@angular/common": "^17.1.0",
|
||||
"@angular/core": "^17.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@vitejs/plugin-basic-ssl": {
|
||||
|
@ -48,7 +48,7 @@
|
||||
"@vality/swag-organizations": "1.0.0",
|
||||
"@vality/swag-payments": "0.1.3-77c86a5.0",
|
||||
"@vality/swag-url-shortener": "0.1.0",
|
||||
"@vality/swag-wallet": "0.1.3-099fc69.0",
|
||||
"@vality/swag-wallet": "0.1.3-e6d0c88.0",
|
||||
"angular-file": "^3.0.1",
|
||||
"apexcharts": "^3.19.2",
|
||||
"css-element-queries": "1.2.3",
|
||||
|
Loading…
Reference in New Issue
Block a user