brighterscript 0.64.0 → 0.64.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
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.64.1](https://github.com/rokucommunity/brighterscript/compare/v0.64.0...v0.64.1) - 2023-04-14
10
+ ### Changed
11
+ - Bump xml2js from 0.4.23 to 0.5.0 ([#790](https://github.com/rokucommunity/brighterscript/pull/790))
12
+ - upgrade to [roku-deploy@3.10.1](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3101---2023-04-14). Notable changes since 3.10.0:
13
+ - Bump xml2js from 0.4.23 to 0.5.0 ([roku-deploy#112](https://github.com/rokucommunity/roku-deploy/pull/112))
14
+
15
+
16
+
9
17
  ## [0.64.0](https://github.com/rokucommunity/brighterscript/compare/v0.63.0...v0.64.0) - 2023-04-04
10
18
  ### Changed
11
19
  - Fix namespace-relative items ([#789](https://github.com/rokucommunity/brighterscript/pull/789))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brighterscript",
3
- "version": "0.64.0",
3
+ "version": "0.64.1",
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",
@@ -143,14 +143,14 @@
143
143
  "p-settle": "^2.1.0",
144
144
  "parse-ms": "^2.1.0",
145
145
  "require-relative": "^0.8.7",
146
- "roku-deploy": "^3.10.0",
146
+ "roku-deploy": "^3.10.1",
147
147
  "serialize-error": "^7.0.1",
148
148
  "source-map": "^0.7.4",
149
149
  "vscode-languageserver": "7.0.0",
150
150
  "vscode-languageserver-protocol": "3.16.0",
151
151
  "vscode-languageserver-textdocument": "^1.0.1",
152
152
  "vscode-uri": "^2.1.1",
153
- "xml2js": "^0.4.19",
153
+ "xml2js": "^0.5.0",
154
154
  "yargs": "^16.2.0"
155
155
  }
156
156
  }