roku-debug 0.22.0 → 0.22.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
 
8
8
 
9
+ ## [0.22.2](https://github.com/rokucommunity/roku-debug/compare/0.22.1...v0.22.2) - 2025-10-10
10
+ ### Changed
11
+ - upgrade to [brighterscript@0.70.2](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0702---2025-10-10). Notable changes since 0.70.1:
12
+ - Add manual entries for roUtils and roRenderThreadQueue ([#1574](https://github.com/rokucommunity/roku-debug/pull/1574))
13
+ - Roku sdk updates ([#1573](https://github.com/rokucommunity/roku-debug/pull/1573))
14
+
15
+
16
+
17
+ ## [0.22.1](https://github.com/rokucommunity/roku-debug/compare/0.22.0...v0.22.1) - 2025-09-11
18
+ ### Changed
19
+ - 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:
20
+
21
+
22
+
9
23
  ## [0.22.0](https://github.com/rokucommunity/roku-debug/compare/0.21.38...v0.22.0) - 2025-09-10
10
24
  ### Changed
11
25
  - Add more logs to track how long each step takes while sideloading ([#270](https://github.com/rokucommunity/roku-debug/pull/270))
@@ -1049,3 +1063,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1049
1063
  ### Fixed
1050
1064
  - Bug in the telnet debugger on windows devices that would crash the debug session when `stopOnEntry` was enabled.
1051
1065
 
1066
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roku-debug",
3
- "version": "0.22.0",
3
+ "version": "0.22.2",
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.0",
104
+ "brighterscript": "^0.70.2",
105
105
  "dateformat": "^4.6.3",
106
106
  "debounce": "^1.2.1",
107
107
  "eol": "^0.9.1",