roku-debug 0.18.8 → 0.18.9
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,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## [0.18.9](https://github.com/rokucommunity/roku-debug/compare/v0.18.8...v0.18.9) - 2023-05-10
|
|
10
|
+
### Changed
|
|
11
|
+
- upgrade to [brighterscript@0.64.4](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0644---2023-05-10)
|
|
12
|
+
- upgrade to [roku-deploy@3.10.2](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3102---2023-05-10). Notable changes since 3.10.1:
|
|
13
|
+
- Fix audit issues ([roku-deploy#116](https://github.com/rokucommunity/roku-deploy/pull/116))
|
|
14
|
+
- fix nodejs 19 bug ([roku-deploy#115](https://github.com/rokucommunity/roku-deploy/pull/115))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
9
18
|
## [0.18.8](https://github.com/rokucommunity/roku-debug/compare/v0.18.7...v0.18.8) - 2023-04-28
|
|
10
19
|
### Changed
|
|
11
20
|
- Make axios a prod dependency ([#148](https://github.com/rokucommunity/roku-debug/pull/148))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "roku-debug",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.9",
|
|
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.2",
|
|
90
90
|
"axios": "^1.2.2",
|
|
91
|
-
"brighterscript": "^0.64.
|
|
91
|
+
"brighterscript": "^0.64.4",
|
|
92
92
|
"dateformat": "^4.6.3",
|
|
93
93
|
"eol": "^0.9.1",
|
|
94
94
|
"eventemitter3": "^4.0.7",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"natural-orderby": "^2.0.3",
|
|
98
98
|
"replace-in-file": "^6.3.2",
|
|
99
99
|
"replace-last": "^1.2.6",
|
|
100
|
-
"roku-deploy": "^3.10.
|
|
100
|
+
"roku-deploy": "^3.10.2",
|
|
101
101
|
"semver": "^7.3.5",
|
|
102
102
|
"serialize-error": "^8.1.0",
|
|
103
103
|
"smart-buffer": "^4.2.0",
|
|
index 0e8f42f..4dfa5e5 100644
|
|
|
Binary file
|