Comparing version 6.1.0 to 6.1.1
{ | ||
"name": "did-jwt", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients", | ||
@@ -15,3 +15,4 @@ "type": "module", | ||
"dist", | ||
"src" | ||
"src", | ||
"LICENSE" | ||
], | ||
@@ -26,6 +27,6 @@ "exports": { | ||
"test": "jest", | ||
"test:ci": "jest --coverage && codecov", | ||
"test:ci": "jest --coverage", | ||
"build:js": "microbundle --compress=false", | ||
"build:browser": "webpack --config webpack.config.cjs", | ||
"build": "yarn build:js && yarn test && yarn build:browser", | ||
"build": "yarn build:js && yarn build:browser", | ||
"build:docs": "echo 'PLEASE UPDATE REFERENCE DOCS MANUALLY'", | ||
@@ -35,3 +36,2 @@ "format": "prettier --write \"src/**/*.ts\"", | ||
"prepublishOnly": "yarn test:ci && yarn format && yarn lint", | ||
"prepare": "yarn build", | ||
"release": "semantic-release --debug" | ||
@@ -64,26 +64,26 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "7.17.8", | ||
"@babel/preset-env": "7.16.11", | ||
"@babel/preset-typescript": "7.16.7", | ||
"@babel/core": "7.18.2", | ||
"@babel/preset-env": "7.17.12", | ||
"@babel/preset-typescript": "7.17.12", | ||
"@semantic-release/changelog": "6.0.1", | ||
"@semantic-release/git": "10.0.1", | ||
"@types/elliptic": "6.4.14", | ||
"@types/jest": "27.4.1", | ||
"@typescript-eslint/eslint-plugin": "5.16.0", | ||
"@typescript-eslint/parser": "5.16.0", | ||
"@types/jest": "28.1.1", | ||
"@typescript-eslint/eslint-plugin": "5.27.0", | ||
"@typescript-eslint/parser": "5.27.0", | ||
"codecov": "3.8.3", | ||
"eslint": "8.12.0", | ||
"eslint": "8.17.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-jest": "26.1.3", | ||
"eslint-plugin-jest": "26.5.3", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"jest": "28.1.0", | ||
"jsontokens": "3.0.0", | ||
"microbundle": "0.14.2", | ||
"jsontokens": "3.1.1", | ||
"microbundle": "0.15.0", | ||
"mockdate": "3.0.5", | ||
"prettier": "2.6.1", | ||
"prettier": "2.6.2", | ||
"regenerator-runtime": "0.13.9", | ||
"semantic-release": "19.0.2", | ||
"tweetnacl": "1.0.3", | ||
"typescript": "4.6.3", | ||
"webpack": "5.70.0", | ||
"typescript": "4.7.3", | ||
"webpack": "5.73.0", | ||
"webpack-cli": "4.9.2" | ||
@@ -99,6 +99,6 @@ }, | ||
"canonicalize": "^1.0.8", | ||
"did-resolver": "^3.1.5", | ||
"did-resolver": "^3.2.2", | ||
"elliptic": "^6.5.4", | ||
"js-sha3": "^0.8.0", | ||
"multiformats": "^9.6.4", | ||
"multiformats": "^9.6.5", | ||
"uint8arrays": "^3.0.0" | ||
@@ -105,0 +105,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
1344647
82
11878
Updateddid-resolver@^3.2.2
Updatedmultiformats@^9.6.5