graphiql
Advanced tools
Comparing version 3.0.1-canary-2f7f1266.0 to 3.0.1-canary-351ba549.0
{ | ||
"name": "graphiql", | ||
"version": "3.0.1-canary-2f7f1266.0", | ||
"version": "3.0.1-canary-351ba549.0", | ||
"description": "An graphical interactive in-browser GraphQL IDE.", | ||
@@ -19,5 +19,4 @@ "contributors": [ | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "esm/index.js", | ||
"types": "dist/index.d.ts", | ||
"types": "esm/index.d.ts", | ||
"files": [ | ||
@@ -36,10 +35,7 @@ "dist", | ||
"analyze-bundle": "cross-env NODE_ENV=production CDN=1 ANALYZE=1 yarn webpack -p", | ||
"build": "yarn build-clean && yarn build-cjs && yarn build-esm", | ||
"build-bundles": "yarn build-bundles-clean && yarn build-bundles-dev && yarn build-bundles-min", | ||
"build": "yarn build-clean && yarn build-esm", | ||
"build-bundles": "yarn build-bundles-clean && yarn webpack", | ||
"build-bundles-clean": "rimraf 'graphiql.*{js,css}' *.html", | ||
"build-bundles-dev": "cross-env NODE_ENV=development BABEL_ENV=development CDN=1 yarn webpack --mode development --bail", | ||
"build-bundles-min": "cross-env ANALYZE=1 NODE_ENV=production CDN=1 yarn webpack --mode production --bail", | ||
"build-cjs": "tsc", | ||
"build-clean": "rimraf esm dist webpack *.html", | ||
"build-esm": "tsc --project ./tsconfig.esm.json", | ||
"build-esm": "tsc", | ||
"check": "tsc --noEmit", | ||
@@ -50,8 +46,8 @@ "cypress-open": "yarn e2e-server 'cypress open'", | ||
"e2e-server": "start-server-and-test 'cross-env PORT=8080 node test/e2e-server' 'http-get://localhost:8080/graphql?query={test { id }}'", | ||
"webpack": "webpack-cli --config resources/webpack.config.js" | ||
"webpack": "webpack-cli --config resources/webpack.config.js --bail" | ||
}, | ||
"dependencies": { | ||
"@graphiql/react": "^0.18.1-canary-2f7f1266.0", | ||
"@graphiql/toolkit": "^0.8.4", | ||
"graphql-language-service": "^5.2.0-canary-2f7f1266.0", | ||
"@graphiql/react": "^0.19.0-canary-351ba549.0", | ||
"@graphiql/toolkit": "^0.9.0-canary-351ba549.0", | ||
"graphql-language-service": "^6.0.0-canary-351ba549.0", | ||
"markdown-it": "^12.2.0" | ||
@@ -78,4 +74,4 @@ }, | ||
"cypress": "^12.6.0", | ||
"express": "^4.17.3", | ||
"express-graphql": "experimental-stream-defer", | ||
"express": "^4.18.2", | ||
"graphql-http": "^1.19.0", | ||
"fork-ts-checker-webpack-plugin": "7.3.0", | ||
@@ -82,0 +78,0 @@ "graphql": "^16.4.0", |
@@ -38,3 +38,3 @@ # GraphiQL | ||
- The [latest stable version](https://graphql.github.io/swapi-graphql) | ||
- The current state of the `master` branch: | ||
- The current state of the `main` branch: | ||
- Using the [minified bundles](https://graphiql-test.netlify.com) | ||
@@ -41,0 +41,0 @@ - Using the [development bundles](https://graphiql-test.netlify.com/dev) (good |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
10200830
31
91740
+ Added@graphiql/react@0.19.4(transitive)
+ Added@graphiql/toolkit@0.9.2(transitive)
+ Addedgraphql-language-service@6.0.0-canary-f648417e.0(transitive)
- Removed@graphiql/react@0.18.1-canary-f5992ff0.0(transitive)
- Removed@graphiql/toolkit@0.8.4(transitive)