roku-debug 0.21.10 → 0.21.11
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,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## [0.21.11](https://github.com/rokucommunity/roku-debug/compare/v0.21.10...0.21.11) - 2024-09-25
|
|
10
|
+
### Changed
|
|
11
|
+
- upgrade to [brighterscript@0.67.7](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0677---2024-09-25). Notable changes since 0.67.4:
|
|
12
|
+
- Ast node clone ([brighterscript#1281](https://github.com/rokucommunity/brighterscript/pull/1281))
|
|
13
|
+
- Add support for resolving sourceRoot at time of config load ([brighterscript#1290](https://github.com/rokucommunity/brighterscript/pull/1290))
|
|
14
|
+
- Add support for roIntrinsicDouble ([brighterscript#1291](https://github.com/rokucommunity/brighterscript/pull/1291))
|
|
15
|
+
- Add plugin naming convention ([brighterscript#1284](https://github.com/rokucommunity/brighterscript/pull/1284))
|
|
16
|
+
- Add templatestring support for annotation.getArguments() ([brighterscript#1264](https://github.com/rokucommunity/brighterscript/pull/1264))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
9
20
|
## [0.21.10](https://github.com/rokucommunity/roku-debug/compare/v0.21.9...0.21.10) - 2024-07-24
|
|
10
21
|
### Changed
|
|
11
22
|
- Prevent crash when rokuAdapter is not defined. ([#194](https://github.com/rokucommunity/roku-debug/pull/194))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "roku-debug",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.11",
|
|
4
4
|
"description": "Debug adapter for Roku application development using Node.js",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"dependencies": {
|
|
99
99
|
"@rokucommunity/logger": "^0.3.9",
|
|
100
100
|
"@types/request": "^2.48.8",
|
|
101
|
-
"brighterscript": "^0.67.
|
|
101
|
+
"brighterscript": "^0.67.7",
|
|
102
102
|
"dateformat": "^4.6.3",
|
|
103
103
|
"debounce": "^1.2.1",
|
|
104
104
|
"eol": "^0.9.1",
|
|
index 9b82c5c..facbd6a 100644
|
|
|
Binary file
|