roku-debug 0.18.7 → 0.18.8

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,7 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
 
8
8
 
9
- ## [0.18.7](https://github.com/rokucommunity/roku-debug/compare/v0.18.6...0.18.7) - 2023-04-28
9
+ ## [0.18.8](https://github.com/rokucommunity/roku-debug/compare/v0.18.7...v0.18.8) - 2023-04-28
10
+ ### Changed
11
+ - Make axios a prod dependency ([#148](https://github.com/rokucommunity/roku-debug/pull/148))
12
+
13
+
14
+
15
+ ## [0.18.7](https://github.com/rokucommunity/roku-debug/compare/v0.18.6...v0.18.7) - 2023-04-28
10
16
  ### Added
11
17
  - better error for failed session starts ([#147](https://github.com/rokucommunity/roku-debug/pull/147))
12
18
  - adds device-info query results to debug session ([#130](https://github.com/rokucommunity/roku-debug/pull/130))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roku-debug",
3
- "version": "0.18.7",
3
+ "version": "0.18.8",
4
4
  "description": "Debug adapter for Roku application development using Node.js",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -67,7 +67,6 @@
67
67
  "@types/vscode": "^1.61.0",
68
68
  "@typescript-eslint/eslint-plugin": "^5.2.0",
69
69
  "@typescript-eslint/parser": "^5.2.0",
70
- "axios": "^1.2.2",
71
70
  "chai": "^4.3.4",
72
71
  "coveralls": "^3.1.1",
73
72
  "decompress": "^4.2.1",
@@ -88,6 +87,7 @@
88
87
  },
89
88
  "dependencies": {
90
89
  "@rokucommunity/logger": "^0.3.2",
90
+ "axios": "^1.2.2",
91
91
  "brighterscript": "^0.64.3",
92
92
  "dateformat": "^4.6.3",
93
93
  "eol": "^0.9.1",
Binary file
Binary file