roku-debug 0.21.35 → 0.21.36
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 +7 -0
- package/package.json +3 -3
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.21.36](https://github.com/rokucommunity/roku-debug/compare/0.21.35...v0.21.36) - 2025-06-03
|
|
10
|
+
### Changed
|
|
11
|
+
- upgrade to [brighterscript@0.69.10](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#06910---2025-06-03). Notable changes since 0.69.9:
|
|
12
|
+
- upgrade to [roku-deploy@3.12.6](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3126---2025-06-03). Notable changes since 3.12.5:
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
9
16
|
## [0.21.35](https://github.com/rokucommunity/roku-debug/compare/0.21.34...v0.21.35) - 2025-05-30
|
|
10
17
|
### Removed
|
|
11
18
|
- Removed `isClockValid` virtual variable ([#262](https://github.com/rokucommunity/roku-debug/pull/262))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "roku-debug",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.36",
|
|
4
4
|
"description": "Debug adapter for Roku application development using Node.js",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"@types/request": "^2.48.8",
|
|
102
102
|
"@vscode/debugadapter": "^1.68.0",
|
|
103
103
|
"@vscode/debugprotocol": "^1.68.0",
|
|
104
|
-
"brighterscript": "^0.69.
|
|
104
|
+
"brighterscript": "^0.69.10",
|
|
105
105
|
"dateformat": "^4.6.3",
|
|
106
106
|
"debounce": "^1.2.1",
|
|
107
107
|
"eol": "^0.9.1",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"postman-request": "^2.88.1-postman.40",
|
|
116
116
|
"replace-in-file": "^6.3.2",
|
|
117
117
|
"replace-last": "^1.2.6",
|
|
118
|
-
"roku-deploy": "^3.12.
|
|
118
|
+
"roku-deploy": "^3.12.6",
|
|
119
119
|
"semver": "^7.5.4",
|
|
120
120
|
"serialize-error": "^8.1.0",
|
|
121
121
|
"smart-buffer": "^4.2.0",
|