balena-request
Advanced tools
Comparing version 13.3.3 to 13.3.4-build-ts-tests-2697961c510380f62735cf0a3e9a2c2224e70545-1
@@ -7,2 +7,6 @@ # Change Log | ||
## 13.3.4 - 2024-12-04 | ||
* Tests: Convert to typescript [Pagan Gazzard] | ||
## 13.3.3 - 2024-12-03 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "balena-request", | ||
"version": "13.3.3", | ||
"version": "13.3.4-build-ts-tests-2697961c510380f62735cf0a3e9a2c2224e70545-1", | ||
"description": "Balena HTTP client", | ||
@@ -24,3 +24,3 @@ "main": "build/request.js", | ||
"scripts": { | ||
"lint": "balena-lint -e js -e ts lib tests", | ||
"lint": "balena-lint -e js -e ts lib tests && tsc --noEmit --project tsconfig.dev.json", | ||
"lint-fix": "balena-lint -e js -e ts --fix lib tests", | ||
@@ -30,3 +30,3 @@ "pretest": "npm run build", | ||
"posttest": "npm run lint", | ||
"test-node": "mocha -r ts-node/register/transpile-only --reporter spec tests/**/*.spec.js", | ||
"test-node": "mocha -r ts-node/register/transpile-only --reporter spec tests/**/*.spec.ts", | ||
"test-browser": "mockttp -c karma start", | ||
@@ -87,4 +87,4 @@ "build": "npx tsc", | ||
"versionist": { | ||
"publishedAt": "2024-12-03T15:16:48.906Z" | ||
"publishedAt": "2024-12-04T16:02:06.338Z" | ||
} | ||
} |
@@ -14,4 +14,2 @@ { | ||
"moduleResolution": "node", | ||
"allowJs": true, | ||
"checkJs": true, | ||
"skipLibCheck": true, | ||
@@ -18,0 +16,0 @@ "importHelpers": true |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
233481
33
4521
1