graphql-sse
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "graphql-sse", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client", | ||
@@ -37,2 +37,3 @@ "keywords": [ | ||
"import": "./lib/index.mjs", | ||
"types": "./lib/index.d.ts", | ||
"browser": "./umd/graphql-sse.js" | ||
@@ -71,22 +72,22 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.18.5", | ||
"@babel/plugin-proposal-class-properties": "^7.17.12", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.18.0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.17.12", | ||
"@babel/preset-env": "^7.18.2", | ||
"@babel/preset-typescript": "^7.17.12", | ||
"@babel/core": "^7.18.6", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.18.6", | ||
"@babel/plugin-proposal-optional-chaining": "^7.18.6", | ||
"@babel/preset-env": "^7.18.6", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@rollup/plugin-typescript": "^8.3.3", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/git": "^10.0.1", | ||
"@types/eventsource": "^1.1.8", | ||
"@types/eventsource": "^1.1.9", | ||
"@types/express": "^4.17.13", | ||
"@types/jest": "^28.1.1", | ||
"@types/node-fetch": "^2.6.1", | ||
"@typescript-eslint/eslint-plugin": "^5.27.1", | ||
"@typescript-eslint/parser": "^5.27.1", | ||
"babel-jest": "^28.1.1", | ||
"eslint": "^8.17.0", | ||
"@types/jest": "^28.1.4", | ||
"@types/node-fetch": "^2.6.2", | ||
"@typescript-eslint/eslint-plugin": "^5.30.0", | ||
"@typescript-eslint/parser": "^5.30.0", | ||
"babel-jest": "^28.1.2", | ||
"eslint": "^8.18.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eventsource": "^2.0.2", | ||
@@ -96,14 +97,14 @@ "express": "^4.18.1", | ||
"graphql": "^16.5.0", | ||
"jest": "^28.1.1", | ||
"jest-jasmine2": "^28.1.1", | ||
"jest": "^28.1.2", | ||
"jest-jasmine2": "^28.1.2", | ||
"node-fetch": "^2.6.7", | ||
"prettier": "^2.6.2", | ||
"prettier": "^2.7.1", | ||
"replacestream": "^4.0.3", | ||
"rollup": "^2.75.6", | ||
"rollup": "^2.75.7", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"semantic-release": "^19.0.3", | ||
"tslib": "^2.4.0", | ||
"typedoc": "^0.22.17", | ||
"typedoc-plugin-markdown": "^3.12.1", | ||
"typescript": "^4.7.3" | ||
"typedoc": "^0.23.2", | ||
"typedoc-plugin-markdown": "^3.13.2", | ||
"typescript": "^4.7.4" | ||
}, | ||
@@ -110,0 +111,0 @@ "resolutions": { |
Sorry, the diff of this file is not supported yet
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
219433