create-epic-graphql-server 0.5.2 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -7,7 +7,7 @@ This module provides a configured [GraphQL](https://www.npmjs.com/package/graphq
7
7
 
8
8
  Having a preconfigured server will jump-start your project so you never have to begin from scratch.
9
9
 
10
- Use GraphQL to unify you data into a single API. Take advantage of the powerful, intuitive GraphQL query language.
10
+ Use GraphQL to unify your data into a single API. Take advantage of the powerful, intuitive GraphQL query language.
11
11
 
12
12
  Interact with this project template live [here](https://www.createepicgraphqlserver.com/).
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-epic-graphql-server",
3
- "version": "0.5.2",
3
+ "version": "0.6.0",
4
4
  "description": "a configured graphql server",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -74,7 +74,8 @@
74
74
  "@typescript-eslint/parser": "6.5.0",
75
75
  "chai": "4.3.10",
76
76
  "eslint": "8.57.1",
77
- "mocha": "9.2.2",
77
+ "mocha": "11.7.2",
78
+ "npm": "11.6.0",
78
79
  "sinon": "21.0.0",
79
80
  "supertest": "7.1.1",
80
81
  "ts-node": "10.9.2",