ocremote 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oc-remote.mjs +2 -2
- package/package.json +1 -1
package/oc-remote.mjs
CHANGED
|
@@ -17,7 +17,7 @@ import { b64 } from './lib/crypto.mjs'
|
|
|
17
17
|
|
|
18
18
|
const require = createRequire(import.meta.url)
|
|
19
19
|
const NAME = 'oc-remote'
|
|
20
|
-
const VERSION = '2.0.
|
|
20
|
+
const VERSION = '2.0.1'
|
|
21
21
|
const LAUNCH_LABEL = 'com.raul.ocremote'
|
|
22
22
|
const LOG_PATH =
|
|
23
23
|
process.platform === 'darwin'
|
|
@@ -816,7 +816,7 @@ function pairPage() {
|
|
|
816
816
|
? `<div class="card"><div class="row"><span class="k">relay</span><code class="v" id="rl">${escapeHtml(opts.relay)}</code></div>
|
|
817
817
|
<div class="row"><span class="k">device</span><code class="v" id="dv">${escapeHtml(relayClient ? relayClient.identity.deviceID() : '')}</code><button onclick="cp('dv')">copy</button></div>
|
|
818
818
|
<div class="row"><span class="k">deep link</span><code class="v" id="dl2">${escapeHtml(v2Link)}</code><button onclick="cp('dl2')">copy</button></div>
|
|
819
|
-
<p>Scan with the app. The invite is single-use and expires in
|
|
819
|
+
<p>Scan with the app. The invite is single-use and expires in 15 minutes; reload this page for a new one.</p></div>`
|
|
820
820
|
: ''
|
|
821
821
|
const rows = allUrls
|
|
822
822
|
.map(
|