roku-debug 0.20.3 → 0.20.4

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 CHANGED
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
 
8
8
 
9
+ ## [0.20.4](https://github.com/rokucommunity/roku-debug/compare/v0.20.3...v0.20.4) - 2023-09-11
10
+ ### Changed
11
+ - upgrade to [brighterscript@0.65.5](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0655---2023-09-06). Notable changes since 0.65.4:
12
+ - Fix crashes in util for null ranges ([brighterscript#869](https://github.com/rokucommunity/brighterscript/pull/869))
13
+
14
+
15
+
9
16
  ## [0.20.3](https://github.com/rokucommunity/roku-debug/compare/v0.20.2...0.20.3) - 2023-07-26
10
17
  ### Added
11
18
  - Add `deleteDevChannelBeforeInstall` launch option ([#158](https://github.com/rokucommunity/roku-debug/pull/158))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roku-debug",
3
- "version": "0.20.3",
3
+ "version": "0.20.4",
4
4
  "description": "Debug adapter for Roku application development using Node.js",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -88,7 +88,7 @@
88
88
  "dependencies": {
89
89
  "@rokucommunity/logger": "^0.3.3",
90
90
  "@types/request": "^2.48.8",
91
- "brighterscript": "^0.65.4",
91
+ "brighterscript": "^0.65.5",
92
92
  "dateformat": "~4",
93
93
  "eol": "^0.9.1",
94
94
  "eventemitter3": "^4.0.7",
index 71c796a..b7c3771 100644
Binary file