@diegopetrucci/pi-annotate-git-diff 0.1.2 → 0.1.5

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.
@@ -1 +1 @@
1
- 0.80.3
1
+ 0.80.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diegopetrucci/pi-annotate-git-diff",
3
- "version": "0.1.2",
3
+ "version": "0.1.5",
4
4
  "description": "A standalone pi extension that adds /annotate-git-diff, a native Glimpse UI for annotating git diffs and sending feedback to the editor.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -42,9 +42,12 @@
42
42
  "@earendil-works/pi-coding-agent": "*"
43
43
  },
44
44
  "dependencies": {
45
- "@tailwindcss/browser": "^4.3.0",
45
+ "@tailwindcss/browser": "^4.3.2",
46
46
  "glimpseui": "^0.8.1",
47
47
  "monaco-editor": "0.52.2"
48
48
  },
49
- "type": "module"
49
+ "type": "module",
50
+ "engines": {
51
+ "node": ">=22.19.0"
52
+ }
50
53
  }