roku-debug 0.17.1 → 0.17.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
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.17.2](https://github.com/rokucommunity/roku-debug/compare/v0.17.1...0.17.2) - 2022-12-15
|
|
10
|
+
### Changed
|
|
11
|
+
- upgrade to [brighterscript@0.61.2](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0612---2022-12-15). Notable changes since 0.61.1:
|
|
12
|
+
- Bump qs from 6.5.2 to 6.5.3 ([brighterscript#758](https://github.com/rokucommunity/brighterscript/pull/758))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
9
16
|
## [0.17.1](https://github.com/rokucommunity/roku-debug/compare/v0.17.0...0.17.1) - 2022-12-08
|
|
10
17
|
### Fixed
|
|
11
18
|
- Fix "continue" repeat bug in protocol adapter ([#114](https://github.com/rokucommunity/roku-debug/pull/114))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "roku-debug",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.2",
|
|
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.3.0",
|
|
88
|
-
"brighterscript": "^0.61.
|
|
88
|
+
"brighterscript": "^0.61.2",
|
|
89
89
|
"dateformat": "^4.6.3",
|
|
90
90
|
"eol": "^0.9.1",
|
|
91
91
|
"eventemitter3": "^4.0.7",
|
|
index c76a847..f0ff014 100644
|
|
|
Binary file
|