@qfeius/everyline-cli 0.1.0 → 0.1.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/bin/checksums.txt +6 -6
- package/bin/darwin-amd64/everyline-cli +0 -0
- package/bin/darwin-arm64/everyline-cli +0 -0
- package/bin/linux-amd64/everyline-cli +0 -0
- package/bin/linux-arm64/everyline-cli +0 -0
- package/bin/windows-amd64/everyline-cli.exe +0 -0
- package/bin/windows-arm64/everyline-cli.exe +0 -0
- package/package.json +2 -2
package/bin/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
e176f17bfaafd87e2f7d1dd3b6996b3545034017dc1d6947b2fae478f9101b7f bin/darwin-amd64/everyline-cli
|
|
2
|
+
de976b214d61276ffa2d490fb2e4d260cdfc3766093ac81bbfdcce0bb822b8f8 bin/darwin-arm64/everyline-cli
|
|
3
|
+
3482ce5591c286b1cf9554a13b1819aabcedec79c05857c861bd0be217fbd0f9 bin/linux-amd64/everyline-cli
|
|
4
|
+
73803e07a7813c4e322b980cad47c6a71bd422fbb3ef44717e82dd3e78b1e7b1 bin/linux-arm64/everyline-cli
|
|
5
|
+
73bec07c650a3c03218cc3a37cb675572391fb2ed117fd7d5db4f121f8798771 bin/windows-amd64/everyline-cli.exe
|
|
6
|
+
18e0e8e7b591ca88affc8832b5dc10168b69b91f8a2d658a255f87af449fc8c5 bin/windows-arm64/everyline-cli.exe
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qfeius/everyline-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "智审开放平台 V3 命令行客户端的 npm/npx 薄包装",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/
|
|
8
|
+
"url": "git+https://github.com/qfeius/everyline-cli.git"
|
|
9
9
|
},
|
|
10
10
|
"bin": {
|
|
11
11
|
"everyline-cli": "scripts/run.js"
|