roku-debug 0.21.28 → 0.21.29

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.
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "github",
3
+ "version": "1.0.0",
4
+ "description": "Host the RokuCommunity Workflows",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "package": "echo \"Hello World!\" > hello.tgz",
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "keywords": [],
11
+ "author": "",
12
+ "license": "ISC",
13
+ "dependencies": {
14
+ "@octokit/rest": "^20.1.1",
15
+ "brighterscript": "^0.69.0",
16
+ "dotenv": "^16.4.7",
17
+ "fast-glob": "^3.3.3",
18
+ "fs-extra": "^11.3.0",
19
+ "node-fetch": "^2.7.0",
20
+ "parse-diff": "^0.11.1",
21
+ "semver": "^7.6.3",
22
+ "yargs": "^17.7.2"
23
+ },
24
+ "devDependencies": {
25
+ "@types/yargs": "^17.0.33",
26
+ "@vscode/vsce": "^2.22.0",
27
+ "ovsx": "^0.8.3",
28
+ "ts-node": "^10.9.2",
29
+ "typescript": "^5.6.2"
30
+ }
31
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roku-debug",
3
- "version": "0.21.28",
3
+ "version": "0.21.29",
4
4
  "description": "Debug adapter for Roku application development using Node.js",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -11,7 +11,8 @@
11
11
  "test": "nyc mocha \"src/**/*spec.ts\" --exclude \"src/**/*.device.spec.ts\"",
12
12
  "device-test": "mocha --spec \"src/**/*.device.spec.ts\"",
13
13
  "test:nocover": "mocha \"src/**/*.spec.ts\" --exclude \"src/**/*.device.spec.ts\"",
14
- "publish-coverage": "nyc report --reporter=text-lcov | coveralls"
14
+ "publish-coverage": "nyc report --reporter=text-lcov | coveralls",
15
+ "package": "npm ci && npm run build && npm pack"
15
16
  },
16
17
  "typings": "dist/index.d.ts",
17
18
  "repository": {
@@ -96,11 +97,11 @@
96
97
  "typescript": "^4.7.2"
97
98
  },
98
99
  "dependencies": {
99
- "@rokucommunity/logger": "^0.3.9",
100
+ "@rokucommunity/logger": "^0.3.10",
100
101
  "@types/request": "^2.48.8",
101
102
  "@vscode/debugadapter": "^1.68.0",
102
103
  "@vscode/debugprotocol": "^1.68.0",
103
- "brighterscript": "^0.69.3",
104
+ "brighterscript": "^0.69.4",
104
105
  "dateformat": "^4.6.3",
105
106
  "debounce": "^1.2.1",
106
107
  "eol": "^0.9.1",
Binary file