roku-debug 0.18.9 → 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,14 @@ 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
+
9
17
  ## [0.18.9](https://github.com/rokucommunity/roku-debug/compare/v0.18.8...v0.18.9) - 2023-05-10
10
18
  ### Changed
11
19
  - upgrade to [brighterscript@0.64.4](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0644---2023-05-10)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roku-debug",
3
- "version": "0.18.9",
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.4",
91
+ "brighterscript": "^0.65.0",
92
92
  "dateformat": "^4.6.3",
93
93
  "eol": "^0.9.1",
94
94
  "eventemitter3": "^4.0.7",
index 4dfa5e5..b70551b 100644
Binary file