graphql-sse
Advanced tools
Comparing version 2.5.1 to 2.5.2
{ | ||
"name": "graphql-sse", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client", | ||
@@ -86,5 +86,2 @@ "keywords": [ | ||
}, | ||
"workspaces": [ | ||
"website" | ||
], | ||
"scripts": { | ||
@@ -100,2 +97,3 @@ "check:format": "prettier --check .", | ||
"build": "yarn build:esm && yarn build:cjs && yarn build:umd", | ||
"prepack": "npm pkg delete workspaces", | ||
"release": "semantic-release", | ||
@@ -102,0 +100,0 @@ "gendocs": "typedoc --options typedoc.js src/ && node scripts/post-gendocs.mjs" |
307505