roku-debug 0.21.10 → 0.21.12

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,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
 
8
8
 
9
+ ## [0.21.12](https://github.com/rokucommunity/roku-debug/compare/v0.21.11...v0.21.12) - 2024-10-18
10
+ ### Changed
11
+ - upgrade to [brighterscript@0.67.8](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0678---2024-10-18). Notable changes since 0.67.7:
12
+ - Fix namespace-relative transpile bug for standalone file ([brighterscript#1324](https://github.com/rokucommunity/brighterscript/pull/1324))
13
+ - Update README.md with "help" items ([#brighterscript3abcdaf3](https://github.com/rokucommunity/brighterscript/commit/3abcdaf3))
14
+ - Prevent crash when ProgramBuilder.run called with no options ([brighterscript#1316](https://github.com/rokucommunity/brighterscript/pull/1316))
15
+ - upgrade to [roku-deploy@3.12.2](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3122---2024-10-18). Notable changes since 3.12.1:
16
+ - fixes #175 - updated regex to find a signed package on `/plugin_package` page ([roku-deploy#176](https://github.com/rokucommunity/roku-deploy/pull/176))
17
+
18
+
19
+
20
+ ## [0.21.11](https://github.com/rokucommunity/roku-debug/compare/v0.21.10...0.21.11) - 2024-09-25
21
+ ### Changed
22
+ - upgrade to [brighterscript@0.67.7](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0677---2024-09-25). Notable changes since 0.67.4:
23
+ - Ast node clone ([brighterscript#1281](https://github.com/rokucommunity/brighterscript/pull/1281))
24
+ - Add support for resolving sourceRoot at time of config load ([brighterscript#1290](https://github.com/rokucommunity/brighterscript/pull/1290))
25
+ - Add support for roIntrinsicDouble ([brighterscript#1291](https://github.com/rokucommunity/brighterscript/pull/1291))
26
+ - Add plugin naming convention ([brighterscript#1284](https://github.com/rokucommunity/brighterscript/pull/1284))
27
+ - Add templatestring support for annotation.getArguments() ([brighterscript#1264](https://github.com/rokucommunity/brighterscript/pull/1264))
28
+
29
+
30
+
9
31
  ## [0.21.10](https://github.com/rokucommunity/roku-debug/compare/v0.21.9...0.21.10) - 2024-07-24
10
32
  ### Changed
11
33
  - Prevent crash when rokuAdapter is not defined. ([#194](https://github.com/rokucommunity/roku-debug/pull/194))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roku-debug",
3
- "version": "0.21.10",
3
+ "version": "0.21.12",
4
4
  "description": "Debug adapter for Roku application development using Node.js",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -98,7 +98,7 @@
98
98
  "dependencies": {
99
99
  "@rokucommunity/logger": "^0.3.9",
100
100
  "@types/request": "^2.48.8",
101
- "brighterscript": "^0.67.4",
101
+ "brighterscript": "^0.67.8",
102
102
  "dateformat": "^4.6.3",
103
103
  "debounce": "^1.2.1",
104
104
  "eol": "^0.9.1",
@@ -111,7 +111,7 @@
111
111
  "postman-request": "^2.88.1-postman.32",
112
112
  "replace-in-file": "^6.3.2",
113
113
  "replace-last": "^1.2.6",
114
- "roku-deploy": "^3.12.1",
114
+ "roku-deploy": "^3.12.2",
115
115
  "semver": "^7.5.4",
116
116
  "serialize-error": "^8.1.0",
117
117
  "smart-buffer": "^4.2.0",
index 9b82c5c..28dc322 100644
Binary file