Comparing version 6.11.7-alpha.1 to 7.0.0-alpha.1
{ | ||
"name": "did-jwt", | ||
"version": "6.11.7-alpha.1", | ||
"version": "7.0.0-alpha.1", | ||
"description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients", | ||
"type": "module", | ||
"source": "src/index.ts", | ||
"main": "./lib/index.cjs", | ||
"module": "./lib/index.module.js", | ||
"module": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
@@ -19,4 +18,3 @@ "files": [ | ||
"types": "./lib/index.d.ts", | ||
"require": "./lib/index.cjs", | ||
"import": "./lib/index.module.js" | ||
"import": "./lib/index.js" | ||
} | ||
@@ -28,3 +26,3 @@ }, | ||
"test:ci": "yarn test --coverage", | ||
"build:js": "microbundle --compress=false", | ||
"build:js": "tsc", | ||
"build:browser": "webpack --config webpack.config.cjs", | ||
@@ -50,5 +48,5 @@ "build": "yarn build:js && yarn build:browser", | ||
"devDependencies": { | ||
"@babel/core": "7.21.3", | ||
"@babel/preset-env": "7.20.2", | ||
"@babel/preset-typescript": "7.21.0", | ||
"@babel/core": "7.21.4", | ||
"@babel/preset-env": "7.21.4", | ||
"@babel/preset-typescript": "7.21.4", | ||
"@ethersproject/address": "5.7.0", | ||
@@ -77,7 +75,7 @@ "@semantic-release/changelog": "6.0.3", | ||
"regenerator-runtime": "0.13.11", | ||
"semantic-release": "21.0.0", | ||
"ts-jest": "29.0.5", | ||
"semantic-release": "21.0.1", | ||
"ts-jest": "29.1.0", | ||
"ts-node": "10.9.1", | ||
"tweetnacl": "1.0.3", | ||
"typescript": "5.0.2", | ||
"typescript": "5.0.3", | ||
"webpack": "5.77.0", | ||
@@ -84,0 +82,0 @@ "webpack-cli": "5.0.1" |
Sorry, the diff of this file is too big to display
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
121
687526
8316