roku-debug 0.20.1 → 0.20.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,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## [0.20.2](https://github.com/rokucommunity/roku-debug/compare/v0.20.1...v0.20.2) - 2023-07-24
|
|
10
|
+
### Changed
|
|
11
|
+
- Bump word-wrap from 1.2.3 to 1.2.4 ([#157](https://github.com/rokucommunity/roku-debug/pull/157))
|
|
12
|
+
- upgrade to [brighterscript@0.65.4](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0654---2023-07-24). Notable changes since 0.65.1:
|
|
13
|
+
- Bump word-wrap from 1.2.3 to 1.2.4 ([brighterscript#851](https://github.com/rokucommunity/brighterscript/pull/851))
|
|
14
|
+
- Bump semver from 6.3.0 to 6.3.1 in /benchmarks ([brighterscript#838](https://github.com/rokucommunity/brighterscript/pull/838))
|
|
15
|
+
- Bump semver from 5.7.1 to 5.7.2 ([brighterscript#837](https://github.com/rokucommunity/brighterscript/pull/837))
|
|
16
|
+
- Prevent crashing when diagnostic is missing range. ([brighterscript#832](https://github.com/rokucommunity/brighterscript/pull/832))
|
|
17
|
+
- Prevent crash when diagnostic is missing range ([brighterscript#831](https://github.com/rokucommunity/brighterscript/pull/831))
|
|
18
|
+
- upgrade to [roku-deploy@3.10.3](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3103---2023-07-22). Notable changes since 3.10.2:
|
|
19
|
+
- Bump word-wrap from 1.2.3 to 1.2.4 ([roku-deploy#117](https://github.com/rokucommunity/roku-deploy/pull/117))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
9
23
|
## [0.20.1](https://github.com/rokucommunity/roku-debug/compare/v0.20.0...v0.20.1) - 2023-07-07
|
|
10
24
|
### Changed
|
|
11
25
|
- Fix rendezvous crash ([#156](https://github.com/rokucommunity/roku-debug/pull/156))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "roku-debug",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.2",
|
|
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.4",
|
|
92
92
|
"dateformat": "~4",
|
|
93
93
|
"eol": "^0.9.1",
|
|
94
94
|
"eventemitter3": "^4.0.7",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"postman-request": "^2.88.1-postman.32",
|
|
100
100
|
"replace-in-file": "^6.3.2",
|
|
101
101
|
"replace-last": "^1.2.6",
|
|
102
|
-
"roku-deploy": "^3.10.
|
|
102
|
+
"roku-deploy": "^3.10.3",
|
|
103
103
|
"semver": "^7.5.3",
|
|
104
104
|
"serialize-error": "^8.1.0",
|
|
105
105
|
"smart-buffer": "^4.2.0",
|
|
index 11ad34d..7939293 100644
|
|
|
Binary file
|