Skip to content

Commit 42e2c64

Browse files
committed
7.1.0
1 parent 493c92a commit 42e2c64

11 files changed

+19
-19
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [7.1.0](https://github.com/AnthonyLzq/simba.js/compare/v7.0.2...v7.1.0) (2022-10-24)
6+
7+
8+
### Features
9+
10+
* making logger optional in connection file ([215f579](https://github.com/AnthonyLzq/simba.js/commit/215f579d48fa0fef97b96983c9982a35fd2048ac))
11+
* updated packages, removed nodemon.json file in favor of nodemonConfig section in the package.json file ([9b22bd0](https://github.com/AnthonyLzq/simba.js/commit/9b22bd0b445db4233c43cb55d2057e868667de23))
12+
513
### [7.0.2](https://github.com/AnthonyLzq/simba.js/compare/v7.0.1...v7.0.2) (2022-09-19)
614

715

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anthonylzq/simba.js",
3-
"version": "7.0.2",
3+
"version": "7.1.0",
44
"description": "set up a modern backend app by running one command",
55
"main": "lib/index.js",
66
"scripts": {

projectStructureExamples/express-graphql-sequelize.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
├── index.http
7474
├── jest.config.ts
7575
├── LICENSE
76-
├── nodemon.json
7776
├── package.json
7877
├── README.md
7978
├── .sequelizerc
@@ -82,4 +81,4 @@
8281
├── webpack.config.js
8382
└── yarn.lock
8483

85-
23 directories, 60 files
84+
23 directories, 59 files

projectStructureExamples/express-graphql.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,11 @@
7171
├── index.http
7272
├── jest.config.ts
7373
├── LICENSE
74-
├── nodemon.json
7574
├── package.json
7675
├── README.md
7776
├── tsconfig.base.json
7877
├── tsconfig.json
7978
├── webpack.config.js
8079
└── yarn.lock
8180

82-
22 directories, 58 files
81+
22 directories, 57 files

projectStructureExamples/express-sequelize.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
├── index.http
6565
├── jest.config.ts
6666
├── LICENSE
67-
├── nodemon.json
6867
├── package.json
6968
├── README.md
7069
├── .sequelizerc
@@ -73,4 +72,4 @@
7372
├── webpack.config.js
7473
└── yarn.lock
7574

76-
20 directories, 54 files
75+
20 directories, 53 files

projectStructureExamples/express.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,11 @@
6262
├── index.http
6363
├── jest.config.ts
6464
├── LICENSE
65-
├── nodemon.json
6665
├── package.json
6766
├── README.md
6867
├── tsconfig.base.json
6968
├── tsconfig.json
7069
├── webpack.config.js
7170
└── yarn.lock
7271

73-
19 directories, 52 files
72+
19 directories, 51 files

projectStructureExamples/fastify-graphql-sequelize.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
├── index.http
6969
├── jest.config.ts
7070
├── LICENSE
71-
├── nodemon.json
7271
├── package.json
7372
├── README.md
7473
├── .sequelizerc
@@ -77,4 +76,4 @@
7776
├── webpack.config.js
7877
└── yarn.lock
7978

80-
21 directories, 57 files
79+
21 directories, 56 files

projectStructureExamples/fastify-graphql.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,11 @@
6666
├── index.http
6767
├── jest.config.ts
6868
├── LICENSE
69-
├── nodemon.json
7069
├── package.json
7170
├── README.md
7271
├── tsconfig.base.json
7372
├── tsconfig.json
7473
├── webpack.config.js
7574
└── yarn.lock
7675

77-
20 directories, 55 files
76+
20 directories, 54 files

projectStructureExamples/fastify-sequelize.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
├── index.http
6060
├── jest.config.ts
6161
├── LICENSE
62-
├── nodemon.json
6362
├── package.json
6463
├── README.md
6564
├── .sequelizerc
@@ -68,4 +67,4 @@
6867
├── webpack.config.js
6968
└── yarn.lock
7069

71-
18 directories, 51 files
70+
18 directories, 50 files

projectStructureExamples/fastify.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,11 @@
5757
├── index.http
5858
├── jest.config.ts
5959
├── LICENSE
60-
├── nodemon.json
6160
├── package.json
6261
├── README.md
6362
├── tsconfig.base.json
6463
├── tsconfig.json
6564
├── webpack.config.js
6665
└── yarn.lock
6766

68-
17 directories, 49 files
67+
17 directories, 48 files

0 commit comments

Comments
 (0)