@bniladridas/cursor 0.1.19 → 0.1.20
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/.github/workflows/ci.yml +2 -0
- package/package.json +1 -1
- package/release/checksums.txt +4 -4
- package/release/cursor-linux/cursor_v0.1.20_linux_amd64.tar.gz +0 -0
- package/release/cursor-macos/cursor-0.1.20.arm64_sequoia.bottle.tar.gz +0 -0
- package/release/cursor-macos/cursor_v0.1.20_darwin_arm64.tar.gz +0 -0
- package/release/cursor-windows/cursor__windows_amd64.zip +0 -0
- package/release/cursor-linux/cursor_v0.1.19_linux_amd64.tar.gz +0 -0
- package/release/cursor-macos/cursor-0.1.19.arm64_sequoia.bottle.tar.gz +0 -0
- package/release/cursor-macos/cursor_v0.1.19_darwin_arm64.tar.gz +0 -0
package/.github/workflows/ci.yml
CHANGED
|
@@ -115,6 +115,8 @@ jobs:
|
|
|
115
115
|
sudo apt update
|
|
116
116
|
sudo apt install -y nlohmann-json3-dev cmake build-essential libcurl4-openssl-dev libpqxx-dev lcov
|
|
117
117
|
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
|
|
118
|
+
cmake --build build --target cursor-agent
|
|
119
|
+
chmod +x build/bin/cursor-agent || true
|
|
118
120
|
cmake --build build --target coverage
|
|
119
121
|
- uses: codecov/codecov-action@v7
|
|
120
122
|
with:
|
package/package.json
CHANGED
package/release/checksums.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
d1e4bf778c3cd99f1a6fd0c1799f517e964f346344bae403419c54ae393a3fbd release/cursor-macos/cursor-0.1.20.arm64_sequoia.bottle.tar.gz
|
|
2
|
+
f4acf8ba3f11b5d822d212791a6d59a37066a63ce19f2c3b158d1cc9beb33e42 release/cursor-macos/cursor_v0.1.20_darwin_arm64.tar.gz
|
|
3
|
+
8d9e40b5f537ddbb80d4bb4350ce0d022ff99eb04ee31a530c92d14e8043e5b5 release/cursor-linux/cursor_v0.1.20_linux_amd64.tar.gz
|
|
4
|
+
ffbf40036e07cccf3e8d7f80efe3dafca92099bb3d10d20070202fbb537cf7d5 release/cursor-windows/cursor__windows_amd64.zip
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|