balena-register-device
Advanced tools
Comparing version 9.0.2-build-oj-test-deploy-with-new-balena-request-e99a454c8c5bc30c0db963825ccd21c93174976a-1 to 9.0.2
@@ -43,3 +43,3 @@ "use strict"; | ||
generateUniqueKey() { | ||
return (0, uuid_1.v4)().replace(/\-/g, ''); | ||
return (0, uuid_1.v4)().replace(/-/g, ''); | ||
}, | ||
@@ -46,0 +46,0 @@ /** |
{ | ||
"name": "balena-register-device", | ||
"version": "9.0.2-build-oj-test-deploy-with-new-balena-request-e99a454c8c5bc30c0db963825ccd21c93174976a-1", | ||
"version": "9.0.2", | ||
"description": "Balena device registration utilities", | ||
@@ -28,5 +28,5 @@ "main": "build/register.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"lint": "balena-lint -e js --typescript lib tests", | ||
"lint-fix": "balena-lint -e ts -e js --typescript --fix lib tests", | ||
"build": "tsc --project tsconfig.dist.json", | ||
"lint": "balena-lint lib tests", | ||
"lint-fix": "balena-lint --fix lib tests", | ||
"test-node": "npx mocha -r ts-node/register --reporter spec tests/**/*.spec.ts", | ||
@@ -42,3 +42,3 @@ "test-browser": "mockttp -c karma start", | ||
"devDependencies": { | ||
"@balena/lint": "^5.4.1", | ||
"@balena/lint": "^7.3.0", | ||
"@types/chai": "^4.3.0", | ||
@@ -48,5 +48,5 @@ "@types/chai-as-promised": "^7.1.4", | ||
"@types/mocha": "^9.1.1", | ||
"balena-auth": "^5.0.0", | ||
"balena-auth": "^6.0.1", | ||
"balena-config-karma": "4.0.0", | ||
"balena-request": "13.1.0-build-otaviojacobi-does-multipart-form-when-blob-is-present-984edfe5afe582d66b5bb038a370de72e0ccbb1f-1", | ||
"balena-request": "^13.0.0", | ||
"browserify-zlib": "^0.2.0", | ||
@@ -75,7 +75,7 @@ "buffer": "^5.7.1", | ||
"peerDependencies": { | ||
"balena-request": "13.1.0-build-otaviojacobi-does-multipart-form-when-blob-is-present-984edfe5afe582d66b5bb038a370de72e0ccbb1f-1" | ||
"balena-request": "^13.3.1" | ||
}, | ||
"versionist": { | ||
"publishedAt": "2023-10-18T11:39:00.014Z" | ||
"publishedAt": "2024-02-23T11:21:32.826Z" | ||
} | ||
} |
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
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
0
26195