altair-koa-middleware
Advanced tools
Comparing version 8.0.5 to 8.1.0
{ | ||
"name": "altair-koa-middleware", | ||
"description": "Koa middleware for altair graphql client", | ||
"version": "8.0.5", | ||
"version": "8.1.0", | ||
"author": "Samuel Imolorhe <altair@sirmuel.design> (https://sirmuel.design)", | ||
"bugs": "https://github.com/altair-graphql/altair/issues", | ||
"dependencies": { | ||
"altair-static": "^8.0.5", | ||
"koa-send": "^5.0.1" | ||
"koa-send": "^5.0.1", | ||
"altair-static": "8.1.0" | ||
}, | ||
@@ -16,2 +16,3 @@ "devDependencies": { | ||
"@types/koa__router": "^8.0.8", | ||
"@types/node": "^22.7.4", | ||
"@types/supertest": "^6.0.2", | ||
@@ -46,10 +47,9 @@ "jest": "29.4.1", | ||
"repository": "altair-graphql/altair.git", | ||
"types": "./build/src/index.d.ts", | ||
"scripts": { | ||
"declarations": "tsc --declaration", | ||
"example": "nodemon example/index.ts", | ||
"prepare": "npm run declarations", | ||
"bootstrap": "pnpm declarations", | ||
"test": "echo \"Error: no test specified\" && exit 0" | ||
}, | ||
"types": "./build/src/index.d.ts", | ||
"gitHead": "d04d6d54fc6c5119a99c327501145ff0a0bd2271" | ||
} | ||
} | ||
} |
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
6828
9
13
+ Addedaltair-static@8.1.0(transitive)
- Removedaltair-static@8.1.3(transitive)
Updatedaltair-static@8.1.0