cursor-usage-tracker 1.7.0 → 1.9.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 +2 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -56,6 +56,8 @@ You're about to find out.
|
|
|
56
56
|
|
|
57
57
|
<sub>Demo animation created with <a href="https://github.com/ofershap/remotion-readme-kit">remotion-readme-kit</a></sub>
|
|
58
58
|
|
|
59
|
+
<p align="center"><a href="https://www.youtube.com/watch?v=DqPjFWGI57A">▶ Watch the full demo (90 seconds)</a></p>
|
|
60
|
+
|
|
59
61
|
It connects to Cursor's Enterprise APIs, collects usage data, and automatically detects anomalies across three layers. When something looks off, you get a Slack message or email within the hour, not next month.
|
|
60
62
|
|
|
61
63
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cursor-usage-tracker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"description": "Open-source Cursor IDE usage monitoring, anomaly detection, and alerting for enterprise teams",
|
|
5
5
|
"homepage": "https://github.com/ofershap/cursor-usage-tracker#readme",
|
|
6
6
|
"type": "module",
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
"tailwindcss": "^4.1.18"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
+
"@elevenlabs/elevenlabs-js": "^2.36.0",
|
|
83
84
|
"@eslint/js": "^10.0.1",
|
|
84
85
|
"@next/eslint-plugin-next": "^16.1.6",
|
|
85
86
|
"@semantic-release/changelog": "^6.0.3",
|