@pi-unipi/input-shortcuts 2.0.8 → 2.0.10
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/package.json +4 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/input-shortcuts",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "Keyboard shortcuts for stash/restore, undo/redo, clipboard, and thinking toggle
|
|
3
|
+
"version": "2.0.10",
|
|
4
|
+
"description": "Keyboard shortcuts for stash/restore, undo/redo, clipboard, and thinking toggle \u2014 chord-based overlay system",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.ts",
|
|
7
7
|
"license": "MIT",
|
|
@@ -26,11 +26,6 @@
|
|
|
26
26
|
"src/**/*.ts",
|
|
27
27
|
"README.md"
|
|
28
28
|
],
|
|
29
|
-
"pi": {
|
|
30
|
-
"extensions": [
|
|
31
|
-
"src/index.ts"
|
|
32
|
-
]
|
|
33
|
-
},
|
|
34
29
|
"scripts": {
|
|
35
30
|
"test": "node --experimental-strip-types --test tests/**/*.test.ts"
|
|
36
31
|
},
|
|
@@ -41,8 +36,8 @@
|
|
|
41
36
|
"@pi-unipi/core": "*"
|
|
42
37
|
},
|
|
43
38
|
"peerDependencies": {
|
|
44
|
-
"@earendil-works/pi-coding-agent": "^0.
|
|
45
|
-
"@earendil-works/pi-tui": "^0.
|
|
39
|
+
"@earendil-works/pi-coding-agent": "^0.78.0",
|
|
40
|
+
"@earendil-works/pi-tui": "^0.78.0"
|
|
46
41
|
},
|
|
47
42
|
"devDependencies": {
|
|
48
43
|
"@types/node": "^25.6.0",
|