brighterscript 0.68.3 → 0.68.4
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 +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## [0.68.4](https://github.com/rokucommunity/brighterscript/compare/v0.68.3...v0.68.4) - 2025-01-22
|
|
10
|
+
### Changed
|
|
11
|
+
- upgrade to [roku-deploy@3.12.4](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3124---2025-01-22). Notable changes since 3.12.3:
|
|
12
|
+
- fixed an issue with 577 error codes ([roku-deploy#182](https://github.com/rokucommunity/roku-deploy/pull/182))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
9
16
|
## [0.68.3](https://github.com/rokucommunity/brighterscript/compare/v0.68.2...v0.68.3) - 2025-01-13
|
|
10
17
|
### Changed
|
|
11
18
|
- Export more items ([#1394](https://github.com/rokucommunity/brighterscript/pull/1394))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brighterscript",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.4",
|
|
4
4
|
"description": "A superset of Roku's BrightScript language.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"preversion": "npm run build && npm run lint && npm run test",
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"parse-ms": "^2.1.0",
|
|
153
153
|
"readline": "^1.3.0",
|
|
154
154
|
"require-relative": "^0.8.7",
|
|
155
|
-
"roku-deploy": "^3.12.
|
|
155
|
+
"roku-deploy": "^3.12.4",
|
|
156
156
|
"serialize-error": "^7.0.1",
|
|
157
157
|
"source-map": "^0.7.4",
|
|
158
158
|
"vscode-languageserver": "^9.0.1",
|