@mushi-mushi/cli 0.5.1 → 0.5.2
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/dist/chunk-FE5YYKNI.js +6 -0
- package/dist/index.js +1 -1
- package/dist/init.js +1 -1
- package/dist/version.js +1 -1
- package/package.json +11 -2
- package/dist/chunk-HLROA5KU.js +0 -6
package/dist/index.js
CHANGED
package/dist/init.js
CHANGED
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mushi-mushi/cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "CLI for Mushi Mushi — `mushi init` wizard installs the right SDK for your framework, plus report triage and pipeline health commands",
|
|
6
6
|
"bin": {
|
|
@@ -49,6 +49,8 @@
|
|
|
49
49
|
"mushi-mushi",
|
|
50
50
|
"bug-reporting",
|
|
51
51
|
"user-feedback",
|
|
52
|
+
"user-report",
|
|
53
|
+
"feedback-widget",
|
|
52
54
|
"session-replay",
|
|
53
55
|
"screenshot",
|
|
54
56
|
"shake-to-report",
|
|
@@ -69,7 +71,11 @@
|
|
|
69
71
|
"expo",
|
|
70
72
|
"capacitor",
|
|
71
73
|
"sentry-companion",
|
|
72
|
-
"
|
|
74
|
+
"sentry-alternative",
|
|
75
|
+
"error-tracking",
|
|
76
|
+
"ai-triage",
|
|
77
|
+
"auto-fix",
|
|
78
|
+
"llm-ops"
|
|
73
79
|
],
|
|
74
80
|
"exports": {
|
|
75
81
|
".": {
|
|
@@ -95,6 +101,9 @@
|
|
|
95
101
|
}
|
|
96
102
|
},
|
|
97
103
|
"type": "module",
|
|
104
|
+
"engines": {
|
|
105
|
+
"node": ">=20"
|
|
106
|
+
},
|
|
98
107
|
"scripts": {
|
|
99
108
|
"build": "tsup",
|
|
100
109
|
"lint": "eslint src/",
|