@aleleba/create-node-ts-graphql-server 1.2.6 → 1.2.7

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 +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ This project aims to have a starter kit for creating a new Node with typescript,
4
4
 
5
5
  Tech(Library or Framework) | Version |
6
6
  --- | --- |
7
- Jest (Testing) | 29.3.1
7
+ Jest (Testing) | 29.4.0
8
8
  Typescript | 4.9.4
9
9
  GraphQL | 16.6.0
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aleleba/create-node-ts-graphql-server",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "Node with Typescript and GraphQL Server",
5
5
  "bin": "./bin/cli.js",
6
6
  "main": "index.js",