roku-debug 0.20.4 → 0.20.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
|
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## [0.20.5](https://github.com/rokucommunity/roku-debug/compare/v0.20.4...v0.20.5) - 2023-09-28
|
|
10
|
+
### Changed
|
|
11
|
+
- upgrade to [brighterscript@0.65.7](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0657---2023-09-28). Notable changes since 0.65.5:
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
9
15
|
## [0.20.4](https://github.com/rokucommunity/roku-debug/compare/v0.20.3...v0.20.4) - 2023-09-11
|
|
10
16
|
### Changed
|
|
11
17
|
- 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:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "roku-debug",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.5",
|
|
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.
|
|
91
|
+
"brighterscript": "^0.65.7",
|
|
92
92
|
"dateformat": "~4",
|
|
93
93
|
"eol": "^0.9.1",
|
|
94
94
|
"eventemitter3": "^4.0.7",
|
|
index b7c3771..e808f6f 100644
|
|
|
Binary file
|