roku-debug 0.10.4 → 0.10.5

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
@@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
 
8
+
9
+ ## [0.10.5](https://github.com/rokucommunity/roku-debug/compare/v0.10.4...v0.10.5) - 2022-04-13
10
+ ### Changed
11
+ - upgrade to [roku-deploy@3.6.0](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#360---2022-04-13)
12
+ - upgrade to [brighterscript@0.48.0](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0480---2022-04-13)
13
+ - language support for native BrightScript optional chaining ([#546](https://github.com/rokucommunity/brighterscript/pull/546))
14
+
15
+
16
+
8
17
  ## [0.10.4](https://github.com/rokucommunity/roku-debug/compare/v0.10.3...v0.10.4) - 2022-04-07
9
18
  ### Fixed
10
19
  - stability issues when restarting an existing debug session ([#74](https://github.com/rokucommunity/roku-debug/pull/74))
@@ -13,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
22
 
14
23
  ## [0.10.3](https://github.com/rokucommunity/roku-debug/compare/v0.10.2...v0.10.3) - 2022-04-07
15
24
  ### Changed
16
- - upgrade to [brighterscript@0.5.6](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0456---2022-03-17)
25
+ - upgrade to [brighterscript@0.47.2](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0472---2022-04-07)
17
26
  ### Fixed
18
27
  - issue where the `type` and `keys` commands would time out. ([#73](https://github.com/rokucommunity/roku-debug/pull/73))
19
28
  - possible fix for [#72](https://github.com/rokucommunity/roku-debug/issues/72) ([#73](https://github.com/rokucommunity/roku-debug/pull/73))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roku-debug",
3
- "version": "0.10.4",
3
+ "version": "0.10.5",
4
4
  "description": "Debug adapter for Roku application development using Node.js",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -85,7 +85,7 @@
85
85
  },
86
86
  "dependencies": {
87
87
  "@rokucommunity/logger": "^0.1.0",
88
- "brighterscript": "^0.47.2",
88
+ "brighterscript": "^0.48.0",
89
89
  "dateformat": "^4.6.3",
90
90
  "eol": "^0.9.1",
91
91
  "eventemitter3": "^4.0.7",
@@ -94,7 +94,7 @@
94
94
  "natural-orderby": "^2.0.3",
95
95
  "replace-in-file": "^6.3.2",
96
96
  "replace-last": "^1.2.6",
97
- "roku-deploy": "^3.5.4",
97
+ "roku-deploy": "^3.6.0",
98
98
  "semver": "^7.3.5",
99
99
  "serialize-error": "^8.1.0",
100
100
  "smart-buffer": "^4.2.0",
index ec66173..6261267 100644
Binary file