@mrclrchtr/supi-settings 1.14.3 → 1.16.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
CHANGED
|
@@ -45,7 +45,6 @@ Depending on which SuPi packages are installed, the overlay may include settings
|
|
|
45
45
|
- `supi-bash-timeout` — default bash timeout injection
|
|
46
46
|
- `supi-cache` — prompt-cache monitoring and history collection
|
|
47
47
|
- `supi-debug` — debug event capture and retention
|
|
48
|
-
- `supi-rtk` — command rewriting controls
|
|
49
48
|
- `supi-insights` — report-generation options
|
|
50
49
|
|
|
51
50
|
## Package surfaces
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mrclrchtr/supi-settings",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.0",
|
|
4
4
|
"description": "SuPi Settings extension — unified settings command for SuPi extensions via /supi-settings",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"!__tests__"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@mrclrchtr/supi-core": "1.
|
|
32
|
+
"@mrclrchtr/supi-core": "1.16.0"
|
|
33
33
|
},
|
|
34
34
|
"bundledDependencies": [
|
|
35
35
|
"@mrclrchtr/supi-core"
|