@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 CHANGED
@@ -1,6 +1,6 @@
1
- dfdda90355f81c7664bac25259861a37b6b6aaf8ee992e3a1a840325fc2976ba bin/darwin-amd64/everyline-cli
2
- f787c5d8b54cf14535539adc776bee653562e334a0cf144706cd0cb248d25367 bin/darwin-arm64/everyline-cli
3
- 8a2dfb62c84e525c74cc6da27ff68e216c5e58c26b9cbb152053fbc1cf565d15 bin/linux-amd64/everyline-cli
4
- fe8cef0cbee70134643aaf3785a8ab86c6f4b25327e9e6ec0b89d29285e6f80c bin/linux-arm64/everyline-cli
5
- 4517cf530bb5471c1564a9e93b7edf6ff963055d9b38cd9b16bb1b87a20a807e bin/windows-amd64/everyline-cli.exe
6
- e1634c4036ca5c67e6d1ccabe24bfd3baba55d0858f98b61d10ece0471ba6db0 bin/windows-arm64/everyline-cli.exe
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.0",
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/yuwenGueen/everyline-cli.git"
8
+ "url": "git+https://github.com/qfeius/everyline-cli.git"
9
9
  },
10
10
  "bin": {
11
11
  "everyline-cli": "scripts/run.js"