@honojs/graphql-server
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@honojs/graphql-server", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"repository": "git@github.com:honojs/grahql-server.git", | ||
@@ -26,7 +26,13 @@ "author": "Minghe Huang <h.minghe@gmail.com>", | ||
"lint:fix": "eslint --ext js,ts src .eslintrc.js --fix", | ||
"release": "npm publish" | ||
"prerelease": "yarn build && yarn denoify && yarn test:all", | ||
"release": "np" | ||
}, | ||
"denoify": { | ||
"replacer": "dist/replacer.js" | ||
}, | ||
"peerDependencies": { | ||
"hono": "^2.6.1" | ||
}, | ||
"dependencies": { | ||
"graphql": "^16.5.0", | ||
"hono": "^2.0.2" | ||
"graphql": "^16.5.0" | ||
}, | ||
@@ -36,8 +42,5 @@ "devDependencies": { | ||
"@types/jest": "^28.1.4", | ||
"denoify": "^0.11.1", | ||
"jest": "^28.1.2", | ||
"jest-environment-miniflare": "^2.6.0", | ||
"@typescript-eslint/eslint-plugin": "^5.21.0", | ||
"@typescript-eslint/parser": "^5.21.0", | ||
"prettier": "^2.7.1", | ||
"denoify": "^1.4.5", | ||
"eslint": "^8.14.0", | ||
@@ -51,2 +54,7 @@ "eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"hono": "^2.6.1", | ||
"jest": "^28.1.2", | ||
"jest-environment-miniflare": "^2.6.0", | ||
"np": "^7.6.2", | ||
"prettier": "^2.7.1", | ||
"rimraf": "^3.0.2", | ||
@@ -53,0 +61,0 @@ "ts-jest": "^28.0.5", |
@@ -23,3 +23,3 @@ # GraphQL Server Middleware | ||
import { Hono } from 'hono' | ||
import { graphqlServer } from '@hono/graphql-server' | ||
import { graphqlServer } from '@honojs/graphql-server' | ||
import { buildSchema } from 'graphql' | ||
@@ -26,0 +26,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11946
8
248
21
1
- Removedhono@^2.0.2