roku-debug 0.14.0 → 0.14.1

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,12 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
 
8
8
 
9
+ ## [0.14.1](https://github.com/rokucommunity/roku-debug/compare/v0.14.0...0.14.1) - 2022-07-16
10
+ ### Changed
11
+ - Bump moment from 2.29.2 to 2.29.4 ([#92](https://github.com/rokucommunity/roku-debug/pull/92))
12
+ - upgrade to [brighterscript@0.53.1](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0531---2022-07-15). Notable changes since 0.53.0:
13
+ - Bump moment from 2.29.2 to 2.29.4 ([brighterscript#640](https://github.com/rokucommunity/brighterscript/pull/640))
14
+
15
+
16
+
9
17
  ## [0.14.0](https://github.com/rokucommunity/roku-debug/compare/v0.13.1...0.14.0) - 2022-07-14
10
18
  ### Added
11
19
  - debug protocol: support for case-sensitivity in getVariables protocol request ([#91](https://github.com/rokucommunity/roku-debug/pull/91))
12
20
  - Show error when cannot resolve hostname ([#90](https://github.com/rokucommunity/roku-debug/pull/90))
13
21
  ### Changed
14
- - upgrade to [brighterscript@0.53.0](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0530---undefined)
22
+ - upgrade to [brighterscript@0.53.0](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0530---2022-07-14)
15
23
 
16
24
 
17
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roku-debug",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
4
4
  "description": "Debug adapter for Roku application development using Node.js",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -85,7 +85,7 @@
85
85
  },
86
86
  "dependencies": {
87
87
  "@rokucommunity/logger": "^0.3.0",
88
- "brighterscript": "^0.53.0",
88
+ "brighterscript": "^0.53.1",
89
89
  "dateformat": "^4.6.3",
90
90
  "eol": "^0.9.1",
91
91
  "eventemitter3": "^4.0.7",
index bf4a1ee..8ff5ac3 100644
Binary file