File tree 5 files changed +554
-334
lines changed
5 files changed +554
-334
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : File a bug report
3
+ title : " [Bug]: "
4
+ labels : ["bug"]
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ Thanks for taking the time to fill out this bug report!
10
+
11
+ - type : dropdown
12
+ id : hardware
13
+ attributes :
14
+ label : Hardware
15
+ description : What hardware are you encountering this issue on?
16
+ multiple : true
17
+ options :
18
+ - Not Applicable
19
+ - T-Beam
20
+ - T-Beam S3
21
+ - T-Beam 0.7
22
+ - T-Lora v1
23
+ - T-Lora v1.3
24
+ - T-Lora v2 1.6
25
+ - T-Deck
26
+ - T-Echo
27
+ - T-Watch
28
+ - Rak4631
29
+ - Rak11200
30
+ - Rak11310
31
+ - Heltec v1
32
+ - Heltec v2
33
+ - Heltec v2.1
34
+ - Heltec V3
35
+ - Heltec Wireless Paper
36
+ - Heltec Wireless Tracker
37
+ - Raspberry Pi Pico (W)
38
+ - Relay v1
39
+ - Relay v2
40
+ - DIY
41
+ - Other
42
+ validations :
43
+ required : true
44
+
45
+ - type : dropdown
46
+ id : category
47
+ attributes :
48
+ label : Connection Type
49
+ description : How are you connecting to your device?
50
+ multiple : true
51
+ options :
52
+ - HTTP
53
+ - Bluetooth
54
+ - Serial
55
+ validations :
56
+ required : true
57
+
58
+ - type : input
59
+ id : version
60
+ attributes :
61
+ label : Firmware Version
62
+ description : This can be found on the device's screen or via one of the apps.
63
+ placeholder : x.x.x.yyyyyyy
64
+ validations :
65
+ required : true
66
+
67
+ - type : textarea
68
+ id : body
69
+ attributes :
70
+ label : Description
71
+ description : Please provide details on what steps you performed for this to happen.
72
+ validations :
73
+ required : true
74
+
75
+ - type : textarea
76
+ id : logs
77
+ attributes :
78
+ label : Relevant console output
79
+ description : If you have any log output to help in diagnosing your bug, please provide it here.
80
+ render : Shell
81
+ validations :
82
+ required : false
Original file line number Diff line number Diff line change
1
+ name : Feature Request
2
+ description : Request a new feature
3
+ title : " [Feature Request]: "
4
+ labels : ["enhancement"]
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ Thanks for your request this will not gurantee that we will implement it, but it will be reviewed.
10
+
11
+ - type : textarea
12
+ id : body
13
+ attributes :
14
+ label : Description
15
+ description : Please provide details about your enhancement.
16
+ validations :
17
+ required : true
Original file line number Diff line number Diff line change 15
15
},
16
16
"sideEffects" : false ,
17
17
"type" : " module" ,
18
- "packageManager" : " pnpm@8.15.5 " ,
18
+ "packageManager" : " pnpm@9.7.1 " ,
19
19
"module" : " ./dist/index.js" ,
20
20
"types" : " ./dist/index.d.ts" ,
21
21
"exports" : {
35
35
"dependencies" : {
36
36
"crc" : " ^4.3.2" ,
37
37
"ste-simple-events" : " ^3.0.11" ,
38
- "tslog " : " ^4.9.2 " ,
39
- "serialport " : " ^12.0.0 "
38
+ "serialport " : " ^12.0.0 " ,
39
+ "tslog " : " ^4.9.3 "
40
40
},
41
41
"devDependencies" : {
42
- "@biomejs/biome" : " ^1.6 .3" ,
43
- "@buf/meshtastic_protobufs.bufbuild_es" : " 1.10.0-20240613143006-244927bc441a .1" ,
44
- "@types/node" : " ^20.11.30 " ,
42
+ "@biomejs/biome" : " ^1.8 .3" ,
43
+ "@buf/meshtastic_protobufs.bufbuild_es" : " ^ 1.10.0-20240817124710-a1b6e1d8e51a .1" ,
44
+ "@types/node" : " ^22.4.1 " ,
45
45
"@types/w3c-web-serial" : " ^1.0.6" ,
46
46
"@types/web-bluetooth" : " ^0.0.20" ,
47
- "tsup" : " ^8.0.2 " ,
48
- "typedoc" : " ^0.25.12 " ,
49
- "typescript" : " ^5.4.3 "
47
+ "tsup" : " ^8.2.4 " ,
48
+ "typedoc" : " ^0.26.6 " ,
49
+ "typescript" : " ^5.5.4 "
50
50
}
51
51
}
You can’t perform that action at this time.
0 commit comments