@qvac/decoder-audio 0.3.4 → 0.3.5

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 (1) hide show
  1. package/package.json +10 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qvac/decoder-audio",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Tether",
@@ -10,8 +10,8 @@
10
10
  "test:dts": "tsc index.d.ts --noEmit --esModuleInterop --skipLibCheck",
11
11
  "test:unit": "brittle-bare test/unit/*.test.js",
12
12
  "test": "npm run test:unit && npm run test:integration",
13
- "coverage:unit": "brittle-bare --coverage --cov-dir=coverage/unit test/unit/*.test.js && npx istanbul report html --include=coverage/unit/coverage-final.json",
14
- "coverage": "brittle-bare --coverage --cov-dir=coverage/unit test/unit/*.test.js && npx istanbul report html --include=coverage/unit/coverage-final.json",
13
+ "coverage:unit": "brittle-bare --coverage --cov-dir=coverage/unit test/unit/*.test.js && mkdir -p .nyc_output && cp coverage/unit/coverage-final.json .nyc_output/out.json && npx nyc report --reporter=html --report-dir=coverage/html",
14
+ "coverage": "brittle-bare --coverage --cov-dir=coverage/unit test/unit/*.test.js && mkdir -p .nyc_output && cp coverage/unit/coverage-final.json .nyc_output/out.json && npx nyc report --reporter=html --report-dir=coverage/html",
15
15
  "lint": "standard \"test/**/*.js\" \"*.js\" \"scripts/**/*.js\"",
16
16
  "lint:fix": "standard --fix \"test/**/*.js\" \"*.js\" \"scripts/**/*.js\"",
17
17
  "test:integration": "npm run test:integration:generate && brittle-bare test/integration/*.test.js",
@@ -40,7 +40,7 @@
40
40
  "bare-os": "^3.6.2",
41
41
  "bare-url": "^2.1.6",
42
42
  "brittle": "^3.13.1",
43
- "istanbul": "^0.4.5",
43
+ "nyc": "^17.1.0",
44
44
  "standard": "^17.1.2",
45
45
  "typescript": "^5.3.0"
46
46
  },
@@ -57,6 +57,12 @@
57
57
  "bare-process": "^4.2.2",
58
58
  "process": "npm:bare-process@^4.2.2"
59
59
  },
60
+ "repository": {
61
+ "type": "git",
62
+ "url": "git+https://github.com/tetherto/qvac.git",
63
+ "directory": "packages/qvac-lib-decoder-audio"
64
+ },
60
65
  "bugs": "https://github.com/tetherto/qvac/issues",
66
+ "homepage": "https://github.com/tetherto/qvac/tree/main/packages/qvac-lib-decoder-audio#readme",
61
67
  "types": "index.d.ts"
62
68
  }