roku-debug 0.19.0 → 0.19.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,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.19.1](https://github.com/rokucommunity/roku-debug/compare/v0.19.0...v0.19.1) - 2023-06-08
10
+ ### Changed
11
+ - Move @types/request to deps to fix d.bs files ([691a7be](https://github.com/rokucommunity/roku-debug/commit/691a7be))
12
+
13
+
14
+
9
15
  ## [0.19.0](https://github.com/rokucommunity/roku-debug/compare/v0.18.12...v0.19.0) - 2023-06-01
10
16
  ### Added
11
17
  - File logging ([#155](https://github.com/rokucommunity/roku-debug/pull/155))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roku-debug",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "Debug adapter for Roku application development using Node.js",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -62,7 +62,6 @@
62
62
  "@types/glob": "^7.2.0",
63
63
  "@types/mocha": "^9.0.0",
64
64
  "@types/node": "^16.11.6",
65
- "@types/request": "^2.48.8",
66
65
  "@types/semver": "^7.3.9",
67
66
  "@types/sinon": "^10.0.6",
68
67
  "@types/vscode": "^1.61.0",
@@ -88,6 +87,7 @@
88
87
  },
89
88
  "dependencies": {
90
89
  "@rokucommunity/logger": "^0.3.3",
90
+ "@types/request": "^2.48.8",
91
91
  "brighterscript": "^0.65.0",
92
92
  "dateformat": "~4",
93
93
  "eol": "^0.9.1",
index 547115f..884ffd3 100644
Binary file