roku-debug 0.24.1 → 0.24.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 +38 -0
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## [0.24.2](https://github.com/rokucommunity/roku-debug/compare/0.24.1...v0.24.2) - 2026-09-02
|
|
10
|
+
### Changed
|
|
11
|
+
- Security enhancements ([#412](https://github.com/rokucommunity/roku-debug/pull/412))
|
|
12
|
+
- upgrade to [@rokucommunity/logger@0.4.2](https://github.com/rokucommunity/logger/blob/master/CHANGELOG.md#042---2026-09-02). Notable changes since 0.4.1:
|
|
13
|
+
- Security enhancements ([#39](https://github.com/rokucommunity/logger/pull/39))
|
|
14
|
+
- Security enhancements ([#38](https://github.com/rokucommunity/logger/pull/38))
|
|
15
|
+
- chore: Simplify create-vsix inputs and improve branch resolution ([#36](https://github.com/rokucommunity/logger/pull/36))
|
|
16
|
+
- chore: Give fork PRs a clear create-vsix failure message ([#35](https://github.com/rokucommunity/logger/pull/35))
|
|
17
|
+
- upgrade to [brighterscript@0.73.1](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0731---2026-09-02). Notable changes since 0.73.0:
|
|
18
|
+
- Security enhancements ([#1782](https://github.com/rokucommunity/brighterscript/pull/1782))
|
|
19
|
+
- Keep synthesized Tokens on the lexer's hidden class ([#1781](https://github.com/rokucommunity/brighterscript/pull/1781))
|
|
20
|
+
- Report mismatched XML element pairs ([#1746](https://github.com/rokucommunity/brighterscript/pull/1746))
|
|
21
|
+
- Add <field> and <function> completions in xml interfaces ([#1748](https://github.com/rokucommunity/brighterscript/pull/1748))
|
|
22
|
+
- Cap LSP worker thread pool to fix memory scaling with project count ([#1776](https://github.com/rokucommunity/brighterscript/pull/1776))
|
|
23
|
+
- Add warning for function names that exceed the truncation limit ([#1777](https://github.com/rokucommunity/brighterscript/pull/1777))
|
|
24
|
+
- Security enhancements ([#1775](https://github.com/rokucommunity/brighterscript/pull/1775))
|
|
25
|
+
- Bump brace-expansion in /benchmarks ([#1774](https://github.com/rokucommunity/brighterscript/pull/1774))
|
|
26
|
+
- Security enhancements ([#1773](https://github.com/rokucommunity/brighterscript/pull/1773))
|
|
27
|
+
- Bump qs from 6.14.2 to 6.15.3 ([#1766](https://github.com/rokucommunity/brighterscript/pull/1766))
|
|
28
|
+
- Bump postcss from 8.5.10 to 8.5.25 ([#1764](https://github.com/rokucommunity/brighterscript/pull/1764))
|
|
29
|
+
- Bump fast-uri from 3.1.2 to 3.1.4 ([#1763](https://github.com/rokucommunity/brighterscript/pull/1763))
|
|
30
|
+
- chore: Simplify create-vsix inputs and improve branch resolution ([#1772](https://github.com/rokucommunity/brighterscript/pull/1772))
|
|
31
|
+
- chore: Give fork PRs a clear create-vsix failure message ([#1770](https://github.com/rokucommunity/brighterscript/pull/1770))
|
|
32
|
+
- Fix compile break against roku-deploy 3.18 ([#1752](https://github.com/rokucommunity/brighterscript/pull/1752))
|
|
33
|
+
- Add SceneGraph XML element and attribute completions ([#1741](https://github.com/rokucommunity/brighterscript/pull/1741))
|
|
34
|
+
- chore: Update create-vsix to support multi-vsix and shared bot logic ([#1740](https://github.com/rokucommunity/brighterscript/pull/1740))
|
|
35
|
+
- upgrade to [roku-deploy@4.0.0-alpha.5](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#400-alpha5---2026-08-28). Notable changes since 4.0.0-alpha.3:
|
|
36
|
+
- Fix pkg download corruption on RCE devices ([#382](https://github.com/rokucommunity/roku-deploy/pull/382))
|
|
37
|
+
- Tag RCE 502 upgrade rejections as ECONNREFUSED ([#376](https://github.com/rokucommunity/roku-deploy/pull/376))
|
|
38
|
+
- Encode remote keys when building ECP URLs ([#375](https://github.com/rokucommunity/roku-deploy/pull/375))
|
|
39
|
+
- Include response headers in EcpResult ([#373](https://github.com/rokucommunity/roku-deploy/pull/373))
|
|
40
|
+
- Support a raw POST body on sendEcpRequest ([#368](https://github.com/rokucommunity/roku-deploy/pull/368))
|
|
41
|
+
- Stop returning json from sendEcpRequest ([#367](https://github.com/rokucommunity/roku-deploy/pull/367))
|
|
42
|
+
- RokuDeploy method ordering ([#358](https://github.com/rokucommunity/roku-deploy/pull/358))
|
|
43
|
+
- Move constructor to the top of all classes ([83fc8f3](https://github.com/rokucommunity/roku-deploy/commit/83fc8f3))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
9
47
|
## [0.24.1](https://github.com/rokucommunity/roku-debug/compare/0.24.0...v0.24.1) - 2026-08-28
|
|
10
48
|
### Changed
|
|
11
49
|
- upgrade to [@rokucommunity/logger@0.4.1](https://github.com/rokucommunity/logger/blob/master/CHANGELOG.md#041---2026-07-10). Notable changes since 0.4.0:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "roku-debug",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.2",
|
|
4
4
|
"description": "Debug adapter for Roku application development using Node.js",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -99,14 +99,15 @@
|
|
|
99
99
|
"overrides": {
|
|
100
100
|
"serialize-javascript": "^7.0.5",
|
|
101
101
|
"qs": "^6.15.3",
|
|
102
|
-
"uuid": "^11.1.1"
|
|
102
|
+
"uuid": "^11.1.1",
|
|
103
|
+
"browserslist": "^4.28.8"
|
|
103
104
|
},
|
|
104
105
|
"dependencies": {
|
|
105
|
-
"@rokucommunity/logger": "^0.4.
|
|
106
|
+
"@rokucommunity/logger": "^0.4.2",
|
|
106
107
|
"@types/request": "^2.48.8",
|
|
107
108
|
"@vscode/debugadapter": "^1.68.0",
|
|
108
109
|
"@vscode/debugprotocol": "^1.68.0",
|
|
109
|
-
"brighterscript": "^0.73.
|
|
110
|
+
"brighterscript": "^0.73.1",
|
|
110
111
|
"dateformat": "^4.6.3",
|
|
111
112
|
"debounce": "^1.2.1",
|
|
112
113
|
"eol": "^0.9.1",
|
|
@@ -119,7 +120,7 @@
|
|
|
119
120
|
"postman-request": "^2.88.1-postman.48",
|
|
120
121
|
"replace-in-file": "^6.3.2",
|
|
121
122
|
"replace-last": "^1.2.6",
|
|
122
|
-
"roku-deploy": "^4.0.0-alpha.
|
|
123
|
+
"roku-deploy": "^4.0.0-alpha.5",
|
|
123
124
|
"semver": "^7.5.4",
|
|
124
125
|
"serialize-error": "^8.1.0",
|
|
125
126
|
"smart-buffer": "^4.2.0",
|