chrome-relay 0.2.1 → 0.2.2

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/README.md CHANGED
@@ -10,7 +10,7 @@ chrome-relay install
10
10
  chrome-relay doctor
11
11
  ```
12
12
 
13
- Then load the Browser Relay extension in Chrome.
13
+ Then load the Chrome Relay extension in Chrome.
14
14
 
15
15
  ## Usage
16
16
 
@@ -33,7 +33,7 @@ chrome-relay screenshot --tab <tabId> -o page.png
33
33
  chrome-relay CLI
34
34
  -> local bridge on your machine
35
35
  -> Chrome native host
36
- -> Browser Relay extension
36
+ -> Chrome Relay extension
37
37
  -> Chrome APIs
38
38
  ```
39
39
 
package/dist/cli.js CHANGED
@@ -5,7 +5,7 @@ import { Command } from "commander";
5
5
  import { writeFileSync } from "fs";
6
6
 
7
7
  // src/index.ts
8
- var CHROME_RELAY_VERSION = "0.2.1";
8
+ var CHROME_RELAY_VERSION = "0.2.2";
9
9
 
10
10
  // src/install/install.ts
11
11
  import os from "os";
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const CHROME_RELAY_VERSION = "0.2.1";
1
+ declare const CHROME_RELAY_VERSION = "0.2.2";
2
2
 
3
3
  export { CHROME_RELAY_VERSION };
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/index.ts
2
- var CHROME_RELAY_VERSION = "0.2.1";
2
+ var CHROME_RELAY_VERSION = "0.2.2";
3
3
  export {
4
4
  CHROME_RELAY_VERSION
5
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrome-relay",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",