Commit e85c5df 1 parent cc98a05 commit e85c5df Copy full SHA for e85c5df
File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM scratch
20
20
LABEL org.opencontainers.image.title="Red Hat Account" \
21
21
org.opencontainers.image.description="Allows the ability in Podman Desktop to login to Red Hat SSO" \
22
22
org.opencontainers.image.vendor="Red Hat" \
23
- io.podman-desktop.api.version=">= 1.7 .0"
23
+ io.podman-desktop.api.version=">= 1.9 .0"
24
24
25
25
COPY package.json /extension/
26
26
COPY LICENSE /extension/
Original file line number Diff line number Diff line change 7
7
"publisher" : " redhat" ,
8
8
"license" : " Apache-2.0" ,
9
9
"engines" : {
10
- "podman-desktop" : " ^0.0.1 "
10
+ "podman-desktop" : " ^1.9.0 "
11
11
},
12
12
"main" : " ./dist/extension.js" ,
13
13
"contributes" : {
29
29
"test" : " vitest run --coverage"
30
30
},
31
31
"dependencies" : {
32
- "@podman-desktop/api" : " 0.0.202403201348-23ebd88 " ,
32
+ "@podman-desktop/api" : " ^1.9.0 " ,
33
33
"@redhat-developer/rhcra-client" : " ^0.0.1" ,
34
- "@redhat-developer/rhsm-client" : " ^0.0.4 " ,
34
+ "@redhat-developer/rhsm-client" : " ^0.0.4" ,
35
35
"@types/node" : " ^18.15.11" ,
36
36
"axios" : " ^1.6.5" ,
37
37
"js-yaml" : " ^4.1.0" ,
Original file line number Diff line number Diff line change 312
312
dependencies :
313
313
esquery "^1.4.0"
314
314
315
- " @podman-desktop/api@0.0.202403201348-23ebd88 " :
316
- version "0.0.202403201348-23ebd88 "
317
- resolved "https://registry.yarnpkg.com/@podman-desktop/api/-/api-0.0.202403201348-23ebd88. tgz#35967578523a7190122765c99d12397d7a69c871 "
318
- integrity sha512-UQn/rPyH4L1gS7kHaJJmIltAMenJWARk2kRfUMsGQ9V6e9VXC13dcY0UfOTIhu+uRwRziQ6CRfJc4q1lGKmxZw ==
315
+ " @podman-desktop/api@^1.9.0 " :
316
+ version "1.9.0 "
317
+ resolved "https://registry.yarnpkg.com/@podman-desktop/api/-/api-1.9.0. tgz#5520b719da555f999c4d42184549a054d680c852 "
318
+ integrity sha512-QFPnl+kYxWdAqoKDRplyqBDNoQj15FLtqCbYW1sq19U4OJP/BXZ9r4SNF8ndvQnBXXvATjUeCC/VAjUuwf5lqQ ==
319
319
320
320
" @redhat-developer/rhcra-client@^0.0.1 " :
321
321
version "0.0.1"
325
325
axios "^1.6.7"
326
326
form-data "^4.0.0"
327
327
328
- " @redhat-developer/rhsm-client@^0.0.4 " :
328
+ " @redhat-developer/rhsm-client@^0.0.4 " :
329
329
version "0.0.4"
330
330
resolved "https://registry.yarnpkg.com/@redhat-developer/rhsm-client/-/rhsm-client-0.0.4.tgz#152181f68dca1acf36813cb610c9e5887f9f92ef"
331
331
integrity sha512-93Onlfg6z7WRffxPM2IcRaFZ8FEv0QeF2LBYaD7WY5hk4IZRoVBeqzUaT4Zd7hQ3Jw16wtuxoQfYUds7MBVOiQ==
You can’t perform that action at this time.
0 commit comments