Skip to content

Commit

Permalink
Merge pull request #10 from Service-Soft/dev
Browse files Browse the repository at this point in the history
Release 7.0.0
  • Loading branch information
tim-fabian committed Jun 3, 2024
2 parents 13997e1 + ad855ea commit c649747
Show file tree
Hide file tree
Showing 9 changed files with 2,493 additions and 3,940 deletions.
5,195 changes: 1,857 additions & 3,338 deletions package-lock.json

Large diffs are not rendered by default.

59 changes: 29 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lbx-jwt",
"description": "Provides JWT authentication for loopback applications. Includes storing roles inside tokens and handling refreshing. Built-in reuse detection.",
"version": "1.4.0",
"version": "7.0.0",
"keywords": [
"lb4",
"LoopBack",
Expand All @@ -28,8 +28,8 @@
"build": "npm run clean && npm run tsc && npm run copy:mailTemplates",
"build:prod": "npm run clean && npm run tsc && npm run copy:readme && npm run copy:license && npm run copy:contributing && npm run copy:mailTemplates",
"build:watch": "npm run build --watch",
"lint": "eslint --report-unused-disable-directives . --max-warnings 0",
"lint:fix": "eslint --report-unused-disable-directives . --fix",
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint . --fix",
"pretest": "npm run clean && npm run build",
"test": "lb-mocha --allow-console-logs \"dist/__tests__\"",
"posttest": "npm run lint",
Expand All @@ -45,43 +45,42 @@
"node": ">=20"
},
"peerDependencies": {
"@loopback/authentication": "10",
"@loopback/authorization": "0.14",
"@loopback/core": "5",
"@loopback/rest": "13",
"@loopback/security": "0.10",
"@loopback/authentication": "11",
"@loopback/authorization": "0.15",
"@loopback/core": "6",
"@loopback/rest": "14",
"@loopback/security": "0.11",
"handlebars": "4",
"nodemailer": "6",
"@hexagon/base64": "^1.1.28",
"@simplewebauthn/server": "^10.0.0",
"bcryptjs": "^2.4.3",
"hi-base32": "^0.5.1",
"jsonwebtoken": "^9.0.1",
"otpauth": "^9.1.4"
"jsonwebtoken": "^9.0.2",
"otpauth": "^9.3.0"
},
"dependencies": {
"tslib": "^2.6.1"
"tslib": "^2.6.2"
},
"devDependencies": {
"@loopback/authentication": "^10.1.1",
"@loopback/boot": "^6.1.1",
"@loopback/build": "^10.1.1",
"@loopback/core": "^5.1.1",
"@loopback/repository": "^6.1.1",
"@loopback/rest": "^13.1.1",
"@loopback/rest-explorer": "^6.1.1",
"@loopback/security": "^0.10.1",
"@loopback/service-proxy": "^6.1.1",
"@loopback/testlab": "^6.1.1",
"@types/bcryptjs": "2.4.2",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^20.5.0",
"@types/nodemailer": "^6.4.9",
"eslint": "^8.47.0",
"eslint-config-service-soft": "^1.4.2",
"@loopback/authentication": "^11.0.2",
"@loopback/boot": "^7.0.2",
"@loopback/build": "^11.0.2",
"@loopback/core": "^6.0.2",
"@loopback/repository": "^7.0.2",
"@loopback/rest": "^14.0.2",
"@loopback/rest-explorer": "^7.0.2",
"@loopback/security": "^0.11.2",
"@loopback/service-proxy": "^7.0.2",
"@loopback/testlab": "^7.0.2",
"@types/bcryptjs": "2.4.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.14.0",
"@types/nodemailer": "^6.4.15",
"eslint-config-service-soft": "^1.5.0",
"handlebars": "^4.7.8",
"loopback-connector-mysql": "^7.0.9",
"nodemailer": "^6.9.4",
"typescript": "~5.1.6"
"loopback-connector-mysql": "^7.0.10",
"nodemailer": "^6.9.13",
"typescript": "~5.4.5"
}
}
Loading

0 comments on commit c649747

Please sign in to comment.