IronRDP/web-client/iron-remote-desktop/public/package.json
Alex Yusiuk cca53fd79b
Some checks are pending
CI / Check formatting (push) Waiting to run
CI / Check typos (push) Waiting to run
CI / Checks [linux] (push) Blocked by required conditions
CI / Checks [macos] (push) Blocked by required conditions
CI / Checks [windows] (push) Blocked by required conditions
CI / Fuzzing (push) Blocked by required conditions
CI / Web Client (push) Blocked by required conditions
CI / FFI (push) Blocked by required conditions
CI / Success (push) Blocked by required conditions
Coverage / Coverage Report (push) Waiting to run
Release crates / Open release PR (push) Waiting to run
Release crates / Release crates (push) Waiting to run
chore(web): bump iron-remote-desktop to 0.10.1 (#1011)
2025-10-07 06:47:11 -04:00

20 lines
478 B
JSON

{
"name": "@devolutions/iron-remote-desktop",
"author": "Nicolas Girot",
"email": "ngirot@devolutions.net",
"contributors": [
"Benoit Cortier",
"Irving Ou",
"Vladislav Nikonov",
"Zacharia Ellaham",
"Alexandr Yusuk"
],
"description": "Backend-agnostic Web Component for remote desktop protocols",
"version": "0.10.1",
"main": "iron-remote-desktop.js",
"types": "index.d.ts",
"files": [
"iron-remote-desktop.js",
"index.d.ts"
]
}