Comparing version 5.2.2 to 5.2.3
{ | ||
"name": "ts-jose", | ||
"version": "5.2.2", | ||
"version": "5.2.3", | ||
"description": "Wrap functions of JOSE in steady interface", | ||
@@ -24,12 +24,10 @@ "keywords": [ | ||
"type": "module", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/mjs/index.js", | ||
"main": "./dist/mjs/index.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/mjs/index.js", | ||
"require": "./dist/cjs/index.js" | ||
"require": "./dist/cjs/index.cjs" | ||
}, | ||
"scripts": { | ||
"clean": "rm -rf dist/**/*.js dist/**/*.js.map dist/**/*.ts coverage", | ||
"clean": "rm -rf dist/**/*.js dist/**/*.cjs dist/**/*.js.map dist/**/*.ts coverage", | ||
"prebuild": "npm run clean", | ||
@@ -39,2 +37,3 @@ "build": "npm run build:mjs && npm run build:cjs", | ||
"build:cjs": "tsc --project tsconfig.cjs.json", | ||
"postbuild:cjs": "bash scripts/convert-to-cjs.sh", | ||
"build:dev": "tsc -w", | ||
@@ -57,4 +56,4 @@ "format": "prettier --write **/*.ts", | ||
"@types/sinon": "^17", | ||
"@typescript-eslint/eslint-plugin": "^6", | ||
"@typescript-eslint/parser": "^6", | ||
"@typescript-eslint/eslint-plugin": "^7", | ||
"@typescript-eslint/parser": "^7", | ||
"c8": "^9", | ||
@@ -61,0 +60,0 @@ "chai": "^5.0", |
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
71389
44