@jmondi/oauth2-server
Advanced tools
Comparing version 3.0.1-alpha.6 to 3.0.1-alpha.7
{ | ||
"version": "3.0.1-alpha.6", | ||
"version": "3.0.1-alpha.7", | ||
"name": "@jmondi/oauth2-server", | ||
@@ -9,14 +9,33 @@ "author": "Jason Raimondi <jason@raimondi.us>", | ||
".": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js" | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"./express": { | ||
"require": "./dist/cjs/adapters/express.js", | ||
"import": "./dist/esm/adapters/express.js" | ||
"import": "./dist/express.js", | ||
"require": "./dist/express.cjs", | ||
"types": "./dist/express.d.ts" | ||
}, | ||
"./fastify": { | ||
"require": "./dist/cjs/adapters/fastify.js", | ||
"import": "./dist/esm/adapters/fastify.js" | ||
"import": "./dist/fastify.js", | ||
"require": "./dist/fastify.cjs", | ||
"types": "./dist/fastify.d.ts" | ||
} | ||
}, | ||
"tsup": { | ||
"entry": { | ||
"index": "./src/index.ts", | ||
"express": "./src/adapters/express.ts", | ||
"fastify": "./src/adapters/fastify.ts" | ||
}, | ||
"format": [ | ||
"cjs", | ||
"esm" | ||
], | ||
"target": "node16", | ||
"clean": true, | ||
"dts": true, | ||
"splitting": false, | ||
"sourcemap": true | ||
}, | ||
"files": [ | ||
@@ -45,2 +64,3 @@ "dist", | ||
"tslib": "^2.5.2", | ||
"tsup": "^6.7.0", | ||
"typescript": "^5.1.3", | ||
@@ -59,5 +79,3 @@ "vite": "^4.3.9", | ||
"prebuild": "run-s clean", | ||
"build:cjs": "tsc -p tsconfig.build.json --module commonjs --target es2019 --moduleResolution node --outDir dist/cjs", | ||
"build:esm": "tsc -p tsconfig.build.json", | ||
"build": "run-s clean build:*", | ||
"build": "tsup", | ||
"start": "tsc -p tsconfig.build.json --watch", | ||
@@ -71,11 +89,3 @@ "test": "vitest run", | ||
"docs:preview": "vitepress preview docs" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./dist/esm/index.d.ts", | ||
"./dist/*" | ||
] | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
427854
4924
20
57
1