@mac-bug-screenshot/native-host 1.0.13 → 1.0.15

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
@@ -14,6 +14,12 @@ npm install -g @mac-bug-screenshot/native-host
14
14
  mac-bug-screenshot-install
15
15
  ```
16
16
 
17
+ ## 삭제
18
+
19
+ ```bash
20
+ npm uninstall -g @mac-bug-screenshot/native-host
21
+ ```
22
+
17
23
  ## 동작
18
24
 
19
25
  - 전체 화면 캡처 후 Preview를 자동으로 엽니다.
@@ -3,5 +3,5 @@
3
3
  "description": "Native host for mac-bug-screenshot.",
4
4
  "path": "__HOST_PATH__",
5
5
  "type": "stdio",
6
- "allowed_origins": ["chrome-extension://jmdcdaafmahlbhncekhfhlncfgkjoogb/"]
6
+ "allowed_origins": ["chrome-extension://aaboljmpdjkhigeljaflihcniechinjg/"]
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mac-bug-screenshot/native-host",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "Native messaging host for Mac Bug Screenshot.",
5
5
  "bin": {
6
6
  "mac-bug-screenshot-install": "bin/install.js"