balena-auth
Advanced tools
Comparing version 3.0.0 to 4.0.0-bump-dependencies-f33dfb3181e49f92c648c769eab89c84c7333901
@@ -22,3 +22,3 @@ "use strict"; | ||
var token_1 = require("./token"); | ||
var APIKey = (function () { | ||
var APIKey = /** @class */ (function () { | ||
function APIKey(key) { | ||
@@ -25,0 +25,0 @@ /** |
@@ -26,6 +26,6 @@ "use strict"; | ||
var jwt_1 = require("./jwt"); | ||
var BalenaAuth = (function () { | ||
var BalenaAuth = /** @class */ (function () { | ||
function BalenaAuth(_a) { | ||
var _this = this; | ||
var _b = _a === void 0 ? {} : _a, dataDirectory = _b.dataDirectory, _c = _b.tokenKey, tokenKey = _c === void 0 ? 'token' : _c; | ||
var _this = this; | ||
// Storage related methods | ||
@@ -32,0 +32,0 @@ /** |
@@ -23,3 +23,3 @@ "use strict"; | ||
var token_1 = require("./token"); | ||
var JWT = (function () { | ||
var JWT = /** @class */ (function () { | ||
function JWT(key) { | ||
@@ -26,0 +26,0 @@ var _this = this; |
@@ -7,4 +7,8 @@ # Change Log | ||
## v3.0.0 - 2018-10-18 | ||
## 4.0.0 - 2019-07-17 | ||
* Bump all dependencies to the latest available ones [Stevche Radevski] | ||
## v3.0.0 - 2018-10-17 | ||
* Rename everything 'resin' to 'balena' [Tim Perry] | ||
@@ -11,0 +15,0 @@ |
{ | ||
"name": "balena-auth", | ||
"version": "3.0.0", | ||
"version": "4.0.0-bump-dependencies-f33dfb3181e49f92c648c769eab89c84c7333901", | ||
"description": "Balena session authentication utilities", | ||
@@ -36,39 +36,43 @@ "main": "build/auth.js", | ||
"prettify": "prettier --use-tabs --single-quote --write \"lib/*.ts\" \"tests/**/*.ts\"", | ||
"prepublish": "require-npm4-to-publish", | ||
"prepack": "npm test", | ||
"prereadme": "npm run build", | ||
"readme": "jsdoc2md --template doc/README.hbs build/*.js > README.md", | ||
"precommit": "npm run lint && npm run test:node -- --reporter dot" | ||
"readme": "jsdoc2md --template doc/README.hbs build/*.js > README.md" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run lint && npm run test:node" | ||
} | ||
}, | ||
"author": "Balena Team <hello@balena.io>", | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@resin.io/types-mochainon": "^2.0.1", | ||
"@types/jsonwebtoken": "^7.2.3", | ||
"@types/mocha": "^2.2.42", | ||
"@types/chai": "^4.1.7", | ||
"@types/chai-as-promised": "^7.1.0", | ||
"@types/jsonwebtoken": "^8.3.2", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^8.0.26", | ||
"catch-uncommitted": "^1.0.0", | ||
"husky": "^0.14.3", | ||
"jsdoc-to-markdown": "^3.0.0", | ||
"jsonwebtoken": "^7.3.0", | ||
"karma": "^1.7.0", | ||
"mocha": "^3.5.0", | ||
"mochainon": "^2.0.0", | ||
"prettier": "~1.14.2", | ||
"require-npm4-to-publish": "^1.0.0", | ||
"balena-config-karma": "^2.3.0", | ||
"balena-settings-client": "^4.0.0", | ||
"rimraf": "^2.6.1", | ||
"ts-node": "^3.3.0", | ||
"tslint": "^5.5.0", | ||
"typescript": "2.4.2" | ||
"balena-config-karma": "^2.3.1", | ||
"balena-settings-client": "^4.0.1", | ||
"catch-uncommitted": "^1.3.0", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"husky": "^3.0.0", | ||
"jsdoc-to-markdown": "^5.0.0", | ||
"jsonwebtoken": "^8.5.1", | ||
"karma": "^4.2.0", | ||
"mocha": "^6.1.4", | ||
"prettier": "^1.18.2", | ||
"rimraf": "^2.6.3", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.18.0", | ||
"typescript": "^3.5.3" | ||
}, | ||
"dependencies": { | ||
"@types/bluebird": "3.5.21", | ||
"@types/bluebird": "^3.5.27", | ||
"@types/jwt-decode": "^2.2.1", | ||
"bluebird": "^3.0.0", | ||
"jwt-decode": "^2.1.0", | ||
"balena-errors": "^3.0.0", | ||
"balena-settings-storage": "^5.0.0" | ||
"balena-errors": "^4.1.0", | ||
"balena-settings-storage": "^5.0.0", | ||
"bluebird": "^3.5.5", | ||
"jwt-decode": "^2.2.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
46180
20
1
+ Added@types/bluebird@3.5.42(transitive)
+ Addedbalena-errors@4.9.0(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedtyped-error@3.2.2(transitive)
- Removed@types/bluebird@3.5.21(transitive)
- Removedbalena-errors@3.0.0(transitive)
- Removedtslib@1.14.1(transitive)
- Removedtyped-error@2.0.0(transitive)
Updated@types/bluebird@^3.5.27
Updatedbalena-errors@^4.1.0
Updatedbluebird@^3.5.5
Updatedjwt-decode@^2.2.0