@rahularya01/pi-cursor 1.4.27 → 1.4.28

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.4.28] - 2026-08-27
4
+
5
+ ### Security
6
+
7
+ - Republish from restored `main` after an unauthorized force-push on 2026-08-27 rewrote this repository's default branch. npm `1.4.27` was published on 2026-08-22, before that rewrite. Install from npm or this tag, not from a clone taken during the incident.
8
+
3
9
  ## [1.4.27] - 2026-08-22
4
10
 
5
11
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rahularya01/pi-cursor",
3
- "version": "1.4.27",
3
+ "version": "1.4.28",
4
4
  "description": "Native Cursor provider for Pi Coding Agent (OAuth + Connect/protobuf streamSimple)",
5
5
  "author": "Rahul Arya",
6
6
  "license": "MIT",