roku-debug 0.22.1 → 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.
- package/CHANGELOG.md +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@ 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
|
+
|
|
9
17
|
## [0.22.1](https://github.com/rokucommunity/roku-debug/compare/0.22.0...v0.22.1) - 2025-09-11
|
|
10
18
|
### Changed
|
|
11
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:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "roku-debug",
|
|
3
|
-
"version": "0.22.
|
|
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.
|
|
104
|
+
"brighterscript": "^0.70.2",
|
|
105
105
|
"dateformat": "^4.6.3",
|
|
106
106
|
"debounce": "^1.2.1",
|
|
107
107
|
"eol": "^0.9.1",
|