@ziuchen/monitor-go-bin 0.0.0-749710a → 0.0.0
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 +5 -0
- package/manifest.json +1 -30
- package/package.json +3 -7
- package/bin/darwin-amd64/clipboard-monitor +0 -0
- package/bin/darwin-arm64/clipboard-monitor +0 -0
- package/bin/linux-amd64/clipboard-monitor +0 -0
- package/bin/win32-amd64/clipboard-monitor.exe +0 -0
- package/bin/win32-arm64/clipboard-monitor.exe +0 -0
package/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# @ziuchen/monitor-go-bin
|
|
2
|
+
|
|
3
|
+
Prebuilt clipboard monitor binaries for [super-clipboard](https://github.com/ZiuChen/super-clipboard-next).
|
|
4
|
+
|
|
5
|
+
> This package is published automatically by GitHub Actions. Do not install this version (0.0.0); use the latest tagged release instead.
|
package/manifest.json
CHANGED
|
@@ -1,30 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "0.0.0-749710a",
|
|
3
|
-
"binaries": {
|
|
4
|
-
"darwin-arm64": {
|
|
5
|
-
"path": "bin/darwin-arm64/clipboard-monitor",
|
|
6
|
-
"integrity": "sha256-97a05162f56fee276d358ba3aa598615ea7771b9944aa0a1b513b6e4121a931c",
|
|
7
|
-
"size": 3640130
|
|
8
|
-
},
|
|
9
|
-
"darwin-amd64": {
|
|
10
|
-
"path": "bin/darwin-amd64/clipboard-monitor",
|
|
11
|
-
"integrity": "sha256-3f5e5edc3fe7d42fde2ff97045b11b31472cbab68cdc2f4d9d767e510bfd34dd",
|
|
12
|
-
"size": 3832968
|
|
13
|
-
},
|
|
14
|
-
"linux-amd64": {
|
|
15
|
-
"path": "bin/linux-amd64/clipboard-monitor",
|
|
16
|
-
"integrity": "sha256-3c62e6d59edadfec38b7ef0cca36cbc0c0d2b88544b7dbf9a385f559607e14ba",
|
|
17
|
-
"size": 3692824
|
|
18
|
-
},
|
|
19
|
-
"win32-amd64": {
|
|
20
|
-
"path": "bin/win32-amd64/clipboard-monitor.exe",
|
|
21
|
-
"integrity": "sha256-13de9d19302fe780a068354e373d577c37784e56c4f6dea9f084b620a43ffa3d",
|
|
22
|
-
"size": 4123648
|
|
23
|
-
},
|
|
24
|
-
"win32-arm64": {
|
|
25
|
-
"path": "bin/win32-arm64/clipboard-monitor.exe",
|
|
26
|
-
"integrity": "sha256-d072c37682f54a9fbdd1d5b4cefb5a69b307a893dd95e5f6ac944534f3e5808a",
|
|
27
|
-
"size": 3826688
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
1
|
+
{}
|
package/package.json
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ziuchen/monitor-go-bin",
|
|
3
|
-
"version": "0.0.0
|
|
3
|
+
"version": "0.0.0",
|
|
4
4
|
"description": "Clipboard monitor binaries for super-clipboard",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"registry": "https://registry.npmjs.org",
|
|
8
|
-
"access": "public"
|
|
9
|
-
"tag": "next"
|
|
8
|
+
"access": "public"
|
|
10
9
|
},
|
|
11
|
-
"files": [
|
|
12
|
-
"bin",
|
|
13
|
-
"manifest.json"
|
|
14
|
-
],
|
|
10
|
+
"files": ["manifest.json", "README.md"],
|
|
15
11
|
"license": "UNLICENSED"
|
|
16
12
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|