roku-debug 0.22.0 → 0.22.1
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/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## [0.22.1](https://github.com/rokucommunity/roku-debug/compare/0.22.0...v0.22.1) - 2025-09-11
|
|
10
|
+
### Changed
|
|
11
|
+
- upgrade to [brighterscript@0.70.1](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0701---2025-09-11). Notable changes since 0.70.0:
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
9
15
|
## [0.22.0](https://github.com/rokucommunity/roku-debug/compare/0.21.38...v0.22.0) - 2025-09-10
|
|
10
16
|
### Changed
|
|
11
17
|
- Add more logs to track how long each step takes while sideloading ([#270](https://github.com/rokucommunity/roku-debug/pull/270))
|
|
@@ -1049,3 +1055,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1049
1055
|
### Fixed
|
|
1050
1056
|
- Bug in the telnet debugger on windows devices that would crash the debug session when `stopOnEntry` was enabled.
|
|
1051
1057
|
|
|
1058
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "roku-debug",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.1",
|
|
4
4
|
"description": "Debug adapter for Roku application development using Node.js",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"@types/request": "^2.48.8",
|
|
102
102
|
"@vscode/debugadapter": "^1.68.0",
|
|
103
103
|
"@vscode/debugprotocol": "^1.68.0",
|
|
104
|
-
"brighterscript": "^0.70.
|
|
104
|
+
"brighterscript": "^0.70.1",
|
|
105
105
|
"dateformat": "^4.6.3",
|
|
106
106
|
"debounce": "^1.2.1",
|
|
107
107
|
"eol": "^0.9.1",
|