brighterscript 0.66.0-alpha.8 → 0.66.0-alpha.9

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 +6 -0
  2. package/package.json +1 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
 
8
8
 
9
+ ## [0.66.0-alpha.9](https://github.com/rokucommunity/brighterscript/compare/v0.66.0-alpha.8...v0.66.0-alpha.9) - 2023-11-28
10
+ ### Fixed
11
+ - removed `v8-profiler-next` package as a dependency (it'll be installed on-demand) ([#1287a5d](https://github.com/rokucommunity/brighterscript/commits/1287a5d7628c0e3ae3154697dfa4d12df5d7e96a))
12
+
13
+
14
+
9
15
  ## [0.66.0-alpha.8](https://github.com/rokucommunity/brighterscript/compare/v0.66.0-alpha.7...v0.66.0-alpha.8) - 2023-11-27
10
16
  ### Added
11
17
  - Interface optional properties ([#946](https://github.com/rokucommunity/brighterscript/pull/946))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brighterscript",
3
- "version": "0.66.0-alpha.8",
3
+ "version": "0.66.0-alpha.9",
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",
@@ -148,7 +148,6 @@
148
148
  "serialize-error": "^7.0.1",
149
149
  "source-map": "^0.7.4",
150
150
  "uuid": "^9.0.0",
151
- "v8-profiler-next": "^1.9.0",
152
151
  "vscode-languageserver": "7.0.0",
153
152
  "vscode-languageserver-protocol": "3.16.0",
154
153
  "vscode-languageserver-textdocument": "^1.0.1",