roku-debug 0.23.6 → 0.23.7

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 +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
 
8
8
 
9
+ ## [0.23.7](https://github.com/rokucommunity/roku-debug/compare/0.23.6...v0.23.7) - 2026-05-11
10
+ ### Changed
11
+ - upgrade to [brighterscript@0.72.1](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0721---2026-05-11). Notable changes since 0.72.0:
12
+ - feat: allow line continuation in .brs files when minFirmwareVersion >= 15.3 ([#1693](https://github.com/rokucommunity/brighterscript/pull/1693))
13
+ - upgrade to [roku-deploy@3.17.2](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3172---2026-05-05). Notable changes since 3.17.1:
14
+ - Expanded the default files array to include the locale folder ([#237](https://github.com/rokucommunity/roku-deploy/pull/237))
15
+
16
+
17
+
9
18
  ## [0.23.6](https://github.com/rokucommunity/roku-debug/compare/0.23.5...v0.23.6) - 2026-04-30
10
19
  ### Changed
11
20
  - Increase `app-ready` timeout to 60 seconds for slow Roku launches ([#334](https://github.com/rokucommunity/roku-debug/pull/334))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roku-debug",
3
- "version": "0.23.6",
3
+ "version": "0.23.7",
4
4
  "description": "Debug adapter for Roku application development using Node.js",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -103,7 +103,7 @@
103
103
  "@types/request": "^2.48.8",
104
104
  "@vscode/debugadapter": "^1.68.0",
105
105
  "@vscode/debugprotocol": "^1.68.0",
106
- "brighterscript": "^0.72.0",
106
+ "brighterscript": "^0.72.1",
107
107
  "dateformat": "^4.6.3",
108
108
  "debounce": "^1.2.1",
109
109
  "eol": "^0.9.1",
@@ -117,7 +117,7 @@
117
117
  "postman-request": "^2.88.1-postman.40",
118
118
  "replace-in-file": "^6.3.2",
119
119
  "replace-last": "^1.2.6",
120
- "roku-deploy": "^3.17.1",
120
+ "roku-deploy": "^3.17.2",
121
121
  "semver": "^7.5.4",
122
122
  "serialize-error": "^8.1.0",
123
123
  "smart-buffer": "^4.2.0",