@elysiajs/swagger
Advanced tools
Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "@elysiajs/swagger", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Plugin for Elysia to auto-generate Swagger page", | ||
@@ -32,3 +32,3 @@ "author": { | ||
"dev": "bun run --watch example/index.ts", | ||
"test": "bun wiptest && npm run test:node", | ||
"test": "bun test && npm run test:node", | ||
"test:node": "npm install --prefix ./test/node/cjs/ && npm install --prefix ./test/node/esm/ && node ./test/node/cjs/index.js && node ./test/node/esm/index.js", | ||
@@ -42,6 +42,5 @@ "build": "rimraf dist && tsc --project tsconfig.esm.json && tsc --project tsconfig.cjs.json", | ||
"devDependencies": { | ||
"@types/lodash.clonedeep": "^4.5.7", | ||
"@types/node": "^20.1.4", | ||
"bun-types": "^0.7.0", | ||
"elysia": "^0.6.10", | ||
"elysia": "^0.6.20", | ||
"eslint": "^8.40.0", | ||
@@ -52,4 +51,5 @@ "rimraf": "4.3", | ||
"dependencies": { | ||
"@types/lodash.clonedeep": "^4.5.7", | ||
"lodash.clonedeep": "^4.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
6
42602
3
+ Added@types/lodash@4.17.13(transitive)
+ Added@types/lodash.clonedeep@4.5.9(transitive)