roku-debug 0.18.8 → 0.18.10

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,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
 
8
8
 
9
+ ## [0.18.10](https://github.com/rokucommunity/roku-debug/compare/v0.18.9...v0.18.10) - 2023-05-17
10
+ ### Changed
11
+ - upgrade to [brighterscript@0.65.0](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0650---2023-05-17)
12
+ - upgrade to [@rokucommunity/logger@0.3.3](https://github.com/rokucommunity/logger/blob/master/CHANGELOG.md#033---2023-05-17). Notable changes since 0.3.2:
13
+ - Fix dependencies ([#@rokucommunity/logger04af7a0](https://github.com/rokucommunity/logger/commit/04af7a0))
14
+
15
+
16
+
17
+ ## [0.18.9](https://github.com/rokucommunity/roku-debug/compare/v0.18.8...v0.18.9) - 2023-05-10
18
+ ### Changed
19
+ - upgrade to [brighterscript@0.64.4](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0644---2023-05-10)
20
+ - 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:
21
+ - Fix audit issues ([roku-deploy#116](https://github.com/rokucommunity/roku-deploy/pull/116))
22
+ - fix nodejs 19 bug ([roku-deploy#115](https://github.com/rokucommunity/roku-deploy/pull/115))
23
+
24
+
25
+
9
26
  ## [0.18.8](https://github.com/rokucommunity/roku-debug/compare/v0.18.7...v0.18.8) - 2023-04-28
10
27
  ### Changed
11
28
  - 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.8",
3
+ "version": "0.18.10",
4
4
  "description": "Debug adapter for Roku application development using Node.js",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -86,9 +86,9 @@
86
86
  "typescript": "^4.4.4"
87
87
  },
88
88
  "dependencies": {
89
- "@rokucommunity/logger": "^0.3.2",
89
+ "@rokucommunity/logger": "^0.3.3",
90
90
  "axios": "^1.2.2",
91
- "brighterscript": "^0.64.3",
91
+ "brighterscript": "^0.65.0",
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.1",
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..b70551b 100644
Binary file